/*
 *     Allgemeine Formatierungen
 */
* { margin:0; padding:0; }

.csc-textpic {  margin-top:-1px; border-top:1px dotted white; }



#header { 
  width:760px;
  height:80px;
  background-image: url(/fileadmin/omnibus.org/omnibus_ci.gif); 
  background-repeat: no-repeat;
}

#headermenuwrapper { 
  height: 20px; 
  background-image: url(/fileadmin/omnibus.org/gold_long.jpg); 
  background-position: -20px 0;
  vertical-align: middle;
}

#headermenu {
  width: 525px;
  margin-left: 230px; 
}

#headermenu ul {
  list-style: none;
  padding-top: 2px; 
}

#headermenu .level1-listelement {
  display: inline;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 64px;
  padding-top:2px; 
}

#headermenu .level1-listelement-last {
	margin-left: 2px;
	margin-right: 0;
}

#headermenu .level1-listelement a { 
  color: #ffffff; 
  text-transform: uppercase; 
}







#mainwrapper {
  width: 100%;
  min-width: 1025px;
  margin-top: 75px;
}

* html #mainwrapper {
  width: 1025px;
}

#mainmenu { 
  float: left;
  width: 210px;
}

#mainmenu ul {
  list-style: none;
  margin-left: 0;
}

#mainmenu .level1-listelement { 
  margin-bottom: 10px; 
  margin-left: 40px;
  color: #5BA548; 
  text-transform: uppercase; 
}

#mainmenu .active { 
  color: #000000; 
}

#mainmenu .level2-listelement { 
  margin-bottom: 5px; 
  margin-left: 15px; 
  color: #5BA548;
  text-transform: none;
  line-height: 120%; 
}

#mainmenu .level2-listelement-last { 
  margin-bottom: 12px; 
}

#mainmenu .level3-listelement { 
  margin-bottom: 1px; 
  margin-left: 40px; 
  color: #5BA548; 
}

#mainmenu .level3 a { 
  font-weight: normal; 
}







#content {
  float: left;
  width: 525px;
  margin-left: 20px;
  margin-right: 20px; 
}




#rightcol {
  float: left;
  width: 190px;
}






#footer {
  width: 760px;
  height: 80px;
  margin-top: 30px;
  text-align: right;
}

#footer ul {
  list-style: none;
}

#footer .level1-listelement {
  display: inline;
  color: #5BA548; 
  text-transform: uppercase; 
}










