/* screen.css */


body {

/* 
	height:1485px;
	background-repeat: no-repeat;
	border:0px solid;

	color: #000000;
	background-color: #314d00;
	padding: 0;
	margin: 0;
	font: 1em verdana, sans-serif;
	
	margin: 0 auto;
    text-align: left;

	
	position:fixed;
	top:0;
	left:0; 
	min-width:100%;
	min-height:100%; */

}


#hintergrund
{
position:fixed;
top:0;
left:0;
width:2000px;
height:110%;
z-index:-1;
margin:0;
padding:0;
}


#logo {
	color: #ffffff;
	background-color: #243B0B;
	padding: 0px 0 0px 0px;
	margin: 0;
	font: bold 15px verdana, sans-serif;
}


#navigation {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: -40px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	position: fixed;

}


li.point, li.point_sub1, ul.sub1 li.point, li.point_sub1a {
	padding: 10px;
	width: 197px;
	background-color: #122A0A;
	display: block;
	font-size: 1.4em;
	color: #f4fbda;
	height: 18px;
	transition: all 0.4s ease-in-out 0.0s;
	-moz-transition: all 0.4s ease-in-out 0.0s;
	-o-transition: all 0.4s ease-in-out 0.0s;
	-webkit-transition: all 0.4s ease-in-out 0.0s;
	
	
}

li.point_sub1a {
background-color: #122A0A;
background-color: #f4fbda;
 color: #122A0A;
list-style-type: disc;
}

 li.point_sub1  {

 font-size: 1.2em;
 font-weight: 600;
 height: 18px;
 }
 
 
li.point:hover,  ul.sub1 li.point:hover
{
	background-color: #f4fbda;
	font-size: 1.1em;
	color: #122A0A;
	
	transition: all 0.4s ease-in-out 0.0s;
	-moz-transition: all 0.4s ease-in-out 0.0s;
	-o-transition: all 0.4s ease-in-out 0.0s;
	-webkit-transition: all 0.4s ease-in-out 0.0s;
}


li.point_sub1:hover  {
	background-color: #f4fbda;
	font-size: 1.2em;
	color: #122A0A;
	
	transition: all 0.2s ease-in-out 0.0s;
	-moz-transition: all 0.2s ease-in-out 0.0s;
	-o-transition: all 0.2s ease-in-out 0.0s;
	-webkit-transition: all 0.2s ease-in-out 0.0s;
	height: 103px;
}

li.point_sub1a:hover 
{
	background-color: #122A0A;
	font-size: 0.9em;
	color: #f4fbda;
	height: 18px;
	transition: all 0.4s ease-in-out 0.0s;
	-moz-transition: all 0.4s ease-in-out 0.0s;
	-o-transition: all 0.4s ease-in-out 0.0s;
	-webkit-transition: all 0.4s ease-in-out 0.0s;
}


ul.sub1
{
margin-left: -50px;
margin-top: 15px;
display: none;
list-style-type: disc;
}

li.point_sub1:hover>ul.sub1
{
display: block;
list-style-type: disc;
}




#navigation p {
	width: 180px;
	display: block;
	color: #fff;
	background-color: #243B0B;
	border: 1px solid #999999;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 13px;
	margin: 0;

}

#navigation h {
	width: 180px;
	display: block;
	color: #fff;
	background-color: #243B0B;
	border: 1px solid #999999;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 16px;
	margin: 0;

}
#navigation subh {
	width: 180px;
	display: block;
	color: #dddddd;
	background-color: #777777;
	border: 1px solid #999999;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 13px;
	position: center;
	margin: 0;
}

#navigation subh2 {
	width: 180px;
	display: block;
	color: #dddddd;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 3px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	position: center;
	margin: 0;
}
#navigation subh3 {
	width: 180px;
	display: block;
	color: #dddddd;
	background-color: #999999;
	border: 1px solid #999999;
	padding: 3px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	position: center;
	margin: 0;
}

#bild {
	margin: 0 0 0 225px;
		margin-top: 15px;
	padding: 30px 50px 22px 30px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	position: float;
	z-index: 2;
}


#inhalt {
	margin: 0 0 0 225px;
		margin-top: 15px;
	padding: 30px 50px 22px 30px;
	border-left: dotted 2px #122a0a;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #CDEBBC;
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85; 
    -khtml-opacity:0.85;
	opacity:0.85;
*/
	
	}

#inhalt h2 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 1.6em arial, sans-serif;
	border-bottom: 1px solid #122a0a;
	text-transform: uppercase;
}

#inhalt h4{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #243B0B;
	border-bottom:1px solid #243B0B;
}

#inhalt hr{
	font: bold 16px verdana, sans-serif;
	border-left: 10px solid #122a0a;
	border-bottom: 1px solid #122a0a;
}



#fuss {
	clear: left;
	color: white;
	background-color: #243B0B;
	padding: 10px 30px 10px 0;
	font: bold 12px verdana, sans-serif;
	text-align: right;
}

#fuss a {
	text-decoration: none;
	color: #ffffff;
}

#fuss a:visited {
	color: #ffffff;
}

#fuss a:hover {
	text-decoration: Underline;
}

a:link {
	text-decoration: none;
	color: #243B0B;
	font: bold 10px verdana, sans-serif;
}

a:visited {
	text-decoration: none;
	color: #243B0B;
	font: bold 10px verdana, sans-serif;
}

a:hover {
	color: #233a0a;
	font: bold 10px verdana, sans-serif;
}

a.kurtaxe
{
	text-decoration: none;
	color: #243B0B;
	font: bold 10px verdana, sans-serif;


}

a.kurtaxe:hover
{
	text-decoration: underline;
font: bold 10px verdana, sans-serif;

}
