@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #5c5c5c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5c5c5c;
}
a:hover {
	text-decoration: underline;
	color: #5c5c5c;
}
a:active {
	text-decoration: none;
	color: #5c5c5c;
}

#container {
	position:relative;
	top:20px;
	left:50%;
	height:100%;
	width: 873px;
	margin-left: -436px;
	z-index:1;

	background-image:url(../../images/bg-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;



	
	
}
	
#logocontainer {
	position:absolute;
	height: 191px;
	width: 213px;
	left:0;
	background-color: #cccccc;
	text-align:center;
	vertical-align:middle;
	z-index:5;
	}


#menueins_container {
	position:absolute;
	left:220px;
	height: 191px;
	width: 213px;
	background-color: #ffcc00;
	z-index:2;
	}
	
#menuzwei_container {
	position:absolute;
	left:440px;
	height: 191px;
	width: 213px;
	background-color: #ffcc00;
	z-index:2;
	}
	
#suche_container {
	position:absolute;
	left:660px;
	height: 191px;
	width: 213px;
	background-color: #cccccc;
	clear:both;
	z-index:2;
	}
	
#haupt {
margin-top:200px;
width: 653px;
background-color: #cccccc;
z-index:10;
float:left;
min-height:600px;
}

#sidebar {
margin-top:200px;
top:199px;
width: 213px;
background-color: #23465f;
z-index:10;
float:right;
min-height:600px;
}



.ueber {
	font-size:16px;
	color: #5c5c5c;
	}

.orange{
color: #efc404;
}

.orange a:link,.orange a:active,.orange a:visited {
text-decoration:underline;
color: #efc404;
}

.orange a:hover {
text-decoration:none;
color: #efc404;
}

.sidebar,.sidebar a:link,.sidebar a:active,.sidebar a:visited {
color:#ffffff;
}

.sidebar a:hover {
color:#ffffff;
text-decoration:underline;
}

#footer {
	width: 873px;
	z-index:7;
}

.right {
text-align:right;
}
