* {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
  font-family: inherit;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}

body {
  font-family: arial, verdana;
  font-size: 12px;
  padding-top: 5px;
}

a {
	text-decoration: underline;
}

table {    
  border-collapse: collapse;  
} 
 
th {    
  background: #4483B6; color: #FFFFFF;  
}  

td, th {    
  padding: 3px; 
}

#content td, th {
  border: 1px solid #E7E7E7;  
}

#container {
  width: 1017px;
  margin: auto;
}

#metamenu {
  padding: 3px;
  text-align: right;
}

#metamenu a {
  margin: 2px 5px;
  font-size: 13px;
  text-decoration: none;
}

#topborder, #bottomborder {
  background-repeat: no-repeat;
  height: 13px;
  font-size: 0px; /* für IE6 */
}

#inner {
  background-repeat: repeat-y;
  padding: 15px 30px;
  overflow: auto;
}

#head {
  margin-bottom: 20px;
}

#head #logo {
  float: left;
}

#head #kopfgrafik {
  float: right;
}

#head #mainmenu {
  text-align: center;
  float: right;
}

#head #mainmenu td {
	border: 0px;
}

#head #mainmenu table {
  width: 769px;
  margin: 0px -2px; /* Damit links und rechts bündig mit der Kopfgrafik */
}

#head #mainmenu a {
  padding: 4px 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  display: block;
  background-color: #EAF4E9;
}

#head #mainmenu a:hover, #head #mainmenu a.aktiv {
  background-color: #4b7f2b;
  color:white;
}

#head #symbole {
  float: left;
  width: 176px;
  text-align: right;
}

#head #symbole img {
  margin-left: 10px;
}

#submenu {
  float: left;
  width: 176px;
  border-top: 1px solid #4b7f2b;
}

#logout{
  margin-top:20px;
}

#submenu #logout a {
  border-bottom: 0px;
}

#submenu a {
  display: block;
  border-bottom: 1px solid #59a423;
  padding: 7px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  color: black;
}

#submenu .aktiv {
  background-color: #4b7f2b;
  color:white;
}

#submenu a:hover {
  background-color: #4b7f2b;
  color:white;
}

#submenu .level3 {
  font-weight: normal;
  padding-left: 11px;
 
}

#submenu .aktivlevel3 {
  font-weight: normal;
  padding-left: 11px;
  background-color: #9fe38d;
}

#right {
  float: right;
  width: 157px;
  padding-left: 5px;
  border-left: 1px solid #4B7F2B;
}

#content {
  margin-left: 190px;
  margin-right: 170px;
  background-image:url(/intern/pics/background_blume.gif);
  background-repeat:no-repeat;
  min-height: 580px;
  background-position: 45px 70px;
}

#content a {
 
}

#content ul {
	list-style:inside;
}

#content li {
	padding-left: 10px;
}

.headline {
  color: #faaf18;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 3px solid #faaf18;
  margin-bottom: 15px;
  line-height: 18px;
}

.subheadline {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 3px;
  margin-bottom: 15px;
  line-height: 18px;
}

#right .headline {
  font-size: 16px;
}

#right .linie {
  border: 0px;
  border-bottom: 1px solid #faaf18;
  margin: 10px 0px;
}

#footer {
  clear: both;
  margin-top: 50px;
  text-align: left;
  font-size: 10px;
}

#prolinkfooter {
  margin-right: 10px;
}

.red {
  color: red;
}


