* {
  font-family:verdana,sans, arial;
  color:rgb(70,70,70);
  padding:0px;
  margin:0px;  
}

body {
  background-color:rgb(220,220,220);
}

h4 {
  font-size:90%;
  color:rgb(130,130,130);
  padding-top:12px;  
  padding-bottom:5px;
}

p {
  font-size:80%;
}    

li {
  font-size:80%; 
  padding-bottom:5px;
}

ul li ul li {
  font-size:100%;  
}

ol {
  margin-left:10px;
}

form {
  font-size:70%; 
}

input, textarea {
  font-size:100%;
  width:300px;
}

input.checkbox {
  width:15px;
}

td {
  padding:3px;
  vertical-align:top;
}

/* ALLGEMEINE POSITIONIERUNG*/

#container {
  /*background-color:red;*/
  width:820px;
  margin:0px auto; 
}

#top {
  background-image:url(../images/main_header.gif);
  height:40px;
}

#kopf {
  background-image:url(../images/main_kopf.gif);
  height:160px;
}

#subnavi_leiste {
  background-image:url(../images/subnavi_bg.gif);
  background-repeat:no-repeat;
  height:20px;
  text-align:right;
  padding: 0px 40px;
}

#content_links {
  background-color:rgb(255,255,255);
  width:230px;
  height:400px;  
  float:left;
}

#content_rechts {
  background-color:rgb(255,255,255);
  width:580px;
  height:400px;
  padding-left:10px;
  float:right;
  overflow:auto;
}

#bottom {
  background-image:url(../images/main_footer.gif);
  height:40px;
  clear:both;
}


/* NAVIGATION  */

#mainnavi {
  position:relative;
  top:40px;
  left:30px;
  width:180px;  
}

div.navi_item {
  padding:5px 0px;
  border-bottom:1px solid rgb(130,130,130);  
}

div.last_navi_item {
  padding:5px 0px;
  border-bottom:none;  
}

div.navi_item a, div.last_navi_item a{
  text-decoration:none;
  color:rgb(220,130,40);
  font-size:90%;
}

div.navi_item a:hover, div.last_navi_item a:hover{
  color:rgb(50,50,50);
}

#subnavi_leiste a {
  text-decoration:none;  
  color:rgb(255,255,255);
  font-size:80%;
  padding-left:25px;
}

#subnavi_leiste a:hover {
  color:rgb(220,130,40);
}

#subnavi_themen {
  padding:25px 10px 10px 30px; 
}

#subnavi_themen div {
  padding-bottom:15px;   
}

#subnavi_themen div a{
  font-size:80%; 
  font-weight:bold;
  color:rgb(130,130,130);
  text-decoration:none;
  display:block;
}

#subnavi_themen div a:hover{
  color:rgb(200,200,200);    
}

/* CONTENTBEREICH  */

div.news {
  background-color:white;
  width:180px;
  margin:20px 30px 0px 30px;
}

div.news_top {
  background-image:url(../images/news_header.gif);
  height:22px;
}

div.news_content {
  background-image:url(../images/news_content.gif);
  /*height:120px;*/
  padding:0px 8px;
}
div.news_bottom {
  background-image:url(../images/news_footer.gif);
  height:22px;
}

div.news h2 {
  color:rgb(220,130,40);
  font-size:90%;
  padding-top:8px;  
  padding-bottom:2px;
}

div.news p {
  padding-bottom:6px;
}

div.news a {
  color:rgb(220,130,40);
  text-decoration:none;
}

div.news a:hover {
  color:rgb(50,50,50);
}

#content_rechts h1 {
  font-size:90%;
  color:rgb(220,130,40);
  padding:25px 30px 10px 0px;  
}

#content_rechts h2 {
  color:rgb(220,130,40);
  font-size:90%;
  padding-top:8px;  
  padding-bottom:2px;
}
#content_rechts p {
  line-height:150%;
  padding:0px 30px 10px 0px;  
}

#content_rechts ul {

}

#content_rechts li {
  line-height:150%;
  margin-left:15px;
}

#content_rechts a {
  color:rgb(220,130,40);
  text-decoration:none;
}

#content_rechts a:hover {
  color:rgb(50,50,50);
}


