/* CSS Document */


/* ------------------------------------------------------------------------------------------------------- Allgemeines */

body	{
	height: 100%;
	margin: 0px;
	background: url(../img/hg.gif) repeat-x top;
	text-align: center;
}

#page	{	/* Zentrierte Seite */
	top: 0px;
	width: 940px;
	min-height: 100%;
	margin: 0px auto; 
	position: relative;
	text-align: left;
}


/* ------------------------------------------------------------------------------------------------------- Typographie */

body,td,th	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

h1	{
	font-family: "Book Antiqua", Georgia, Times;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-top: 4px;
}

.sidenote {
	margin-bottom: 20px;
	padding: 10px;
	color: #666666;
	background: #EEEEEE url(../img/bg.gif) no-repeat top center;
	border-top: 1px solid;
	border-color: #BBBBBB;
}

em	{
	color: #FF3600;
	font-weight: normal;
	font-style: normal;
}






/* ------------------------------------------------------------------------------------------------------- Head */


#logo	{
	left: 0px;
	top: 80px;
	width: 140px;
	height: 40px;
	position: absolute;
	z-index: 99;
}

#headline	{
	left: 0px;
	top: 240px;
	width: 260px;
	height: 100px;
	position: absolute;
	z-index: 2;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}



/*
#metanav	{
	left: 750px;
	top: 10px;
	width: 220px;
	text-align: left;
	position: absolute;
	z-index: 3;
}

#metanav ul	{
	margin: 0px;
	padding: 0px;
}

#metanav li	{
	float: left;
	margin: 0px 12px 0px 0px;
	list-style-type: none;
}

#metanav a	{
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

#metanav a:hover	{
	text-decoration: underline;
}
*/



/* ------------------------------------------------------------------------------------------------------- Navigation */

#nav	{
	left: 0px;
	top: 390px;
	width: 100px; /*  Tatsächliche Breite minus 2 x padding, Bei grafischen Menüs um 20 px mehr  */
	height: 200px;
	position: absolute;
	font-weight: bold;
	color: #68605A;
}

#nav ul	{
	margin: 0px;
	padding: 0px;
}

#nav li	{
	list-style-type: none;
	width: 100%;
}

#nav a	{
	color: #68605A;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover	{
	color: #FF3600;
}

#nav .active	{
	color: #FFFFFF;
}

#nav .active:hover	{
	color: #FFFFFF;
}

#subnav	{
	left: 120px; /* left: 110px;  Nur für Hover-Hintergrundbild, sonst 120 */
	top: 390px;
	width: 160px;  /*  Tatsächliche Breite minus 2 x padding, Bei grafischen Menüs um 20 px mehr  */
	height: 200px;
	position: absolute;
	font-weight: bold;
	color: #68605A;
}

#subnav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav li	{
	list-style-type: none;
	width: 100%;
}

#subnav a	{
	 /* padding-left: 10px; Nur für Hover-Hintergrundbild */
	color: #68605A;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 160px;
}

#subnav a:hover	{
	color: #FF3600;
}

#subnav .active	{
	color: #FFFFFF;
}


/* Hintergrundbild
#subnav a:hover	{
	color: #746C66;
	background: url(../img/highlighter.png) no-repeat top left;
}

#subnav a:active	{
	color: #FFFFFF;
	background: url(../img/highlighter_mouseclick.png) no-repeat top left;
*/


/*
#subnav a:active	{
	color: #FFFFFF;
	background: url(../img/highlighter_mouseclick.png) no-repeat top left;
}
*/

#subnav .active	{
	color: #FFFFFF;
}

#subnav .active:hover	{
	color: #FFFFFF;
}




/* ------------------------------------------------------------------------------------------------------- Content */


#content	{
	left: 300px;
	top: 390px;
	width: 420px;
	position: absolute; 
	padding-bottom: 30px; /* Höhe des Footers */
	line-height: 18px;
}

#content_start	{
	left: 300px;
	top: 390px;
	width: 420px;
	position: absolute; 
	padding-bottom: 30px; /* Höhe des Footers */;
	font-size: 14px; 
	line-height: 20px;
}

#content a	{
	text-decoration: none;
	font-weight: normal;
	color: #68605A;
	padding-left: 10px;
	background: url(../img/pfeil.png) no-repeat top left;
}

#content a:hover	{
	text-decoration: none;
	color: #FF3600;
	padding-left: 10px;
	background: url(../img/pfeil_hover.png) no-repeat top left;
}

#side	{
	top: 390px;
	left: 780px;
	width: 160px;
	position: absolute;
}

#image_large	{
	left: 0px;
	width: 940px;
	height: 360px;
	position: absolute;
	z-index: 1;
}

#image_medium	{
	left: 300px;
	width: 640px;
	height: 360px;
	position: absolute;
	z-index: 1;
}

#image_small	{
	left: 240px;
	width: 580px;
	height: 360px;
	position: absolute;
	z-index: 1;
}

.clearer {
    clear : both;
    height :1%;
}

/* Ausgewählter Text */

#content::selection {
	background: #FF3600;
	color: #FFFFFF;
}

#content::-moz-selection{
	background: #FF3600;
	color: #FFFFFF;
}

#content ::selection {
	background: #FF3600;
	color: #FFFFFF;
}

#content ::-moz-selection{
	background: #FF3600;
	color: #FFFFFF;
}

.gray	{
	color: #746C66;
}




/* Slideshow 1 ------------------------------------------------------------------------------------------------------- */


/* -- topimg -- */
img#topimg {
	display: block; 
}

/* -- Imagerotator -- */
ul#imagerotate {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
	ul#imagerotate li {
		vertical-align: bottom;
	}
	ul#imagerotate li img {
		display: block;
	}
	
	/* -- topimages -- */
	ul#imagerotate.topimages,
	ul.topimages {
		height: 360px;
	}
	
	
/* Slideshow 2 ------------------------------------------------------------------------------------------------------- */


#gallery { position: relative; width:580px; height:350px; margin:0; padding:0; }
#gallery li { display: block; }



/* Spezielle Formate ------------------------------------------------------------------------------------------------------- */

#sidenote ul	{
	margin: 0px;
	padding: 0px;
}

#sidenote li	{
	display: block;
	width: 195px; /* 220 minus paddings */
	padding: 10px 15px 10px 10px;
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
}

#team	{
	/*left: 170px;
	width: 700px;
	position: absolute;
	padding-top: 40px;
	padding-bottom: 0px;*/
}

#team em	{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #21949E;
}

#team em a	{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #555555;
        border: 0;
}



#team .image	{
	width: 120px;
	float: left;
	padding-right: 20px;
	padding-left: 130px;
	text-align: right
        border: 0;
}

#team .text	{
	/*left: 100px;*/
	width: 460px; /* 320 minus Padding */
	float: left;
	/*position: absolute;*/
}
