/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

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

body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../_img/bg-body.jpg);
	background-repeat: repeat-x;
}

form {
	display: inline;
}

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

h1 {
	clear: both;
	padding: 5px 8px;
	background-color: #e3e3e3;
	color: #000000;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 9px;
}
	h1.mainTeaser {
		background-color: #c0c0c0; 
		color: #FFFFFF;
		margin-bottom: 0px !important;
	}

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

table {
	width: 100%;
	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: #909090;
}
	a:hover {
	}

.lastItem {
	border-right: 0px !important;
	padding-right: 0px !important;
}

.firstItem {
	border-left: 0px !important;
	padding-left: 0px !important;
}

#container {
	position: relative;
	margin: auto;
	width: 823px;
}

#header {
	position: relative;
	width: 823px;
	height: 71px;
	padding: 44px 7px 0px 7px;
	z-index: 5;
}

#logoGrey {
	position: absolute;
	top: 30px;
	left: 823px;
}

/* ################### Navigation ######################*/
#navigation {
	position: absolute;
	top: 90px;
	right: 9px;
	padding-right: 0px;
}
	#navigation ul {
		margin: 0px 9px 0px 0px;
	}

	#navigation ul li {
		display: block;
		float: left;
		background-image: url(/_img/bg-navischatten.gif);
		background-repeat: no-repeat;
		background-position: right top;
		list-style-type: none;
	}
		#navigation ul li a {
			display: block;
			position: relative;
			top: 0px;
			left: 0px;
			width: auto;
			height: 19px;
			margin-bottom: 7px;
			margin-right: 9px;
			padding: 5px 18px 0px 18px;
			border: 1px solid #505050;
			border-bottom: 0px;
			background-image: url(/_img/bg-navi.gif);
			background-repeat: repeat-x;
			font-size: 13px;
			font-weight: bold;
			color: #505050;
			text-align: center;
			text-decoration: none;
		}
			#navigation ul li a:hover {
				color: #000000;
				text-decoration: none;
			}
			#navigation ul li a.aktiv {
				margin-bottom: 0px;
				padding-top: 8px;
				height: 23px;
			}
			#navigation ul li a#merkliste {
				background-image: url(/_img/bg-merkliste.gif);
				background-repeat: no-repeat;
				padding-left: 35px;
			}
				#navigation ul li a#merkliste img {
					position: absolute;
					top: -1px;
					right: -1px;
				}
	.merkliste {
		margin-bottom: 12px;
	}
		.merkliste input.button, .merkliste input.button2, .merkliste input.button3, .merkliste input.button4 {
			width: 169px;
			height: 22px;
			margin-right: 12px;
			padding-left: 19px;
			border: 0px;
			background-color: #dedede;
			background-image: url(/_img/bg-btn-merkliste.gif);
			background-repeat: no-repeat;
			text-decoration: underline;
			color: #707070;
			font-size: 12px;
		}
			.merkliste input.button2 {
				width: 270px;
			}
			.merkliste input.button3 {
				width: 285px;
				padding-left: 0px;
				background-image: none;
			}
			.merkliste input.button4 {
				width: 155px;
				padding-left: 0px;
				background-image: none;
			}
		.merkliste a {
			position: relative;
			top: -2px;
			font-size: 12px;
		}
#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: 830px;
	position: relative;
	padding-right: 7px;
	background-image: url(/_img/bg-contentschatten.png);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 4;
}
#content {
	width: 803px;
	padding: 22px 13px 13px 12px;
	position: relative;
	border: 1px 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: 828px;
		padding-top: 0px;
		background-image: url(/_img/bg-dreispalten.gif);
		background-repeat: repeat-y;
		margin-bottom: 12px;
	}
	.zweidrittelSpalte {
		background-image: url(/_img/bg-zweidrittelspalten.gif);
	}
	.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 { 
	position: absolute;
	top: -8px;
	left: 0px;
	width: 527px;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url(../_img/start_box_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
	#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: 150px;
}
.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: 828px;
		padding-top: 0px;
		margin-bottom: 12px;
		background-image: url(/_img/bg-zweispalten.gif);
		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 {
		border: 1px solid #cbcbcb;
		margin-bottom: 12px;
	}
			#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 {
	
	}
			#content table.suchliste th {
				border-right-color: #cbcbcb;
			}
			#content table.suchliste th a {
				padding-left: 0px;
				color: #000000;
				font-weight: normal;
				text-decoration: none;
				padding-right: 15px;
				background-image: url(/_img/bg-sort.gif) !important;
				background-position: right;
				background-repeat: no-repeat;
			}
				#content table.suchliste th a:hover {
					text-decoration: underline;
					background-image: url(/_img/bg-sort-a.gif) !important;
				}
				#content table.suchliste th a.sortActive {
					background-image: url(/_img/bg-sort-a.gif) !important;
				}
			#content table.suchliste td.row_a {
				background-color: #f6fafd;
			}
			#content table.suchliste td a {
				padding-left: 0px;
				padding-right: 0px;
				color: #dc0028;
				font-weight: bold;
				text-decoration: none;
			}
				#content table.suchliste td a:hover {
					text-decoration: underline;
				}
				
		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: #D51730;
			border: #000000 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: url(/_img/bg-footer.gif);
	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: 1px solid #a4a4a4;
		color: #a4a4a4;
		font-size: 12px;
		list-style-type: none;
	}
		#footer ul li a {
			padding: 0px 0px;
			border-right: 0px solid #a4a4a4;
			text-decoration: none;
		}
			#footer ul li a:hover {
				text-decoration: underline;
			}

/*----------------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;
}



