/* CSS Document */

body {
background-image:url(../layout/bg.jpg);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
}

/*Link/Überschrift Definitions*/

h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-indent:5px;
}
h1 {
	font-weight:bold;
	color:#000099;
	font-size:20px;
	}

a {
color:#000000;
}

a:hover {
color:#0000FF;
}

a:visited {
color:#006699;
}

/* Container Definitions */

#centering { /* Centeringcontainer   Höhe des Containers: auto  Breite: 990px, Rand 2px  Ausrichtung automatisch*/
margin:auto;
position:relative;
width:990px;
height:677px;
border:2px #000000 solid;
}

#header { /* Höhe des Containers: 116px, Breite: 990px -----Inhalt: Banner */
float:left;
width:990px;
height:116px;
}
#headerleft { /* Höhe 116px, Breite 433px, Bannerplatz Marlies Schild Fanclub */
float:left;
width:433px;
height:116px;
background-image:url(../layout/header.jpg);
background-repeat:no-repeat;
}

#headerright {  /* Höhe 116px, Breite 433px, Bannerplatz Flashslide*/
float:left;
width:557px;
height:116px;
background-color:#C2D7EA
}

#uebernavigation { /* Höhe des Containers: auto, Breite: 170 px  -------Inhalt: Navigation/News*/
margin:auto;
float:left;
position:relative;
width:170px;
height:auto;
}

#navigation { /* Höhe 300px, Breite 170px, Rand oben und unten 1px, ----- Navigationscontainer! */
float:left;
position:relative;
width: 170px;
height:298px;
border-top:1px #000000 solid;
/*border-bottom:1px #000000 solid;*/
padding:0;
background-image:url(../layout/navigation-bg.jpg);
background-repeat:no-repeat;
}

#news { /* Höhe 300px, Breite 170px, Rand unten 1px, ----- Kurz-newscontainer*/
position:relative;
float:left;
width:160px;
height:200px;
overflow:auto;
padding-left:5px;
padding-right:5px;
padding-top:15px;
padding-bottom:10px;
border-bottom:1px #000000 solid;
background-color:#C2D7EA;
background-image:url(../layout/news-pic.jpg);
background-repeat:no-repeat;
padding-top:25px;
}

#main { /* Höhe 600px, Breite 720px, 10px innenabstand rechts und links, 
innenabstand oben und unten 20px, Rand oben unten und rechts je 1px; Scrollbalken sobald Inhalt zu Lang wird ----- Inhaltscontainer */
float:left;
position:relative;
width:779px;
height:493px;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:20px;
border-left:1px #000000 solid;
border-top:1px #000000 solid;
border-bottom:1px #000000 solid;
overflow:auto;
white-space:normal;
background-color:#FFFFFF;
}

#footer { /* Höhe 25px, Breite 990px, innenabstand links und rechts 5px, ----- Fußzeilencontainer*/
float:left;
position:relative;
width:940px;
height:25px;
padding-left:25px;
padding-right:25px;
background-color:#C2D7EA;
text-align:center;
}

/* Ul Li Definitions*/

#navigation ul {
	list-style-type:none;
	text-decoration:none;
	padding-top:30px;
	padding-right:15px;
	padding-left:15px;
	margin-left:auto;
	
}

#navigation ul li {
	background-color:#5992c6;
	width:135px;
}

#navigation ul li a {
	color:#000000;
	text-decoration:none;
	width:130px;
	height:22px;
	display:block;
	font-weight: bold;
	padding-left:5px;
	color:#FFFFFF;
}

#navigation ul li:hover {
	background-color:#5cb0db;
	
}

#navigation ul li a:hover {
	padding-bottom:-2px;
	background-color:#5cb0db;
}

#navigation ul li a:active {
	list-style-type:square;
	color:#000000;
}

#news ul li {
list-style-type:none;
text-decoration:none;
}

#news ul li a {
	color:#000000;
	margin-left:-15px;
	font-weight:10px;
	float:left;
	padding-right:10px;
	text-decoration:none;
	}
	
#news ul li a:hover {
	color:#000099;
	text-decoration:none;
	font-style:normal;
	}
	
#news ul {
padding-top:15px;
}

#main h1 {
	font-weight:bold;
	color:#000099;
	font-size:20px;
	}


/* Hack Definitions*/

#centering[id] {
margin:auto;
position:relative;
width:990px;
height:677px;
border:2px #000000 solid;
}

#navigation[id] ul { /* Keine Aufzählungszeichen, Innenabstand: Oben Unten Rechts und Links: 15px, */
	list-style-type:none;
	text-decoration:none;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	margin-left:auto;
	
}

#navigation[id] ul li a:hover {
	background-color:#5cb0db;
}

#news[id] ul {
padding-top:0;
}

