html, body {
	background-color: #d3d3de;
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	width: 100%;
	height: 100%;
}

#introbild {
	/* Startseite, großer Bereich */
	background-color: #004471;
	background-image: url(../img/start_bild.jpg);
	width: 960px;
	height: 460px;
}
#introbild a:link,
#introbild a:visited,
#introbild a:focus,
#introbild a:active {
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 12px !important;
}
#introbildch {
	/* Startseite, großer Bereich */
	background-color: #004471;
	background-image: url(../img/start_bild_ch.jpg);
	width: 960px;
	height: 460px;
}
#introbildch a:link,
#introbildch a:visited,
#introbildch a:focus,
#introbildch a:active {
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

#footer_start {
	/* Startseite, Bereich direkt über den Farbfeldern */
	background-color: #004471;
	background-image: url(../img/start_bild_bottom.jpg);
	width: 960px;
	height: 70px;
}
	
#container {
	/* eigentlicher Inhaltsbereich */
	width: 960px;
	height: 560px;
	}

#header {
	/* Kopfzeile */
	width: 960px;
	height: 100px;
	background-color: #004471;
	}

#navigation {
	/* Navi, linke Spalte */
	width: 180px;
	height: 430px;
	background-color: #ffffff;
	float: left;
	overflow: hidden; /* IE */
}
#navigation ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

/* Hauptpunkte */
#navigation ul li {
	background-color: #004471;
}
#navigation ul li a {
	display: block;
	padding: 7px 0px 8px 12px;
	text-decoration: none;
	color: #ffffff !important;
	border-bottom: 4px solid #ffffff;
}
* html #navigation ul li a {
	/* IE6 */
	padding: 8px 0 0 12px;
	height: 22px;
}

/* Unterpunkte */
#navigation ul li ul li {
	background-color: #ffffff;
}
#navigation ul li ul li a {
	display: block;
	padding: 0px 0px 8px 12px;
	text-decoration: none;
	color: #004471 !important;
	border-bottom: 0;
}
* html #navigation ul li ul li a {
	/* IE6 */
	padding: 8px 0 0 12px;
	height: 18px;
}

#navigation img {
	/* Pfeile formatieren */
	display: block;
	float: left;
	position: relative;
	top: 3px;
}
* html #navigation img, *+html #navigation img {
	/* IE */
	top: 6px;
}

#link-site_at {
	/* Anpassung für Container mit AT-Flagge */
	padding-left: 12px;
	margin-top: 6px;
	}
#link-site_at a:link, a:visited, a:focus, a:active {
	font-weight: bold;
	color: #004471 !important;
	font-size: 11px;
	}
#link-site_at a:hover {
	color: #6aacda !important;
	}

#center {
	/* Container für Farbfelder und Content*/
	width: 600px;
	height: 430px;
	float: left;
	}

#colorcontainer {
	/* Container für kleine Farbfelder */
	width: 600px;
	height: 30px;
	float: left;
	}
	/* einzelne Farbfelder in #colorcontainer */
	#col_youngtimer {
		width: 100px;
		height: 30px;
		background-color: #eb690a;
		float: left;
		}
	#col_oldtimer {
		width: 100px;
		height: 30px;
		background-color: #004471;
		float: left;
		}
	#col_newtimer {
		width: 100px;
		height: 30px;
		background-color: #faba00;
		float: left;
		}
	#col_replicars {
		width: 100px;
		height: 30px;
		background-color: #00705d;
		float: left;
		}
	#col_premiumcars {
		width: 100px;
		height: 30px;
		background-color: #b6beb8;
		float: left;
		}
	#col_motorbikes {
		width: 100px;
		height: 30px;
		background-color: #ad1835;
		float: left;
		}

#colorcontainer_start {
	/* Container für Farbfelder auf der Startseite */
	width: 960px;
	height: 30px;
	float: left;
	}
	/* einzelne Farbfelder in #colorcontainer_start */
	#col_youngtimer_start {
		width: 160px;
		height: 30px;
		background-color: #eb690a;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	#col_oldtimer_start {
		width: 160px;
		height: 30px;
		background-color: #004471;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	#col_newtimer_start {
		width: 160px;
		height: 30px;
		background-color: #faba00;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	#col_replicars_start {
		width: 160px;
		height: 30px;
		background-color: #00705d;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	#col_premiumcars_start {
		width: 160px;
		height: 30px;
		background-color: #b6beb8;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	#col_motorbikes_start {
		width: 160px;
		height: 30px;
		background-color: #ad1835;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
		}
	
#content {
	/* Inhaltsbereich */
	width: 600px;
	height: 400px;
	float: left;
	overflow: auto;
	/* ...und wenn die Browser es verstehen, statt "overflow" folgendes... */
	overflow-x: hidden;
	overflow-y: auto;
	}

.content-main {
	/* normale Content-Klasse */
	background-color: #ffffff;
	}
	/* Content-Klassen für Sektion Liebhaberfahrzeuge */
	.content-oldtimer {
		background-color: #004471;
		}
	.content-youngtimer {
		background-color: #eb690a;
		}
	.content-newtimer {
		background-color: #faba00;
		}
	.content-premiumcars {
		background-color: #b6beb8;
		}
	.content-replicars {
		background-color: #00705d;
		}
	.content-motorbikes {
		background-color: #ad1835;
		}

#content ul li, #content td {
	font-size: 12px;
	line-height: 150%;
	color: #004471;
	}
		
h1 {
	font-size: 24px;
	color: #004471;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	display: inline;
	}
h2 {
	font-size: 16px;
	color: #004471;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	display: inline;
	}
p {
	font-size: 12px;
	line-height: 150%;
	color: #004471;
	padding: 0px 18px 0px 18px;
	}
hr {
	margin: 18px 0px 18px 18px;
	color: #ffffff;
	border-top: 1px dotted #004471;
	width: 545px;
	}
hr.news {
	margin: 4px 0px 4px 18px;
	color: #ffffff;
	border-top: 1px dotted #004471;
	width: 545px;
	}
hr.tarifrechner {
	margin: 4px 0px 4px 0px;
	color: #ffffff;
	border-top: 1px dotted #004471;
	width: 545px;
	}	
h2.news {
	font-size: 16px;
	color: #004471;
/*	display: inline;*/
	padding: 0;
	margin: 0;
	}
h2.tarifrechner {
	font-size: 16px;
	color: #004471;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}


a:link.anchor,
a:visited.anchor,
a:focus.anchor,
a:active.anchor {
	color: #004471 !important;
	text-decoration: none;
	font-size: 16px !important;
	}
a:hover.anchor {
	color: #6aacda !important;
	text-decoration: none;
	font-size: 16px !important;
	}

a:link.gutachter,
a:visited.gutachter,
a:focus.gutachter,
a:active.gutachter {
	color: #004471 !important;
	text-decoration: none;
	font-size: 12px !important;
	}
a:hover.gutachter {
	color: #6aacda !important;
	text-decoration: none;
	font-size: 12px !important;
	}
	
a:link.fahrzeugtyp,
a:visited.fahrzeugtyp,
a:focus.fahrzeugtyp,
a:active.fahrzeugtyp {
	color: #004471 !important;
	text-decoration: none;
	font-size: 12px !important;
	}
a:hover.fahrzeugtyp {
	color: #6aacda !important;
	text-decoration: none;
	font-size: 12px !important;
	}
	
a:link.top,
a:visited.top,
a:focus.top,
a:active.top {
	color: #004471 !important;
	text-decoration: none;
	font-size: 10px !important;
	}
a:hover.top {
	color: #6aacda !important;
	text-decoration: none;
	font-size: 10px !important;
	}

a:link.news-link,
a:visited.news-link,
a:focus.news-link,
a:active.news-link {
	font-size: 12px;
	color: #004471;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	}
a:hover.news-link {
	font-size: 12px;
	color: #6aacda;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;	}

.download-box {
	background-image: url(../versicherungen/icon_download.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 51px;
	margin-left: 18px;
	}
.download-box-presseservicecenter {
	background-image: url(../versicherungen/icon_download.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	width: 190px;
	height: 50px;
	margin-left: 10px;
	}
.download-box-vermittler {
	background-image: url(../servicebox/icon_download.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 35px;
	}

.news-datum {
	color: #6aacda;
	font-weight: bold;
	font-size: 16px;
	margin-left: 18px;
	}

a:link,
a:visited,
a:focus
a:active {
	color: #004471 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
a:hover {
	color: #6aacda !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

#right {
	/* rechte Spalte */
	width: 180px;
	height: 430px;
	color: #ffffff;
	background-color: #004471;
	float: left;
	overflow: hidden;
	}

#tarifrechner {
	/* Box rechte Spalte */
	width: 180px;
	height: 110px;
	background-image: url(../img/linie_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#gutachter {
	/* Box rechte Spalte */
	width: 180px;
	height: 100px;
	background-image: url(../img/linie_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#newsletter {
	/* Box rechte Spalte */
	width: 180px;
	height: 191px;
	}
	#newsletter a:link,
	#newsletter a:visited,
	#newsletter a:focus,
	#newsletter a:active {
		color: #6aacda !important;
		text-decoration: none;
		}
	#newsletter a:hover {
		color: #ffffff !important;
		text-decoration: none;
		}
	#newsletter-box {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 4px;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		}
	
#footer {
	/* Fußzeile */
	width: 960px;
	height: 30px;
	overflow: hidden;
	background-color: #004471;
	float: left;
	}
.footer-text {
	/* Text Footer */
	padding-left: 12px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	}
#footer a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 10px;
	}
