/* Stylesheet für den Screen */

body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;}
	
body {
	color: black;
	background: black;
	font-size: 12px;
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, sans-serif;
	text-align: center;
}

a:link {
	color: black;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
}

a:visited {
	color: black;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
}

a:hover{
	color: #D7642D;
	text-decoration: underline;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, sans-serif;
} 


	
p {
	padding-bottom: .6em;
	}
	
h1 {
	font-family: 'Trebuchet MS';
	font-size:2em;
	color: #D7642D;
	font-weight: bold;
	padding-bottom: .6em;
	}

h2 {
	font-family: 'Trebuchet MS';
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	}
	
h3 {
	font-family: 'Trebuchet MS';
	font-size: 1em;
	color: #D7642D;
	font-weight: bold;
	}
	
#structure {
	background-image: url('../images/hg/hg_0.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 32px;
}

#nav  {
	background-image: url('../images/nav_hg.png');
	background-repeat: no-repeat;
	height: 61px;
}
#nav ul { 
	margin: 0 0 0 220px; 
	padding: 22px; 
	list-style-type: none;
}

#nav ul li { 
	float: left;
}

#nav ul li a {
	color: #D7642D;
	text-decoration: none;
	padding: 0 20px 0 25px;
	}



#nav ul li a:hover { 
background-image: url('../images/hover.gif');
background-repeat: no-repeat;
}

#nav ul li .thispage { 
background-image: url('../images/hover.gif');
background-repeat: no-repeat;
}
	

#main {
	margin: 32px 0 35px 60px;
	height: 290px;
	width: 450px;
	padding: 30px;
	float: left;
	overflow: auto;
}

#main ul li{
	list-style-type: none;
}


#toc {
	height: 350px;
	width: 160px;
	float: left;
	margin: 32px 0 0 13px;
}

#toc ul { 
	list-style-type: none;
	margin: 20px 0 0 0;
	display: block;
	padding: 0;
	text-align: left;
}

#toc ul li a {
	color: white;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 40px;
	padding-top: 10px;
	padding-left: 30px;
	}
	
#toc ul li a{
	font-weight: bold;
}
#toc ul li a:hover { 
	background-image: url('../images/toc_hover_2.jpg');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

#toc ul li .thispage {
	background-image: url('../images/toc_hover_2.jpg');
	background-repeat: no-repeat;
	color: white;
	font-size: 13px;
}

#sponsor {
	float: left;
	margin: 332px 20px 0 0;
}

#sponsor ul li{
	list-style-type: none;
}


#footer {
	clear: both;
	height: 190px;
}


.hg_0 { background: url('../images/hg_0.jpg') }
.hg_1 { background: url('../images/hg_1.jpg') }
.hg_2 { background: url('../images/hg_2.jpg') }
.hg_3 { background: url('../images/hg_3.jpg') }
.hg_4 { background: url('../images/hg_4.jpg') }



#intro-structure {
	background-image: url('../images/hg/hg_intro.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}

#flash {
	width: 710px;
	height: 470px;
	text-align: center;
	float: left;
}

#sprache {
	float: left;

}

#flash-fussball {
	height: 190px;
	clear: both;
}

#intro-nav {
	height: 20px;
}
#intro-nav ul { 
	margin: 0 0 0 135px; 
	padding: 22px; 
	list-style-type: none;
}

#intro-nav ul li { 
	float: left;
}

#intro-nav ul li a {
	color: #D7642D;
	text-decoration: none;
	padding: 0 20px 0 25px;
}

#intro-nav ul li a:hover { 
background-image: url('../images/hover.gif');
background-repeat: no-repeat;
}

#bilder img {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;	
	padding: 5px;				/*ist Zwischen Bild und Rahmen*/
	margin-right: 3px;
}

#bilder img:hover {
	background-color: #D7642D;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
	

