/*                                                           allgemeines / boxmodel */

html, body {
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	color: #444;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	background-color: #d2dddf;
	background-image: url(../img/shade_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

* {
	margin: 0px;
	padding: 0px;
}

div#top {
	display: block;
	font-size: 0.8em;
	width: 1022px;
	margin: auto;
	padding: 5px 5px 5px 0px;
	color: #000;
/*	background-color: #d1dedf;*/
}

div#top2 {
	display: block;
	font-size: 0.8em;
	width: 1022px;
	margin: auto;
	padding: 5px 5px 5px 0px;
	color: #000;
/*	background-color: #d1dedf;*/
}

.topright {
	text-align: right;
	float: right;
	width: 500px;
}

.botright {
	text-align: right;
	float: right;
	width: 500px;
}

.botright a, .botright a:visited {
	text-decoration: none;
}

.botright a:hover {
	color: #001374;
	text-decoration: underline;
}

#top a, #top a:visited {
	color: #172983;
	text-decoration: none;
}

#top a:hover {
	color: #5b68a8;
	text-decoration: underline;
}



div#main {
	min-height: 100%; 
	height:auto !important; 
	height:100%;
	background-color: #edeced;
	padding: 0px;
	margin: auto;
	width: 1024px;
	border: 1px solid #3f3b8c;
	position: relative;
}


div#head {
	text-align: center;
	width: 1024px;
	height:150px;
}

div#content {
	margin-left: 200px;
	position: relative;
	margin-top: 80px;
	width: 630px;
}


/*                                                           links */

a, a:visited {
	color: #172983;
	text-decoration: underline;
}

a:hover {
	color: #5b68a8;
	text-decoration: underline;
}

.linksub {
	display:block;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}
.linksub img {
	border: 0px;
}


/*                                                           ueberschriften */

h1 {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #172983;
	display: block;
	padding-bottom: 5px;
}

h2 {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	color: #172983;
	display: block;
	padding-bottom: 10px;
}

.prodsubline {
	font-size: 1.2em;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: lighter;
	color: #000;
	display: block;
	padding-bottom: 10px;
}
.highlight {
	color: #172983;
	display: block;
	padding-bottom: 0px;
	font-weight: bold;
}


#prodanfragebox {
	position: absolute;
	right: 10px;
	top: 50px;

}

.prodanfragebg {
	background-color: #353535;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: none;
}

.prodanfragecontent {
	margin: auto;
	padding: 10px;
	width: 500px;
	border: 2px solid #172983;
	background-color: #eee;
	margin-top: 50px;
	display: none;
}

/*                                                           forms */

.searchform {
	border: 1px solid #172983;
	font-size: 10px;
	background-color: #eee;
	padding: 2px;
}

.searchsubmit {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
	padding-bottom: 1px;
}

.anfrageform input, .anfrageform textarea {
	border: 1px solid #172983;
	padding: 5px;
}


/*                                                           horizontale navigation */

div#navi_horizontal {
	display: block;
	position: absolute;
	left: 178px;
	
}

#navi_horizontal ul {
	list-style: none;
	display: block;
	width: 670px;
	margin-top: 2px;
	margin-left: 2px;
}


#navi_horizontal ul li {
	float: left;
	background-color: #eee;
	font-size: 1.1em;
	width: 154px;
	padding: 5px 5px 5px 5px;
	display: block;
	text-align: center;
}


#navi_horizontal ul li:hover {
	font-size: 1.1em;
	display: block;
	width: 154px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;

}


#navi_horizontal ul li a, #navi_horizontal ul li a:visited {
	color: #172983;
	text-decoration: none;
}

#navi_horizontal img {
	border: 0px;
}



/*                                                           vertikale navigation */

div#navi_vertikal {
	margin-top: -13px;
	float: left;
	left: 0px;
	width: 176px;
	border: 0px solid red;
}

#navi_vertikal ul {
	margin: 3px 0px 5px 0px;
	list-style: none;
	width: 176px;
	border-right: 1px solid #3f3b8c;
}

#navi_vertikal ul li {
	color: #000;
	font-size: 1.1em;
	display: block;
	width: 166px;
/* 	background-color: #3f3b8c; */
	padding: 5px;
}

#navi_vertikal ul li:hover {
	color: #fff;
	font-size: 1.1em;
	display: block;
	width: 166px;
	background-color: #172983;
	padding: 5px;
	cursor: pointer;
}

#navi_vertikal ul li a, #navi_vertikal ul li a:visited {
	color: #444;
	text-decoration: none;
}

#navi_vertikal ul li:hover a {
	color: #fff;
}




/*                                                           infobox rechts */

div#info {
	margin-top: -13px;
	float: right;
	width: 187px;
	position: absolute;
	right: -11px;
}

#info p {
	font-variant: normal;
	font-style: normal;
	padding: 10px;
	border-left: 1px solid #3f3b8c;
	margin-top: 5px;
}



.infohead {
	margin-right: 10px;
	color: #fff;
	font-size: 1.1em;
	display: block;
	width: 167px;
	text-align: center;
	background-color: #172983;
	padding: 5px;
	height: 17px;
}

/*                                                         tabelle produktauswahl */

.prodcat td {
	width: 122px;
	text-align: center;
}

.prodcathead {
	font-size: 1.7em;
	color: #172983;
	
}

.prodcathead td {
	padding: 15px;
}



/*                                                           tabelle produktauswahl */

.prodover {
	cursor: pointer;
}
.produkte {
	border-collapse: collapse;
}
.produkte td {
	width: 220px;
	padding: 10px 10px 10px 10px;
}

.produktactive {
	color: #fff;
	background-color: #172983;
}

.produktehead {
	font-size: 1.2em;
	color: #172983;
	border: 1px solid #172983;
}

.proddesc {
	display: none;
	border: 1px solid #172983;
	padding: 10px;
}




.produktbilder {
	margin-bottom: 3px;
}

.produktbilder li {
	float: left;
}

.produktbilder .highlight {
	text-align: center;
}

.produktbilder img {
	border: 0px;
	border-bottom: 3px solid #eee;
	margin-bottom: 15px;
}

.produktbilder img:hover {
	border-bottom: 3px solid #172983;
}



.produktbilderna {
	margin-bottom: 3px;
}


.produktbilderna img {
	border: 0px;
	border-bottom: 3px solid #eee;
	margin-bottom: 15px;
}

.produktbilderna img:hover {
	border-bottom: 3px solid #666;
}




.produktdetailul {
	list-style: none;
}
.produktdetailul li {
	padding: 5px 10px 5px 10px;
}




ol#agb li {
	margin: 10px 0 20px 10px;
}

ol#agb li b {
	font-size: 14px;
}

