@charset "utf-8";
body {
		font-family: Tahoma, Verdana, sans-serif, Arial;
		font-size: 11px;
		font-style: normal;
    	background-image: url(Bilder/bg.jpg);
		background-repeat: repeat-y;
		background-position: center;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .oneColFixCtr #container {
    	width: 758px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0px;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
	.oneColFixCtr #header {
		width:758px;
		height:258px;
		background: url(Bilder/header.jpg) no-repeat;
	}
    .oneColFixCtr #mainContent {
    	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
	
	.oneColFixCtr #menu {
		width:190px;
		min-height:580px;
		background: url(Bilder/menu.jpg) repeat-y;
		float:left;
	}
	
	.oneColFixCtr #inhalt {
		width:568px;
		float:right;
	}
	
	
	a.menu	{
		font:bold 10px Tahoma, Verdana, sans-serif, Arial;
		color:#9B9B9B;
		text-decoration:none;
		line-height: 16px;
	}
	a.menu:hover	{
		font:bold 10px Tahoma, Verdana, sans-serif, Arial;
		color:#D6D6D6;
		text-decoration:none;
		line-height: 16px;
	}
	a.menu_aktiv	{
		font:bold 10px Tahoma, Verdana, sans-serif, Arial;
		color:#c62c2e;
		text-decoration:none;
		line-height: 16px;
	}
	font.ueberschrift	{
		color:#c62c2e;
		font-size:15px;
		font-weight:bold;
	}
	.form {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	height: 16px;
	width: 172px;
	border:1px #000000 outset;
	}
	.form2 {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	height: 155px;
	width: 172px;
	border:1px #000000 outset;
	}
	
	img.tip	{
		border:1px outset #cccccc;
		margin-right:2px;
	}
	p	{
	margin-top:12px;
	}
	.modell_navi	{
	width:250px;
	border-collapse:collapse;
	}
	.modell_navi td	{
	height:20px;
	padding:5px 0px;
	vertical-align:middle;
	text-align:left;
	border-top:1px #cccccc dotted;
	border-bottom:1px #cccccc dotted;
	}
	.modell_navi td a	{
	color:#999999;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	}
	a.textlink	{
		font-family: Tahoma, Verdana, sans-serif, Arial;
		font-size: 11px;
		font-style: normal;
		color:#c62c2e;
		text-decoration:none;
	}
	a.textlink:hover	{
		font-family: Tahoma, Verdana, sans-serif, Arial;
		font-size: 11px;
		font-style: normal;
		color:#999999;
		text-decoration:none;
	}
	
	a.link_klein	{
		font-family: Tahoma, Verdana, sans-serif, Arial;
		font-size: 10px;
		font-style: normal;
		color:#999999;
		text-decoration:none;
	}
	
	.gewinn_kontaktdaten {width:100px; float:left; vertical-align:middle; line-height:18px;}
	
	#aktuelles_links	{ float:left; width:85%; }
	#aktuelles_rechts	{ float:right; width:15%; text-align:right;}
	div.aktuelles_box {min-height:150px}
	
	img.aktuelles {border:0px; float:right; margin: 0px 0px 10px 10px; }
	img.rechte_leiste {border:0px; width:120px; text-align:center;}
	div.start img { border:0; }


		