/* CSS Document */


/* ------------------------------------------------------------------------------------------------------- Allgemeines */

body	{
	margin: 0px 0px 0px 0px;
	background: #DA0510 url(../img/bg.gif) no-repeat top center;
	text-align: center;
}

#page	{	/* Zentrierte Seite */
	top: 0px;
	width: 940px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#main	{
	left: 0px;
	top: 120px;
	width: 940px;
	position: absolute;
}


/* ------------------------------------------------------------------------------------------------------- Typographie */

body,td,th	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

p	{
	margin: 2px 0px 8px 0px;
}


h1	{
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	color: #DE0031;
}

h2	{
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	color: #DD192C;
}

a, li a	{
	text-decoration: underline;
}

a:link, a:active, a:visited, li a:link, li a:active, li a:visited	{
	color: #FFFFFF;
}

a:hover, li a:FFFFFF	{
	color: #FFFFFF;
	text-decoration: none;
	/* background-color: #DDDDFF */
}

em	{
	font-weight: bold;
	font-style: normal;
	color: #DE0031;
}

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: 20px;
	width: 940px;
	height: 80px;
	position: absolute;
}

#logo	{
	left: 0px;
	top: 0px;
	width: 220px;
	height: 220px;
	position: absolute;
	z-index: 1;
}





/* ------------------------------------------------------------------------------------------------------- Haupt-Navigation */

#nav	{
	left: 240px;
	top: 0px;
	width: 700px; /* Tatsächliche Breite minus 2 x padding, Bei grafischen Menüs um 20 px mehr  */
	height: 42px;
	position: absolute;
	border-top: 1px solid;
	border-bottom: 1px solid; 
}

#nav ul	{
	margin: 0px;
	padding: 0px;
}

#nav li	{
	float: left;
	list-style-type: none;
	width: 240px;
}

#nav li a	{}

#nav li a:hover	{}




/* ------------------------------------------------------------------------------------------------------- Sub-Navigation */

#subnav	{
	left: 0px;
	top: 40px;
	width: 220px;
	position: absolute;
}

#subnav h1	{
	font-size: 20px;
	font-weight:normal;
	margin: 0px 0px 9px 0px;
	color: #BBBBBB;
}

#subnav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid; 
	border-color: #BBBBBB;
}

#subnav li a	{
	width: 220px;
	height: 24px; /* gewuenschter Abstand minus 6 */
	display: block;
	padding-top: 5px;
	color: #777777;
	border-bottom: 1px solid;
	border-color: #BBBBBB;
}

/* Titel eines Untermenüs */
.WebYepMenuTitle	{}

/* Titel eines Untermenüs, das gerade ausgeklappt ist */
.WebYepMenuTitleExpanded	{}

/* Genereller Menüeintrag */
.WebYepMenuItem	{
	border-top: 0px solid #000000;
}
.WebYepMenuItem	a	{}
.WebYepMenuItem a:hover	{
	background-color: #EEEEEE;
}

/* 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	{
	background-color: #9AACD7;
}

/* Der gerade ausgewählte Menüeintrag */
.WebYepMenuCurrentItem	{
	font-weight: bold;
}
.WebYepMenuCurrentItem a	{}
.WebYepMenuCurrentItem a:hover	{}

/* Untermenüpunkt */
#subnav li li a	{
	color: #43577B;
	border-top: 1px solid #9AACD7; /* Linie zwischen Untermenüpunkten. Ohne Linie: border-style: hidden; */
}

/* Linie unter dem letzten Menüpunkt */
.abschluss	{
	border-top: 1px solid #FFFFFF;
	width: 220px;
	display: block;
}



/* ------------------------------------------------------------------------------------------------------- Meta-Navigation */

#metanav	{
	left: 420px;
	top: 0px;
	width: 410px;
	text-align: right;
	position: absolute;
	margin: 5px 2px 0px 0px;
	padding: 0px;
	z-index: 3;
}

#metanav ul	{
	margin: 0px;
	padding: 0px;
}

#metanav li	{
	float: right;
	margin: 0px 0px 0px 12px;
	list-style-type: none;
}




/* ------------------------------------------------------------------------------------------------------- Content */

#headline	{
	left: 239px;
	top: 21px;
	width: 700px;
	height: 45px;
	position: absolute;
}

#content	{
	left: 240px;
	top: 100px;
	width: 700px;
	position: absolute;
}

#content_extended	{	/* für Spalten-Layout */
	left: 76px;
	top: 122px;
	width: 876px;
	position: absolute;
	height: 398px;
}

#content p	{
	padding-right: 40px;
}

#content a:hover	{
	text-decoration: underline; 
/* 	border-bottom: 1px dotted;
	padding-bottom: 0px; */
}

#content ul	{
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
	padding: 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: 700px;
	height: 260px;
	position: absolute;
}

#teaser	{
	left: 0px;
	top: 200px; /* wie hoehe billboard */
	width: 720px;
	position: absolute;
	padding-top: 40px;
}

#teaser p	{
	font-size: 12px;
	line-height: 15px;
}

#teaser ul	{
	margin: 0px;
	padding: 0px;
}

#teaser li	{
	display: block;
	width: 220px;
	padding-right: 20px;
	float: left;
	list-style-type: none;
}


#footer{
	width: 700px;
	height: 30px;
	margin: 80px 0px 60px 0px;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #888888;
}

.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;
}

#story	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/story.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#story p	{
	margin-left: 240px;
	margin-top: 0px;
	padding-right: 30px;
}

#story .legend	{
	left: 240px;
	width: 430px; /* 460 minus Padding */
	position: absolute;
}

#news	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/news.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#news .legend	{
	left: 480px;
	width: 210px; /* 220 minus Padding */
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	padding: 5px 20px 10px 0px;
}

#news .image	{
	width: 220px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#news .text	{
	width: 460px;
	float: right;
}

#team	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/team.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#team .image	{
	width: 120px;
	float: left;
}

#team .text	{
	left: 140px;
	width: 320px; /* 320 minus Padding */
	float: right;
	position: absolute;
}
