/* CSS Document */


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

body	{
	height: 100%;
	margin: 0px;
	background: #354C50 url(../img/bg.gif) repeat-y top center;
	text-align: center;
}

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


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

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


h1	{
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 140px 0px 50px 0px;
	padding: 0px 250px 0px 270px;
	color: #21949E;
	text-transform: uppercase;
}

h2	{
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 100px 0px 50px 0px;
	padding: 0px 250px 0px 270px;
	color: #21949E;
	text-transform: uppercase;
}

strong	{
	font-size: 14px;
	font-weight: bold;
}

a, li a	{
	text-decoration: none;
	color: #21949E;
}

a:hover, li a:hover	{
	text-decoration: underline;
}

em	{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

p	{
	margin-top: 8px;
}

.legend {	/* Bildtext */
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding-right: 5px;
	color: #666666;   
}

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

/* Ausgewählter Text */
/*
::selection {
	background: #DE0031;
	color: #FFFFFF;
}

::-moz-selection{
	background: #DE0031;
	color: #FFFFFF;
}
*/




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

#head	{
	/*top: 0px;
	left: 0px;
	width: 1000px;
	height: 120px;
	position: absolute; */
	padding-bottom: 120px;
	background: #E4EDEE url(../img/bg_head.gif) no-repeat top center;
}

#logo	{
	left: 30px;
	top: 0px;
	width: 220px;
	height: 100px;
	position: absolute;
	z-index: 1;
}

#claim	{
	left: 750px;
	top: 50px;
	width: 180px;
	height: 50px;
	position: absolute;
	z-index: 1;
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
	color: #21949E;
	text-transform: uppercase;
}

#claim_start	{
	left: 750px;
	top: 180px;
	width: 220px;
	position: absolute;
	z-index: 1;
	font-size: 11px;
	line-height: 16px;
}

#claim_start em	{
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.0em;
	color: #21949E;
	text-transform: uppercase;
}


#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: 630px;
	top: 140px;
	width: 120px; /*  Tatsächliche Breite minus 2 x padding, Bei grafischen Menüs um 20 px mehr  */
	height: 120px;
	position: absolute;
	font-size: 12px;
	line-height: 24px;
}

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

#nav li	{
	float: left;
	list-style-type: none;
	width: 240px;
}

#nav a	{
	color: #21949E;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover	{
	text-decoration: underline;
}



#subnav	{
	left: 750px;
	top: 140px;
	width: 120px;
	height: 120px;
	position: absolute;
	font-size: 12px;
	line-height: 24px;
}

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

#subnav a	{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

#subnav_start	{
	left: 750px;
	top: 420px;
	width: 120px;
	height: 120px;
	position: absolute;
	font-size: 12px;
	line-height: 24px;
}

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

#subnav_start a	{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

#subnav_start a:hover	{
	text-decoration: underline;
}

/* Titel eines Untermenüs */
.WebYepMenuTitle	{}

/* Titel eines Untermenüs, das gerade ausgeklappt ist */
.WebYepMenuTitleExpanded	{}

/* Genereller Menüeintrag */
.WebYepMenuItem	{
}
.WebYepMenuItem	a	{}
.WebYepMenuItem a:hover	{
}

/* Der erste Eintrag in seinem Menüzweig ist (z.B. für Trennlinien verwendbar) */
.WebYepMenuFirstItem	{}
.WebYepMenuFirstItem	a	{}
.WebYepMenuFirstItem	a:hover	{}

/* Menüpunkt, der ein Untermenü enthält  */
.WebYepMenuTitle	{}
.WebYepMenuTitle a:hover	{
}

/* Der gerade ausgewählte Menüeintrag */
.WebYepMenuCurrentItem	{
	font-weight: bold;
}
.WebYepMenuCurrentItem a	{}
.WebYepMenuCurrentItem a:hover	{}





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

#icon	{
	left: 270px;
	top: 60px;
	width: 160px;
	height: 160px;
	position: absolute;
	z-index: 8;
}

#content	{
	/*left: 0px;
	top: 120px;
	width: 1000px;
	position: absolute; */
	padding-bottom: 30px; /* Höhe des Footers */
}

#content p	{
	padding: 0px 250px 0px 270px;
}

#content a:hover	{
	text-decoration: underline; 
/* 	border-bottom: 1px dotted;
	padding-bottom: 0px; */
}

.col2	{
	width: 320px;
	float:left;
	padding-right: 40px;
}

.col3	{
	float:left;
	width: 210px;
	padding-right: 30px;
}

#side	{
	top: 0px;
	left: 480px;
	width: 220px;
	position: absolute;
}

#billboard	{
	left: 0px;
	width: 1000px;
	height: 400px;
	position: absolute;
}

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

#billboard li	{
	padding: 0px;
	float: left;
	list-style-type: none;
}

#teaser	{
	left: 30px;
	top: 400px; /* wie hoehe billboard */
	width: 720px;
	position: absolute;
	padding: 0px;
}

#teaser p	{
	font-size: 11px;
	line-height: 16px;
	padding-right: 40px;
}

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

#teaser li	{
	display: block;
	width: 220px;
	padding-right: 20px;
	float: left;
	list-style-type: none;
}

#teaser a	{
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
	color: #21949E;
	text-transform: uppercase;
	text-decoration: none;
}

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






/* 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;
}



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

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