/*****************************/
/* benutzerdefinierte styles */
#add_to_merkliste {
	position: absolute;
	display: none;
	width: 165px;
	height: 55px;
	z-index: 10000;
}

#wrapper_body {
	width: 1028px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -514px;
	padding: 0;
}
#wrapper_all_content {
  padding: 0;
  text-align: left;
  background-image: url("../images/template/bg_wrapper_body.png");
  background-repeat: repeat-y;
}
#shadow_left {
  width: 14px;
  float: left;
}
#middle {
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#shadow_right {
	width: 14px;
	float: left;
}
#wrapper_header {
	width: 1000px;
	height: 210px;
	clear: both;
}
#logo {
	float: left;
	width: 210px;
}
#seitenbild {
	float: right;
	width: 790px;
}
#wrapper_content {
  width: 1000px;
  background-color: #FFF;
}
#navigation {
  float: left;
  width: 210px;
  margin-top: 40px;
}  
#wrapper_textblock {
  float: left;
  width: 580px;
}
#textblock {
	padding: 40px;
	padding-right: 30px;
}
#wrapper_right {
	float: left;
	width: 210px;
}
#footer_schatten {
	clear: both; 
	line-height: 12px; 
	height: 12px;
	background-image: url("../images/template/shadow_bottom.png");
}
#adresse {
	text-align: center;
	color: #23358c;
	padding-bottom: 6px;
}
#adresse a, #adresse a:hover {
	color: #23358c;
}
#multimediafabrik {
	position: absolute;
	left: 1000px;
	top: -90px;
}
#multimediafabrik a {
	width: 19px;
	height: 100px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background-image: url("../images/template/multimediafabrik.gif");
}
/* navigation */
.navi, .navi  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover {
	display: block;
	position: relative;
	height: 30px;
	padding-left: 28px;
	line-height: 30px;
	text-decoration: none;
	font-size: 13px;
}
.navi a {
	color: #f18700;
  background-image: url("../images/template/bg_hauptnavi_both.png");
  background-position: 0px 0px;
}
.navi a.selected, .navi a.selected:hover, .navi a:hover {
  background-position: 0px -30px;
  color: #f18700;
}
.navi ul {
  padding: 6px 0;
  background: url("../images/template/abschluss_navi.png") top no-repeat;
}
/* unternavigation */
.navi ul a, .navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	display: block;
	position: relative;
	padding-left: 42px;
	line-height: 22px;
	text-decoration: none;
	font-size: 12px;
	height: auto !important;
	height: 22px;
	background-image: none;
}
.navi ul a {
	color: #333333;
}
.navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	color: #f18700;
}

.navi ul ul {
  padding: 0 0;
  background-image: none;
}
/* 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: 52px;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}




/* standard-styles */
body {
	background: #CCCCCC 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: #333;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #23358c;
	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: #f18700;
}
h1 {
	font-size: 16px;
	padding-bottom: 16px;
}
h2 {
	font-size: 15px;
	padding-bottom: 12px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}

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