/*
Body
*/

* {
	margin:0px;
	padding:0px;
	}

body {
	background: #2E2D35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}


a {
	color: #333333;
	}

a:hover {
	text-decoration: none;
	color: #F2AD16;
	}



/* Menu */
	
#banner_menu {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background: #ffffff;
	}
	
#menu {
	width: 900px;
	height: 125px;
	margin: 0px 0px 0px 0px;

	}

#menu ul {
	margin: 0;
	padding: 30px;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: inline;
	}

#menu a {
	float: left;
	padding: 3px 55px 25px 10px;
	background: #ffffff;
	border-left: 3px #575C5F dotted;
	border-bottom: 3px #ffffff solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	}

#menu a:hover {
	text-decoration: none;
	background: #dddddd;
	border-left: 3px #575C5F dotted;
	border-bottom: 3px #dddddd solid;
	color: #ffffff;
	}

#menu .first a {
	background: #dddddd;
	border-left: 3px #575C5F dotted;
	border-bottom: 3px #dddddd solid;
	color: #ffffff;
	}


	
#sprachauswahl {
	margin-left:747px;
	text-decoration:none;
	position: absolute;
	width: 138px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	top: 20px;
	color:#333333;
	}
	
/* banner*/	
			
#banner{
	width: 900px;
	height: 154px;
	margin: 0 auto;
	border-top: 1px #575C5F solid;
	border-bottom: 1px #000000 solid;
	background-color:#FFFFFF;

	}		


#kunden {
	position: absolute;
	width: 135px;
	height: 114px;
	padding: 25px 15px 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	background-color: #F2AD16;
	border-right: 1px #333333 solid;
	}

#kunden a:hover{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	top: 125px;
	color:#ffffff;
	}
	
#kunden a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	top: 125px;
	color:#333333;
	}
		


/* Content */



#content_bg {
	width: 900px;
	margin: 0 auto;
	background:#ffffff;
	}
	
#left {
	position:absolute;
	width: 135px;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	height: 190;
	}

#right {
	position:absolute;
	margin-left:735px;
	width: 135px;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	}

#right a:hover{
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	top: 125px;
	color:#F2AD16;
	}
	
#right a{
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	top: 125px;
	color:#333333;
	}

	
.ueberschrift {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color:#333333;
	}
	
#textfeld{
	position: relative;
	width: 535px;
	margin: 0px auto;
	background: #ffffff;
	padding: 11px 15px 15px 15px;
	font-size: 12px;
	color:#6F6C5E;
	}

#textfeld a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color:#333333;
	}
	
#textfeld a:hover{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color:#F2AD16;
	}

/* Formular */

.formular{
	width:230px;
	background-color:#cccccc;
	border:1px #333333 solid;
	height: 15px;
	padding: 5px 0px 0px 5px;
	color:#6F6C5E;
	}
	
.suche{
	width:230px;
	background-color:#cccccc;
	border:1px #333333 solid;
	height: 15px;
	padding: 5px 0px 0px 5px;
	color:#6F6C5E;
	}

.text{
	width:230px;
	background-color:#cccccc;
	border:1px #333333 solid;
	color:#6F6C5E;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
.auswahl{
	width:230px;
	background-color:#cccccc;
	border:1px #333333 solid;
	height: 25px;
	color:#6F6C5E;
	}	

/* Footer */

#footer {
	height:20px;
	clear:both;
	margin: 0 auto;
	width: 900px;
	background:#eeeee3;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	}


#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
	text-align: center;
	}

