/* CSS Document */

body {
padding:0;
text-align:center;
margin: 0px;
background-color: #333333;
background-image:url(../images/backgrounds/karo.jpg);
background-repeat: repeat-y;
color:black;
font: 500 80% verdana,arial,helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	color: #660000;
	padding: 5px 5px;
	margin: 0;
}

p.gross {
	text-align:left;
	color: #333333;
	padding: 30px 5px;
	margin: 0;
}

p {
	text-align:left;
	color: #333333;
	padding: 2px 5px;
	margin: 0;
}
#topbanner {
	width:100%;
	height:100px;
	margin:0 auto;
	color:black;
	margin-top: 0px;
}
#top_content{
	width: 100%;
	background-color: #D5EDB3;
	color:black;
	height: 100%;
}

#top_left{
	float: left;
	text-align: left;
    width: 140px;
  }

#top_right{
  float: left;
  margin-top: 20px;
  text-align: left;
}

#headnav {
  width:100%;
  height: 20px;
  margin:0 auto; 
  padding:5px 0;
  text-align: right;
  font-size:80%;
  color: #660000;;
  background-color: #99CC66;
  border-top: #336600 solid 1px;
  border-bottom: #336600 solid 1px;
}

#headnav a{
	color: #660000;
	padding: 2px 5px;
	margin: 0;
	text-decoration: none;
}
#headnav a:hover{
	text-align: left;
	color: #ffcc00;
	text-decoration: none;
}


#all {
width:100%;
margin:0 auto;
color:black;
}

#nest {
	margin-top: 10px;
	background-image:url(../images/backgrounds/content_bg.gif);
	background-position: right;
	background-repeat:repeat-y;
}

#content {
	margin-left: 210px;
	margin-right: 210px;
	margin-bottom:10px;
	background-color: #F4FFE4;
	color:black;
	height: 100%;
}
#content p {
font-size:80%;
}
#navigation {
	width: 200px;
	float: left;
	margin-right: 0px;
	padding: 0;
	text-align: left;
	background-color: #99CC66;
	color:black;
	margin-bottom:10px;
}

#navigation ul{
	list-style: none;
	text-align: left;
	padding:0;
	margin:0;
} 

#navigation li{
	padding:0;
	margin:0;
}

/*#navigation a{
	display: block;
}*/

#nav-sub{
	width: 200px;
}

#nav-sub ul{
	list-style: none;
} 

#nav-sub a{
	display: block;
	text-decoration: none;
	color:#333333;
}

#nav-sub a:hover{
	text-decoration: underline;
}

#nav-sub li{
	background-repeat: no-repeat;
}

#nav-sub .li100 li a{
	text-align: left;
	padding: 9px 0 8px 7px;
	text-transform: uppercase;
}


#nav-sub .li0 li a{
	height: 14px;
	padding: 5px 0 3px 7px;
	text-transform: none;
}


#nav-sub .li1 li a{
	height: 14px;
	padding: 4px 0 2px 14px;
}


#nav-sub .li2 li a{
	height: 14px;
	padding: 4px 0 2px 20px;
}


#rightbox {
	width: 200px;
	float: right;
	background-color: #D5EDB3;
	color:black;
	margin-bottom:10px;
}
#footer {
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#D5EDB3;
	color:black;
	height: 60px;
}
#footer p {
text-align:right;
font-size:75%;
}
#clearing{
	clear:both;
}

#logo_left{
	float: left;
	text-align: left;
    width: 48%;
  }

#logo_right{
  float: right;
  text-align: right;
  width: 50%;
}

a{
	text-align: left;
	color: #333333;
	padding: 2px 5px;
	margin: 0;
	text-decoration: none;
}
a:hover{
	text-align: left;
	color: #ffcc00;
  /*background-color: #ffcc00;*/
  
	text-decoration: none;
}

.content_line_clear{
  clear: both;
  /*height: 0.1%;*/
}
.content_line{
  width: 100%;
  margin: 0px;
  /*height: 100%;*/
}

.content_colum_left{
	width: 50%;
	/*height: 100%;*/
	float: left;
}
.content_colum_right{
  width: 50%;
  /*height: 100%;*/
  float: right;
}
.content_colum_topleft{
	width: 35%;
	height: 80px;
	float: left;
}
.content_colum_topright{
  width: 65%;
  height: 80px;
  float: right;
  background-image:url(../images/backgrounds/bg_start.jpg);
}

.def{
  border: dashed 2px #336600;
  margin-left: 20px;
  margin-right:20px;
}

.satz{
  border: dashed 2px #336600;
  margin-left: 20px;
  margin-right:20px;
}

.bemerkung{
  border: dashed 2px #336600;
  margin-left: 20px;
  margin-right:20px;
}