/* Mario Kenngott 2012                                    */
/* für Sportschützenverein Leutesheim e.V.      		  */
/*                                                        */
/* height von "content_box" muss mittels Java-Script der  */
/* Bildschirmauflösung angepasst werden.                  */
/* Höhe Kopfbereich beträgt 158px                         */
/* Höhe Fußbereich beträgt 95px                           */
/* Gesamtabzug = Kopf+Fuß px                              */

html {
	overflow:hidden;
}

body {								/* body-Werte müssen aufgrund des Farbverlaufs gesetzt werden */
	background:url(img/) no-repeat;
	margin-top:0px;
    overflow:hidden;
	scrollbar-face-color: #577377;
	scrollbar-highlight-color: #577377;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #646464;
	scrollbar-shadow-color: #969696;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #DDDDDD;
}

#header {
	background-color:transparent;
	width:980px;					/* Standardgesamtbreite für 1024 Optimierung */
	height:90px;
	margin:auto;
	position:relative;
	padding:0;
}

#topnavigation {
	background-color:#202e53;
	width:980px;					/* Standardgesamtbreite für 1024 Optimierung */
	height:16px;
	margin:auto;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	position:relative;
	padding:0;
}

#topn1_inlay {						/* Inlay für den Kopfnavigationsbereich, bezgl. Abstand und Basisformat */
	height:30px;
	margin:auto;
	position:absolute;
	top:5px;
	left:20px;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	z-index:6;
}


#topn_inlay {						/* Inlay für den Kopfnavigationsbereich, bezgl. Abstand und Basisformat */
	height:30px;
	margin:auto;
	position:absolute;
	top:2px;
	left:340px;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	z-index:6;
}

#leftnavigation {					/* Box für Untermenüpunkte welche A) Statisch oder B) Dynamisch eingefügt werden */
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:170px;
	height:15%;
	background-color:transparent;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-align:justify;
	z-index:5;
}


#leftnavi_pic {						/* Inlay für den Kopfnavigationsbereich, bezgl. Abstand und Basisformat */
	<!--height:300px;-->
	margin:auto;
	position:relative;
	top:10px;
	left:6px;
	padding:0;
	z-index:6;
}


#page_bg {							/* Umfassender Container für die Float-Elemente LevtNav + ContentBox */
	background-color:transparent;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: auto;
    width: 980px;					/* Standardgesamtbreite für 1024 Optimierung */
    margin: auto;
	padding-bottom: 10px;
}

#content_box {						/* Inhaltsbereich in dem Inhalte A) Statisch oder B) Dynamisch aufgerufen werden können */
	position:relative;
	float:left;
	top:0px;
	left:20px;
	width:775px;
	height:485px;
	padding-right:15px;
	margin-bottom:5px;
	background-color:transparent;
    font-family:Tahoma,Arial,helvetica;
    font-size:12px;
    font-weight:normal;
    text-align:justify;
	overflow-y:auto;
	overflow-x:hidden;
}


#footer {							/* Footer 980px, zusätzlich Clear Element für den Float */
	clear:both;
	position:relative;
	background-color:#202e53;
	bottom:0px;
	left:0px;
	width:980px;
	height:15px;
	margin: auto;
    	margin-bottom:0px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	repeat-x;
	z-index:2;
}



/* Achtung Navigationsformatierung */

a.topnavi:link, a.topnavi:visited, a.topnavi:active {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:20px;
	letter-spacing:0.05em;
}

a.topnavi:hover {
	color:#e8540d;
	text-decoration:none;
	padding-right:20px;
	letter-spacing:0.05em;
}

a.footernavi:link, a.footernavi:visited, a.footernavi:active {
	color:#002E5E;
	text-decoration:none;
}

a.footernavi:hover {
	color:#F37021;
	text-decoration:none;
}

a:link, a:visited, a:active {
	color:#577377;
	text-decoration:underline;
}

a:hover {
	color:#F37021;
	text-decoration:underline;
}

a.leftnavi:link, a.leftnavi:visited, a.leftnavi:active {
	color:#202e53;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-bottom:2px;
	border-bottom:1px #577377 dashed;
	letter-spacing:0.2em;
}
a.leftnavi:hover {
	color:#e8540d;
	background-color:#D4E4E4;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	margin-top:2px;
	margin-bottom:2px;
	border-bottom:1px #577377 dashed;
	letter-spacing:0.2em;
}

a.subleftnavi:link, a.subleftnavi:visited, a.subleftnavi:active {
	color:#202e53;
	text-decoration:none;
	display:block;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:5px;
	margin-top:2px;
	margin-bottom:2px;
	border-bottom:1px #577377 dashed;
	letter-spacing:0.2em;
}
a.subleftnavi:hover {
	color:#e8540d;
	background-color:#D4E4E4;
	text-decoration:none;
	display:block;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:5px;
	margin-top:2px;
	margin-bottom:2px;
	border-bottom:1px #577377 dashed;
	letter-spacing:0.2em;
}

}


h1 {font-family:Tahoma; color:#083909; font-size:16px; padding-top:6px; }
h2 {font-family:Tahoma; color:#083909; font-size:14px; border-bottom:#396a37 2px solid; padding-top:6px; }
h3 {font-family:Tahoma; color:#083909; font-size:15px; font-style:italic; font-weight:bold; padding-top:6px; }
h4 {font-family:Tahoma; color:#083909; font-size:10px; padding-top:6px; }
h5 {font-family:Tahoma; color:#083909; font-size:13px; font-weight:bold }
h6 {font-family:Tahoma; color:#4b9b3e; font-size:14px; font-weight:bold }

