/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555; 
	text-align: center;
}




	

	
	
/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */



h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	 		
}


h1

	{
	margin-top: 25px;
	color: #069;
	font-size: 18px;
	margin-bottom: 30px;
	}
	

h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #069;
	margin-bottom: 15px;
}
h3 	{
	text-align: center;
	font-size: 12px;
	}


h4 {
	text-align:left;
	font-size:10px;
	}
	
	
	
	
/* images */




img.uebersicht

	{
	
	float:right;
	}
img.right
	{
	margin-top: 25px;
	float:right;
	}

img {
padding: 5px;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}



ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 818px;
	background: #000 url(../images/content.jpg) repeat-y center bottom;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 818px;
	position: relative;
	height: 103px;
	background:#FFFFFF url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
img.logo

	{
	margin-top: 20px;
	margin-left: 20px;
	}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color:#000000;
	top: 80px;
	left: 40px;
	width: 292px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 23px;
	right: 30px;
	color: #C6DDEE;
	font-size: 10px;
	width: 112px;
}
#header #header-links a {	
	color:#000000
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	 
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(../images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color:#3399FF;	
}

#menu ul li a:active

	{
	color:#3399FF;
	}

	



/* Brands */


.Stil1 {
		color: #FFFFFF;
		font-weight: bold;
		}
.Stil2 {color: #CCCCC
		}
.Stil3 {
		color: #999999; 
		}
.Stil4 {
		color: #000000;
		font-weight: bold;
		}






/* Footer */	
#footer {

	background:url(../images/footer.jpg) no-repeat center bottom ;
	clear: both;
	width: 818px;
	height: 80px;
	text-align: center;	
	font-size: 9px;	
	
	
	}

