/* - MISC STYLE - */
* {
	margin: 0px;
	padding: 0px;
}

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  background: #dcebef url(../images/bg_body.gif) repeat-x top;
  font-size: 100.01%;
  overflow: -moz-scrollbars-vertical;
}

#inhalt p {
  font-size: 13px;
  padding: 10px 0px 0px 25px;
  line-height: 16px;
}

#inhalt ul {
  font-size: 12px;
  padding: 3px 0px 0px 45px;
  line-height: 16px;
}

#inhalt h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	color: #018b98;
	padding-left: 25px;
}

#inhalt a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
  	color: #018b98;
	text-decoration: underline;
	}

#inhalt a:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
  	color: #000000;
	text-decoration: none;
	}
	
#inhalt table {
	margin: 10px 0px 20px 20px;
	font-size: 13px;
}

#inhalt table tr td {
	padding: 10px 10px 0px 10px;
}

#inhalt table p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

#inhalt table h1 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
}

#page {
	margin: 0px auto;
	width: 980px;
	background: url(../images/bg_main.gif) repeat-y;
}

#kopf {
  height:256px;
  width: 980px;
  margin: 0px;
  padding: 0px;
}

#mitte {
  text-align: left;
}

#links {
  float: left;
  width:238px;
  padding: 10px;
}

#inhalt {
  margin-left: 251px;
  padding-right: 20px;
}

#rechts {
   float: right;
   width: 260px;
	border: solid 1px #018b98;
}

#rechts #addon #addon_lastnews .lastnews {
	padding-left: 0px;
	font-size: 12px;
	padding: 10px 10px 0px 10px;
}

#rechts #addon #addon_lastnews .lastnews h1, h2, h3 {
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 12px;
}

#rechts #addon #addon_lastnews .lastnews p {
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

#rechts #addon #addon_lastnews .lastnews a {
	color: #018b98;
}


#rechts #addon #addon_lastnews .lastnews a:hover {
	text-decoration: none;
}

#rechts #addon #addon_lastnews .lastnews ul {
	padding: 0px 10px 10px 15px;
	margin: 0px;
}

#fuss {
  clear: both;
  width: 980px;
  height:106px;
  background: #dcebef url(../images/bg_footer.gif) top no-repeat;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#fuss p {
	padding: 70px 0px 0px 0px;
	color: #018b98;
	font-size: 9px;
	font-weight: bold;
	}

#fuss .shortklicks {
	position: relative;
	top: -10px;
	padding: 0px;
	margin: 0px;
	color: #018b98;
	font-size: 9px;
	font-weight: bold;
	float: right;
	}

#fuss a {
	color: #018b98;
	text-decoration: none;
	}

/* - FULL MENU - */
#page #mitte #links {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: transparent;
	overflow:hidden;
}

#page #mitte #links ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	list-style: none;
}

#page #mitte #links ul li {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#page #mitte #links ul li.submenu {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

*+html #page #mitte #links ul li.submenu {
	margin-top: -20px;
}

#page #mitte #links ul li a {
	height: 20px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #018b98;
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/dot_green.gif) left no-repeat; 
}

#page #mitte #links ul li a:hover {
	height: 20px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #000000;
	line-height: 19px;
	display: block;
	font-size: 11px;
	background: transparent url(../images/dot_red.gif) left no-repeat; 
	font-weight: bold;
}

#page #mitte #links ul li a.aktiv, #page #mitte #links ul li a:hover.aktiv {
	height: 20px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #000000;
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/dot_red.gif) left no-repeat; 
}

#page #mitte #links ul li.submenu ul {
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page #mitte #links ul li.submenu ul li {
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#page #mitte #links ul li.submenu ul li a {
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #018b98;
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
}

#page #mitte #links ul li.submenu ul li a:hover {
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #000000;
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
}

#page #mitte #links ul li.submenu ul li a.aktiv, #page #mitte #links ul li.submenu ul li a.aktiv:hover {
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #000000;
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
}
