/* Verkn?pfte Stylesheets */
@import url("undohtml.css");




/* -- Allgemein -- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	color: #E8E8E8;
	background-color: #000000;
	behavior:url(./css/csshover.htc);
}
/* Die Farbe f?r Links wird auf den Standardschriftfarbwert gesetzt */
a {
	color: #E8E8E8;
}
/* verhindert im IE6 einen Abstand unter einem Bild */
img {
	vertical-align: bottom;
}

/* -- Layout -- */
/* Zentrierung und feste Breite im Browser */
#sitecontent {
	width: 890px;
	margin: auto;
}
#header {
	height: 160px;
	background-image: url(../img/header_bg.gif);
}
#content {
	position: relative;
	background-color: #363636;
	background-image: url(../img/content_bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#main_content {
	padding: 0px 40px 0px 260px;
}
#footer {
	height: 70px;
	padding: 10px 40px 0px 40px;
	background-image: url(../img/footer_bg.gif);
	color: #787979;
	font-size: 10px;
}
#footer p {
	float: left;
}
/* Details */
.keyvisual {
	margin: 0px 0px 10px 0px;
}
.promobox {
	margin: 0px 10px 0px 0px;
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	background-color: #232323;
}
.promobox_right{
	margin: 0px 0px 0px 0px;
}
.promobox img {
	float: left;
}
.promobox a {
	display: block;
	clear: left;
	width: 180px;
	height: 25px;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
	background-image:   url("../img/home/promo_button_bg.gif");
}
.promobox a:hover {
	background-position: 0px -30px;
}
.clear {
	clear: both;
}
/* Elemente die links vom Text umflossen werden */
.fright {
	float: right;
}
/* Elemente die links vom Text umflossen werden */
.content_img {
	margin: 20px 0px 20px 0px;
}
h1 img {
	margin: 20px 0px 0px 20px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 20px 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
/* Folgeseiten */
.left_column {
	padding: 0px 0px 0px 10px;
	position: relative;
	float: left;
	width: 280px;
}
.right_column {
	padding: 0px 10px 0px 0px;
	position: relative;
	float: right;
	width: 280px;
}


.right_column ul {
list-style-image:url(../img/bullet.gif);
padding-left: 20px;
}

.left_column ul {
list-style-image:url(../img/bullet.gif);
padding-left: 20px;
padding-right: 20px;
}


/* ---------- Hauptnavigation ---------- */
/* feste Breite f?r ul weil sonst die Links der 2. Ebene ?berlagert werden */
#navigation {
	height: 500px;
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 20;
}
#navigation ul {
	width: 210px;
}
/* die Liste muss eine Positionierung abweichend von static haben (relative) um die Kindelemente ul absolut platzieren zu k?nnen */
#navigation li {
	position: relative;
}
/* IE6 */
* html #navigation li {
	position: relative;
	margin: 0px -1px -1px 0px;
	border-bottom: 1px solid #363636;
	border-right: 1px solid #363636;
}
/* IE7 */
* + html #navigation li {
	position: relative;
	margin: 0px 0px -1px;
	border-bottom: 1px solid #363636;
}
/* IE7 */
#navigation .last {
	border-bottom: 0px;
}
#navigation li ul {
	position: absolute;
	left: 210px;
	top: 0;
	width: 200px;
	/* display: none;*/
	display: none;
}
#navigation a {
	display: block;
	width: 194px;
	height: 26px;
	padding: 4px 0px 0px 16px;
	text-decoration: none;
	background-image: url(../img/navigation1_back.gif);
}
#navigation a.submenu {
	background-image: url(../img/navigation1_back_submenu.gif);
}
#navigation a:hover {
	color: #000000;
	background-position: 0px -30px;
}
#navigation li:hover ul {
	display: block;
}
/* 2. Ebene der Navigation */
#navigation li ul a {
	width: 165px;
	margin: 0px 0px 0px 1px;
	padding: 4px 0px 0px 35px;
	color: #000000;
	background-image: url(../img/navigation2_back.png);
}
/* IE6 */
* html #navigation li ul a {
	width: 166px;
	margin: 0px 0px 0px 1px;
	padding: 4px 0px 0px 35px;
	color: #000000;
	background-image: url(../img/navigation2_back.gif);
}
#navigation li ul a:hover {
	color: #E71F12;
}
#navigation li ul a.submenu {
	background-image: url(../img/navigation2_back_submenu.png);
}
/* IE6 */
* html #navigation li ul a.submenu {
	background-image: url(../img/navigation2_back_submenu.gif);
}
/* 3. Ebene der Navigation */
#navigation li ul li ul{
	left: 200px;
	visibility: hidden;
}
#navigation li ul li:hover ul {
	visibility: visible;
}
/* Servicenavigation */
#footer ul {
	float: right;
}

#footer li {
 	display: inline;
	list-style-type: none;
}

#footer a {
	color: #787979;
	text-decoration: none;
	padding: 0px 3px 0px 0px;
	margin-right: 5px;
}
#footer a:hover {
	color: #FFFFFF;
}


/****************formular************************************/

form {
  font-size: 12px;
 
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
  font-weight: bold;
  color: #fff;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
	width: 200px;
	
	}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
 
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

/* Sitemap*******************************/



#sitemap {

margin: 0;

padding: 0;



}



#sitemap ul {

list-style: none;



}



#sitemap ul ul {

border-top: 1px dashed #437cc6;

margin-top: .4em;

padding-top: .4em;

}



#sitemap ul ul ul {

border: 0;

margin: 0 0 0 2.9em;

padding: 0;

}



#sitemap li a {

background: url(../img/sitemap/ebene-aus.gif) 0 2px no-repeat;

font: 14px arial, helvetica, sans-serif;

padding-left: 27px;



}



#sitemap li a:hover {

background-image: url(../img/sitemap/ebene-an.gif);

color: #e62013;

}



#sitemap li li li a {

background-image: url(../img/sitemap/dok-aus.gif);

padding-left: 16px;



}



#sitemap li li li a:hover {

background-image: url(../img/sitemap/dok-an.gif);

}



#sitemap a {

color: #FFFFFF;



}


