/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}
a, img {
	border: none;
	outline: none;
}
p.klein {
	font-size: 9px;
}
.clr {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#topEn, #topDe {
	clear: both;
	margin: 15px 0;
	display: none;
}
#w {
	width: 95%;
	min-width: 1100px;
	margin: 0 auto 0 25px;
}
/*	IE6							*/
* html #w {
	width: 1100px;
}

/*	Header						*/
#header {
	height: 87px;
	width: 100%;
}
#headermenu, #headermenuhome {
	float: right;
	width: 300px;
}
#headermenu a, #headermenu a:hover, #headermenuhome a, #headermenuhome a:hover {
	float: left;
	width: 40px;
	padding: 15px;
	margin: 36px 0 12px 6px;
	text-decoration: none;
	color: #0058A0;
}
#headermenuhome a, #headermenuhome a:hover {
	text-align: right;
	width: 105px;
	width: auto;
}
#headermenu a:hover, #headermenuhome a:hover {
	color: #002665;
}
#header .logo {
	float: left;
	width: 340px;
	height: 87px;
}

/*	Main Menu Bar				*/
#mmenu {
	width: 100%;
	background: #0058A0;
	margin-bottom: 2px;
}
#mmenu a, #mmenu a:hover {
	float: left;
	width: auto;
	padding: 9px 15px 8px 15px;
	color: #FFF;
	text-decoration: none;
}
#mmenu a:hover {
	color: #000;
}
#mmenu a.act {
	color: #000;
}
/*	Submenu						*/
#box_smenu {
	float: left;
	width: 230px;
width: 240px;
	margin-right: 57px;
	min-height: 500px;
}
/*	IE 6						*/
* html #box_smenu {
	height: 500px;
}
/*	.level2 ist für die 2. Submenustufe = Submenu plus ein Einzug	*/
#box_smenu a, #box_smenu a:hover, #box_smenu a.level2 {
	float: left;
	width: 215px;
	width: 225px;
	border-bottom: 1px solid #002665;
	text-decoration: none;
	color: #002665;
	padding: 8px 0 8px 15px;
}
#box_smenu a:hover, #box_smenu a.level2:hover {
	color: #0058A0;
}
#box_smenu a.act, #box_smenu a.actLevel2 {
	font-weight: bold;
	color: #0058A0;
}
#box_smenu a.level2, #box_smenu a.actLevel2 {
	width: 205px;
width: 215px;
	padding: 8px 0 8px 25px;
}

/*	IE 6					*/
#box_smenu a.level2:hover, #box_smenu a.actLevel2:hover {
	float: left;
	width: 205px;
width: 215px;
	padding-left: 25px;
}




/*	Footer						*/
#footer {
	clear: both;
	font-size: 10px;
	color: #002665;
	padding-left: 297px;
	margin-top: 20px;
}
#footer a, #footer a:hover {
	text-decoration: none;
	color: #0058A0;
}
#footer a:hover {
color: #002665;
}

/*	Content Box	+ Content		*/
#box_content {
	overflow: auto;
	min-height: 500px;
	line-height: 14px;
}

/*	------------------>	Für IE 6					*/
						* html #box_content {
							overflow: visible;
							height: 500px;			/* IE6 macht mit height dasselbe, wie andere mit min-height.	*/
							margin-left: 286px;
						}

#box_content a, #box_content a:hover, #box_content a:active, #box_content a:visited {
	color: #0058A0;
	text-decoration: none;
}
#box_content a:hover {
color: #002665;
}
#box_content h1 {
	height: 30px;
	padding: 12px;
	background: #002665;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 12px;
	color: #FFF;
}
#box_content h1 span.producttitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	text-transform: none;
}
/*	IE6									*/
* html #box_content h1 {
	padding-top: 9px;
	padding-bottom: 9px;
}
#box_content h2 {
width: 610px;
font-size: 13px;
	line-height: normal;
	color: #002665;
	margin-top: 22px;
}
#box_content p {
	width: 610px;
}
#box_content li {
	list-style-type: square;
}

form {
	width: 570px;
}
fieldset {
	width: 560px;
	border: 1px solid #002665;
	padding: 15px;
	margin-top: 20px;
	overflow: hidden;				/*	Gaaaanz wichtig für IE6, sonst macht er das fieldset sehr breit. */
}
label {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px dotted #002665;
}
input, #form select, #form textarea {
	float: left;
	width: 350px;
	margin-bottom: 2px;
}

#form input.half1 {
	width: 170px;
}
#form input.half2 {
	width: 170px;
	margin-left: 4px;
}
#form input.plz {
	width: 100px;
}
#form input.ort {
	width: 240px;
	margin-left: 4px;
}
#form textarea {
	height: 100px;
}
#form fieldset i {
	float: left;
	clear: right;
	width: 5px;
	margin: 0;
	margin-left: 5px;
}
#form div.checkbox {
	clear: both;
	width: 350px;
	margin-left: 150px;
	margin-top: 5px;
}
#form input.checkbox {
	float: left;
	width: auto;
}
#form p {
	clear: both;
	margin: 20px 0 0 150px;
}
#form .btn, #form .btn2 {
	float: left;
	width: auto;
	margin-top: 20px;
}
#form .btn {
	margin-left: 150px;
	margin-right: 5px;
}
