@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image:url(../images/body_gruen_3.jpg);
	background-color:black;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
		}
		
span{
	font-weight: bolder;
	font-size: 1.4em;
	color: #9E682C; /*-  #BF6923; dunkelorange*/
}

h1{
	font-size: 1.4em;
	color: #9E682C; /*-  #BF6923;   dunkelorange*/
	text-align: right;
}

h4{
	font-size: 0.9em;
	color: #9E682C; /*-  #BF6923;   dunkelorange*/
	text-align: right;
}

h1.h1Inline{
	line-height: 1.6em;
	font-size: 1.2em;
	color: #9E682C;  /*-   #BF6923;   dunkelorange*/
	display: inline;
}

h2.h2Inline{
	line-height: 1.6em;
	font-size: 1.2em;
	color: #336600; /*-dunkelgrün*/
	display: inline;
}

strong{
	font-weight: bolder;
	font-size: 1.2em;
	color: #336600; /*-dunkelgrün*/
}
ul{
	list-style-type: none;		
}

	/*-----------------------------------------navibox:*/

#navi {
	background-image: url(../images/blatt_links.jpg);
	background-repeat: repeat-y;
	margin-top: 110px;
	width: 200px;
	height: 975px;
	float: left;
}
	/*----------------------------------navigationspunkte:*/
	
#navi ul{
		font-size: 18px;
		margin-top: 30px;
		color: #ff9933;
		line-height: 165%;
}
	
#navi ul li a#current { color: #EF944A; 	/*orange*      current Ver�nderung bleibt!*/
		text-decoration: none; outline: none; font-weight: bolder; 
	}
#navi a:link	{ color: #99ff33; 	/*hellgrün*/
		text-decoration: none; outline: none; font-weight: bolder; 
	}
#navi a:visited	{ color: #99ff33; 	/*hellgrün*/
		text-decoration: none; outline: none; font-weight: bolder; 
	}
#navi a:focus	{color: #EF944A; 	/*orange*/
		text-decoration: none; outline: none; font-weight: bolder; 
	} 
#navi a:hover	{ color: #EF944A; 	/*orange*/
		text-decoration: none; outline: none; font-weight: bolder; 
	}
#navi a:active	{ color: #EF944A; 	/*orange*/
		text-decoration: none; outline: none; font-weight: bolder; 
	}
#start	{
		font-weight: bolder;
		color: #ff9966; 	/*orange*/
	}


	/*-----------------------------------------wrapperbox:*/
#wrapper { 
				position: relative;
				width: 953px;
				margin: 0 auto;
				background-color: black;
				}

	/*-----------------------------------------rechtsbox:*/	
#rechts { 
		background-image: url(../images/blatt_rechts.jpg);
		background-repeat: repeat-y; 
		margin-top: 0px;
		width: 128px;
		height: 975px;
		float: right;
		}
		/*-------------------------------------Logo:*/
		
#logo_keim { 
		position:absolute;
		background-image:url(../images/keim_3.gif); 
		width:189px;
		height:210px;
		top: 1px;
		left: 25px;
		}
		
#logo { 
		position:absolute;
		background-image:url(../images/logo.png); 
		width:189px;
		height:210px;
		top: 1px;
		left: 25px;
		}

#logo_home a{
		position:absolute; 
		width:189px;
		height:210px;
		top: 0px;
		left: 25px;
		}
#logo_home a:hover,
#logo_home a:focus
	{
		background-image: url(../images/logo_2.png);
		margin-top: 1px;
	}
		
	/*-----------------------------------------headerbox:*/
	
#header {	background-image:url(../images/header.jpg);
			width: 953px;
			height: 138px;
			margin: 0px;
			padding: 0px;
			}

/* -------------------------------------------Bildrahmen: */			

#contend{ 
	margin-top: 0px;
	margin-left: 175px;
	margin-right: 132px;
	padding: 0;

}  

/* ---------------------------------Startseite index: */	

#img_startseite{ 
	background-image: url(../images/home_2.jpg);
		padding-top: 623px;
		padding-left: 100px;
		padding-right: 50px; 
	background-color: black; 
	background-repeat: no-repeat;
}

*/

		
