/* Screen Styles für www.egger-stuck.de */
/* ANGEL Internet Services Gmbh */
/* Oktober 2oo7 - info@angel.de	*/

html {
	height: 100%;
	margin: 0;
	padding: 0;
	outline: Aqua; /*	background-color: #D2691E;*/
	SCROLLBAR-FACE-COLOR: #1A6AC2;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #1A6AC2;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
}

body {
	height: 592px;
	width: 962px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 100.01%;
	color: #666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	background-color: #fff;
}


* {margin:0; padding:0; border: 0; font-size: 1em}

p {
	color: #333;
}

#pagelayout {
	position: absolute;			/* standard konforme horizontale und vertikale zentrierung */
	top: 50%;
	left: 50%;
    margin: -296px 0 0 -481px;
	width: 962px;
	height: 592px;
	background-color: white;
}


/* Kopfzeile */
/* ----------------------------------------------------------------------------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background-color: white;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 462px;
	background: url(/design/egger_stuck_logo.gif) no-repeat top left; 		
}

#slogen {
	position: absolute;
	top: 0;
	right: 0;
	height: 120px;
	width: 240px;
	background: url(/design/egger_stuck_slogen.gif) no-repeat top right; 		
}

#menue {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 20px;
	width: 960px;
	background-color: #acadb1;
}

#lastline {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 20px;
	border-right: 1px solid #acadb1 ;
}

ul#topnav {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none ;
 }
  
ul#topnav li {
	zoome: 1;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 20px;
	width: 159px;
    text-align: center;	
	border-right: 1px solid white;
	white-space: nowrap;	
  }

ul#topnav a, 
ul#topnav a.active1 {
	display: block;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	color: white;
	text-transform: uppercase;
  }
  
* html ul#topnav a, * html ul#topnav a.active1 {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
ul#topnav a:hover, 
ul#topnav a.active1 {
	border: none ;
    color: white; 
	margin: 0 ;
	background-color: #848388;
  }


/* Hauptbereich für Inhalte */
/* Links Navigation 2./3. Ebene und  Rechts Inhaltsteil 
/* ----------------------------------------------------------------------------------------- */
#main {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0 auto; 	
	width: 962px;
	height: 425px;
	padding: 0;
	text-align: center;
}


/*  1. Ebene  */ 
#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 159px;
	height: 405px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;	
	list-style: none;	
	text-align: left ;	
	line-height: 24px;
	background: #acadb1 url(/design/white_line.gif) top left repeat; 
	border-right: 1px solid white ;
}

ul.Navigation {
    width: 159px;
    margin: 20px 0 0 0; 
	padding: 0;
	background-color: #848388;	 
}
  
* html ul.Navigation {  /* Korrekturen fuer IE 5.x */
    width: 159px;
    padding: 0;
    width: 159px;
	margin: 0; 
}

ul.Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0;	
	text-align: left;
	background-color: #848388;
	line-height: 15px;	
  }


ul.Navigation a, 
ul.Navigation a.active1 {
    display: block;
	margin: 0 ;
    text-decoration: none; 
	font-weight: normal ;	
    color: white; 
	background-color: #848388;
	height: auto;
	line-height: 15px;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #eee;		
  }
* html ul.Navigation a, 
* html ul.Navigation a.active1 {
    width: 149px;    /* nur fuer IE 5.0x erforderlich */
	padding: 0px 10px 0px 10px;
    w/idth: 149px;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
	line-height: 15px;	
	margin: 0;
  }
  
ul.Navigation a:hover, 
ul.Navigation a.active1 {
    color: white; 
	margin: 0 ;	
	background-color: #acadb1;	
	border-bottom: 1px solid #eee;	
 }


/*   2. Ebene */
/* ----------- */  
  
ul.Navigation li ul {
    margin: 0; 
	padding: 0 0 0 15px;
	background-color: #acadb1 ;
  }

ul.Navigation li ul li {
    margin: 0;
	background-color: #1A6AC2;
  }

ul.Navigation li ul li a , 
ul.Navigation li ul li a.active1 {
    margin: 0;
	background-color: #848388;
  }  

  
* html ul.Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;

}


* html ul.Navigation li ul li a ,
* html ul.Navigation li ul li a.active1 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 148px;  /* Breitenangabe fuer IE 6 */
}


ul.Navigation li ul li a:hover, 
ul.Navigation li ul li a.active1 {
    color: white; 
	margin: 0 ;	
	background-color: #acadb1;	
	border-bottom: 1px solid #eee;	
 }


#adressebox {
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 139px;
	height: 20px;
	font-size: 12px;
	font-weight: bold ;
	font-style: normal;	
	text-align: left ;	
	line-height: 14px;
	padding: 80px 10px 10px 10px;
	color: #eee;
	border-bottom: 1px solid white;
	background-color: #3381BF;
	z-index: 0;
}



#adresse {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 139px;
	height: 100px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
	text-align: left ;	
	line-height: 13px;
	padding: 10px;
	color: white;
	background-color: #acadb1;
}





/*  Content Bereich   */ 

#content {
	position: absolute;
	top: 0;
	left: 160px;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 405px;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;	
	overflow: hidden;
	color: white;
	background-color: #fcfcfc;
}
#slider {
    width:  159px;
    height: 365px;
}
#scrolldown, #scrollup {
    cursor: pointer;
    color:  white;
    text-decoration: none;
}
#titleblock {
	position: absolute;
	left: 0;
	width: 149px;
	height: 405px;
	border-right: 1px solid white;
	background-color: transparent ; 
	background: url(/design/schleier.png) center center repeat;		
	padding: 15px 10px 0 0 ;
	display: none;
}

#titleblock h1 {
	color: #3881BF;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#titleblock p {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}


#titleblock ul {
	float: left;
	margin: 0;
	padding-left: 15px;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
 }
  
#titleblock ul li {
	zoome: 1;
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
    text-align: left;	
	color: #333;
  }


#padder {
	position: absolute;
	top: 0;
	left: 160px;
	padding: 15px 15px;
	color: #666;
	text-align: left;
	width: 640px;
	height: auto;	
	overflow: auto;	
	z-index: 1;
} 

#padder_unten {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 15px;
	color: #666;
	text-align: left;
	width: 690px;
	height: auto ;	
	overflow: auto;
	background: url(/design/schleier.png) center center repeat;	
	z-index: 1;
} 

#paddingimg {
	position: absolute;
	top: 0;
	left: 160px;
	padding: 0;
	color: #666;
	text-align: left;
	width: 640px;
	height: auto;	
	overflow: hidden;	
	z-index: 0;
} 

#blueblock {
	position: absolute;
	top: 0;
	right: 0;
	width: 79px;
	height: 405px;
	background-color: #3881BF ;
	border-left: 1px solid white;
	z-index: 0;
}


#content img  {
	padding: 0;
	margin: 0;
}

#thumbnailleiste {
	position: absolute;
	left: 0;
	margin: 0; 
	width: 159px;
	height: 365px;
	border-right: 1px solid white;
	background-color: #acadb1;
	padding: 20px 0px 20px 0 ;
	z-index: 1;
}

#thumbnailleiste img {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white ;
	width: 159px;
	height: 90px;
}


#thumbnailleiste #scrollup {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0; 
	width: 159px;
	height: 21px;
	border-bottom: 1px solid white;
	background-color: #acadb1;
	padding: 0 ;
	text-align: center;
	z-index: 10;
}

#thumbnailleiste #scrolldown {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0; 
	width: 159px;
	height: 20px;
	border-top: 1px solid white;
	background-color: #acadb1;
	padding: 0 ;
	text-align: center;	
	z-index: 10;
}

#greyblock {
	position: absolute;
	bottom: 0;
	left: 160px;
	width: 640px;
	height: 45px;
	background-color: #acadb1 ;
	border-top: 1px solid white;
	z-index: 1;
}

#greyblock  h1{
	background-color: #acadb1;
	width: 100%;
	height: 45px;
	border-right: 1px solid white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 0 5px ;
}

#greyblock p {
	position: absolute;
	bottom: 0;
	left: 160px;
	width: 630px;
	height: 35px;
	text-align: left;
	padding: 5px ;
	z-index: 10;

}

/* Fusszeile */
/* ----------------------------------------------------------------------------------------- */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	height: 20px;
	color: white;
	background-color: #ACADB1 ;
}

#footer ul {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	margin: 0;
	width: auto;
	line-height: 20px;
	padding: 0 0 0 10px;
	list-style: none;		
}

#footer li {
	zoome: 1;
	float: left;
	color: #9fa0a0 ;
	}

#footer li a {
	display: block;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #fcfcfc ;
	padding: 0 15px 0 0  ;
}

#footer li a:hover,
#footer li a.active1 {
	color: #333 ;
	font-weight: normal ;
}

#footer li a.active0 {
	font-weight: normal;
}

input, textarea {
	border: 1px solid #ccc;

}



a.close {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	width: 78px;
	height: 18px;
	z-index: 3;
	color: #fcfcfc;
	text-decoration: none;
	line-height: 18px;
	padding-left: 20px;
	background: url(/design/toggle.png) left center no-repeat;

}
