/* CSS Document */

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	padding-bottom: 0px;
	background-image: none;
}

form {
	display: inline;
}

img {
	border: 0px;
	margin-bottom: 16px;
}

h1 {
	clear: both;
	padding: 5px 8px;
	background-color: #d8e6f0;
	color: #004c93;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 9px;
}
	h1.mainTeaser {
		display: none;
	}

h2 {
	font-size: 12px;
	color: #004c93;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	width: 95%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

p, ul, ol {
	font-size: 12px;
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font-weight: normal;
}

ul, ol {
	list-style-position: outside;
	position: relative;
	left: 20px;
}

a {
	font-size: 12px;
	color: #004c93;
}
	a:hover {
	}

#container {
	position: relative;
	margin: auto;
	width: 100%;
}

#header {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}

#logoGrey {
	display: none;
}

/* ################### Navigation ######################*/
#navigation {
	display: none;
}
	.merkliste {
		display: none;
	}

#content {
	background-color: #FFFFFF;
}
	#content a.trefferliste {
		margin: auto;
		padding-left: 20px;
		background-image: url(/_img/bg-trefferliste.gif) !important;
		background-position: left !important;
		background-repeat: no-repeat;
	}
	#content .back {
		font-size: 12px;
		background: none;
		text-decoration: underline;
		border: 0px;
		color: #004c93;
		padding-left: 20px;
		background-image: url(/_img/bg-back.gif) !important;
		background-position: left !important;
		background-repeat: no-repeat;
	}		
	#content .forward {
		font-size: 12px;
		background: none;
		text-decoration: underline;
		border: 0px;
		color: #004c93;
		padding-right: 20px !important;
		background-image: url(/_img/bg-forward.gif) !important;
		background-position: right !important;
		background-repeat: no-repeat;
	}		


/* ################### Content ######################*/
#contentContainer {
	margin: auto;
	width: 100%;
	position: relative;
	padding-right: 7px;
	background-image: none !important;
	background-repeat: repeat-y;
	background-position: right;
	z-index: 4;
	filter: none;
}
#content {
	width: 100%;
	padding: 22px 13px 13px 12px;
	position: relative;
	border: 0px solid #505050;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url(/_img/bg-trennlinien.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 3;
}
	#content a {
		padding-right: 10px;
		background-image: url(/_img/bg-link.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
		#content a.noPic {
			padding-right: 0px;
			background-image: none;
		}
	#content p.meldung {
		background-color: #fffbbb;
		padding: 9px;
		text-align: left;
	}
		#content p.meldung strong {
			display: block;
			color: #de002b;
			margin-bottom: 5px;
		}
	#content .headlineHint {
		width: 100%;
		margin-left: 6px;
		text-align: right;
		color: #000000;
		font-weight: normal;
		font-size: 12px;
	}

/* ################### Drei Spalten ######################*/
	.dreiSpalten {
		position: relative;
		clear: both;
		width: 100%;
		padding-top: 0px;
		background-image: none;
		background-repeat: repeat-y;
		margin-bottom: 12px;
	}
	.zweidrittelSpalte {
		background-image: none;
	}
	.ohneLinien {
		background-image: none !important;
	}
		.spalte1_3 {
			width: 251px;
			height: auto;
			padding: 0px 13px 0px 12px;
			float: left;
		}
		.spalte2_3 {
			width: 527px;
			height: auto;
			padding: 0px 13px 0px 12px;
			float: left;
		}
		.dreiSpalten p {
			padding-left: 0px;
			padding-right: 0px;
		}
		
#start_2spaltig { 
	display: none;
}
	#start_2spaltig h1 {
		font-size: 24px;
	}
#start_garantie {
	width: 527px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
	#start_garantie h1 {
		font-size: 24px;
		color: #747474;
		background-color: #FFFFFF;
	}
.start_padding {
	padding-top: 0px;
}
.start_aufzaehlung {
	margin: 0px;
	margin-bottom: 9px;
	margin-left: 4px;
	height: 13px;
	padding-left: 25px !important;
	padding-top: 7px !important;
	background-image: url(../_img/ok_garantie.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
/* ################### Zwei Spalten ######################*/
	.zweiSpalten {
		clear: both;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 12px;
		background-image: none;
		background-repeat: repeat-y;
	}
		.spalte1_2 {
			width: 396px;
			height: auto;
			padding: 0px 0px 0px 12px;
			float: left;
		}
		.zweiSpalten p {
			padding-left: 0px;
			padding-right: 0px;
		}
		.spalte1_2 table {
			width: 396px;
		}
		.featureList div {
			clear: both;
			border-top: 1px solid #de0037;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.featureList img {
			float: right;
			margin-top: 10px;
		}
		.featureList p {
			width: 304px;
			float: left;
		}
		

/* ################### Tabellen ######################*/
	th, td {
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		border: 1px solid #cbcbcb;
		vertical-align: top;
		padding: 6px 8px 4px 8px;
	}
	th {
		padding-top: 6px;
		background-color: #f3f1f2;
		border-right-color: #eaeaea;
		white-space: nowrap;
	}

		td select, td input {
			position: relative;
			top: -1px;
		}
		td select {
			width: 200px;
		}
			td select.vonBis {
				width: 90px;
			}
	#content table.liste {
		width: 95% !important;
	}
			#content table.liste th, table.liste td {
				border: 0px;
				padding-top: 3px;
				padding-bottom: 3px;
			}
			#content table.liste th {
				border-bottom: 1px solid #cbcbcb;
			}
				#content table.liste th a {
					float: right;
					background-image: none !important;
					padding: 0px 5px 0px 5px;
					border-right: 1px solid #000000;
				}
	#content table.box {
		border: 1px solid #cbcbcb;
		margin-bottom: 12px;
		width: 251px;
	}
			#content table.box th, table.box td {
				border: 0px;
				padding-top: 2px;
				padding-bottom: 3px;
			}
				#content table.box th {
					text-align: right;
					background-color: #FFFFFF;
				}
	#content table.bilder {
		margin-bottom: 12px;
	}
			#content table.bilder td {
				padding: 3px;
			}
	#content table.suchliste {
		border: 1px solid #cbcbcb;
	}
			#content table.suchliste th {
				border-right-color: #cbcbcb;
			}
		td.merkenTabelle {
			padding-left: 18px;
			background-color: #e3eaf4;
			background-image: url(../_img/bg-merkentabelle.gif);
			background-repeat: no-repeat;
		}
		

/* ################### Formular ######################*/
		form p.send {
			text-align: right;
		}
		form a {
			/*background-image: none !important;*/
			padding: 0px 5px 0px 5px;
		}
		input.button {
			background-color: #d2002f;
			border: #d2002f 1px solid;
			color: #FFFFFF;
			padding: 0px;
		}
		input.agent {
			width: 145px;
		}
		input#anfrage {
			width: 210px;
		}

/* ################### Footer ######################*/
#footer {
	clear: both;
	margin: auto;
	margin-bottom: 24px;
	width: 830px;
	padding: 15px 7px 0px 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
}
	#footer ul {
		margin: auto;
		text-align: center;
	}
	#footer ul li, #footer ul li a {
		position: relative;
		display: inline;
		padding: 0px 4px;
		border-right: 0px solid #004c93;
		color: #004c93;
		font-size: 12px;
		list-style-type: none;
	}
		#footer ul li a {
			display: none;
		}

/*----------------Stile für Lexikon-Rollover----------------*/

a.lexikon {
	position: relative;	
	z-index: 100;
	text-decoration: none;
	font-size: 10px;
	width: 15px !important;
	height: 15px !important;
}

a.lexikon:hover {
	z-index: 101;
	width: auto !important;
	height: auto !important;
}

a.lexikon .lexikon_bubble {
	display: none !important;
	font-size: 12px;
	position: absolute;
	left: -20px;
	top: -15px;
	width: 352px;
	border-bottom: 0px solid #4E667E;
	padding: 8px;
	padding-top: 25px;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
	margin-top: 29px;
}

a.lexikon:hover .lexikon_bubble {
	display: block !important;
	border-bottom: 1px solid #4E667E;
	background-image: url(/_img/blase_top.gif);
}

a.lexikon img.infoButton {
	margin: 0px;
}


a.lexikon .fragezeichen {
	margin-top: 2px;
	padding: 0px 0px 0px 2px;
	margin-right: 5px;
}

a.lexikon .lexikon_bubble span {
	font-size: 10px;
}

a.lexikon .lexikon_bubble img {
	position: absolute;
	left: 0px;
	top: -20px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
}

a.lexikon:hover .lexikon_bubble img {
	visibility: visible;
}


.noPrint {
	display: none !important;
}


