/*****************************/
/* benutzerdefinierte styles */

#wrapper_body {
  position: relative;
  margin: 0 auto;
  width: 962px;
  padding: 0 0 24px 0;
}
#wrapper_main_content {
  float: left;
  width: 754px;
}
#shadow_main_content {
  background-image: url("../images/template/shadow_main_content.png");
  background-repeat: repeat-y;
  padding: 0 7px;
}
#shadow_bottom {
  clear: both;
  position: relative;
  line-height: 8px; 
  height: 8px;
  background: url("../images/template/shadow_bottom_content.png") left top repeat-x;
}
#adresse {
  position: absolute;
  left: 207px;
  top: -38px;
  z-index: 3;
  line-height: 16px;
  font-size: 11px;
}
#adresse .firma {
  color: #e3000f;
  font-weight: bold;
}
#adresse a {
  color: #000;
}
#multimediafabrik {
  position: absolute;
  left: 733px;
  top: -95px;
  width: 14px;
  height: 95px;
  z-index: 5000;
}
#main_content {
  background-color: #fff;
  min-height: 700px;
  height: auto !important;
  height: 700px;
}
#wrapper_header {
  width: 740px;
  clear: both;
  position: relative;
}
#logo {
  position: absolute;
  z-index: 3;
  width: 334px;
  height: 75px;
}

#wrapper_content {}
#navigation {
  float: left;
  width: 170px;
  margin-top: 50px;
}  
#wrapper_textblock {
  float: left;
  width: 570px;
}
#service_navi {
  text-align: right;
  padding-right: 30px;
  height: 36px;
  line-height: 36px;
}
#service_navi a {
  color: #9a9a9a;
  font-size: 11px;
  font-style: italic;
}
#textblock {
	padding: 21px 30px 40px 30px;
}
#wrapper_right {
	float: right;
	width: 208px;
	margin: 7px 0 0 0;
}

/* navigation */
.navi, .navi  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: #ffed89 1px solid;
}
.navi li {
  border-bottom: #ffed89 1px solid;
}
.navi li.selected {
  border-left: #e3000f 10px solid;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	padding: 6px 0 6px 20px;
	font-weight: bold;
}
.navi a {
  color: #000;
}
.navi a:hover {
  color: #e3000f;
}
.navi a.selected, .navi a.selected:hover {
  color: #e3000f;
}
.navi ul {
  padding: 0 0 4px 0;
  border-top: none;
}
.navi ul li {
  border-bottom: none;
}
.navi ul li.selected {
  border-left: none;
}
/* unternavigation */
.navi ul a, .navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	font-size: 12px;
	padding: 2px 0 2px 25px;
}

.navi ul ul {
  padding: 0 0;
}
/* unter-unter-navigation */
.navi ul ul a, .navi ul ul a:hover, .navi ul ul a.selected, .navi ul ul a.selected:hover  {
	padding-left: 40px;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}





/* standard-styles */
body {
	background: #a1cee2 url("../images/template/bg_body.png") repeat-x top;
	margin: 0px;
	padding: 0px;
}
body, td, th, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #e3000f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #23358c;
	text-decoration: none;
}
form, object {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0;
	color: #e3000f;
}
h1 {
	font-size: 16px;
	padding-bottom: 16px;
}
h2 {
	font-size: 14px;
	padding-bottom: 12px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}