@charset "utf-8";

/* ----- ALLGEMEINE FORMATIERUNGEN ------ */

* { margin: 0; padding: 0;}

html { height: 100%;}

body {
	background-color: #fff;
	font-family: "Verdana", "Tahoma" , "Arial" , sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center; /* horizontal centering for IE Win quirks */
	color: #666666;
	text-align: center;
	}

p {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	padding: 5px 0 5px 0;
	}

ul, ol, li { margin: 0;	padding: 0;}

a:link , a:visited {
	text-decoration: none;
	color: #025B9E;
	}

a:hover , a:active {
	text-decoration: none;
	color: #025B9E;
	}

.content_clear { clear: both; font-size: 0; line-height: 0; height: 0;}

/* ----- LAYOUT ------ */

#wrapper_container {
	width: 100%;
	min-width: 1000px;
	height: 300px;
	position: absolute;
	top:50%;
	margin-top:-170px; 
	}

#container {
	width: 100%;
	height: 300px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	}
 
#content_left {
	width: 50%;
	height: 300px;
	position: relative;
	background: url("index_links_autokraene.jpg") no-repeat top right;
	margin: 0;
	float: left;
	}

#content_right {
	width:50%;
	height: 300px;
	position: relative;
	background: url("index_rechts_nutzfahrzeuge.jpg") no-repeat top left;
	margin: 0;
	float: right;
	}
