/*
----------------------------------------
ZSV Brome Homepage
Start: 17.08.2008
Letzte Aenderung: 13.11.2008
Autor: Tim Helbig
Medium: Screen
----------------------------------------
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 180px;
	background-image: url(../images/Header-Logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}

#header h1 {
	background-image: url(../images/Header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	line-height: 400px;
	overflow: hidden;
	margin: 60px 15px 0 0;
}

#navigation {
	text-align: center;
	font-weight: bold;
	height: 60px;
	background-image: url(../images/Navigation.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline;
}

#navigation a, #footer a {
	color: #009900;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}

#navigation a:hover, #footer a:hover {
	color: #00FF00;
	text-decoration: underline;
}

#mainContent {
	text-align: left;
	padding: 15px 50px 0;
}

#mainContent h2 {	
	background-position: left top;
	text-indent: -2000px;
}

#mainContent h3 {
	padding: 15px 0 15px 0;
}

#mainContent p {
	line-height: 140%;
	text-align: justify;
}

#mainContent p.browse {
	background: none;
	margin-top: 10px;
}

#footer {
	height: 50px;
	background-image: url(../images/Navigation.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 50px;
	margin: 50px 0;
}
#footer a {
	margin: -15px;
}



/*  headlines abhaenigig von der body-id */

#news #mainContent h2{
	background-image: url(../images/News.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#history #mainContent h2{
	background-image: url(../images/Verein.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#mannschaften #mainContent h2{
	background-image: url(../images/Mannschaften.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#galerie #mainContent h2{
	background-image: url(../images/Fotogalerie.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#download #mainContent h2{
	background-image: url(../images/Downloads.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#links #mainContent h2{
	background-image: url(../images/Links.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#impressum #mainContent h2{
	background-image: url(../images/Impressum.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#gbook #mainContent h2{
	background-image: url(../images/Gaestebuch.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#vorstand #mainContent h2{
	background-image: url(../images/Vorstand.gif);
	height: 35px;
	background-repeat: no-repeat;
}

#admin #mainContent h2{
	background-image: url(../images/Administration.gif);
	height: 35px;
	background-repeat: no-repeat;
}