/* CSS Document */
body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
 	background: url('img/hintergrund.jpg') repeat 100% 100%;
 	padding: 30px;
 	margin: 0px 0 0px 0;
}

h1 {
	font: 17px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	
}

A:link {
	color : black;
	text-decoration: none; 
}


A:visited {
	color : black;
	text-decoration: none; 
}

A:hover {
	color : white;
	text-decoration: none; 
}

A:active {
	color : black;
	text-decoration: none; 
}






#content {
	background: url('img/bg_content.jpg') repeat 100% 100%;
 	padding: 30px;
 	margin: 0px 0 0px 0;
}

/*Begin: Navigation */

#navigation {
	background: url('img/bg_leisten.jpg') repeat 100% 100%;
	padding: 5px;
	text-align: center;
 	margin: 0px 0 0px 0;
}


#navigation A:link {
	color : black;
	padding : 3px;
	
	text-decoration: none; 
}

#navigation A:visited {
	color : black;
	padding : 3px;
	
	text-decoration: none; 
}

#navigation A:hover {
	color : black;
	background-color : #FFFFCC;
	padding : 3px;
	
	text-decoration: none; 
}

#navigation A:active {
	color : black;
	background-color : #E6E6E6;
	padding : 3px;
	
	text-decoration: none; 
}

/*End: Navigation*/



#footer {
	font: 12px Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
 	margin: 0px 0 0px 0;
 	background: url('img/bg_leisten.jpg') repeat 100% 100%;
}

.home_mercedes {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
}
