/* CSS Document */

body
{
	line-height: 1.25;
}

.center
{
	width: 840px;
	margin: 0 auto;
	paddding-left: 20px; 
	padding-right: 20px;
}
	
header
{
	background-color: #333333;
}

#header-image 
{
	display: block;
	background-image: url(../images/reifen.jpg);
	height: 400px;
	background-position: center center;
}

#content
{
	background-color: #333333;
	min-height: 300px;
}

footer
{
	background-color: #ffffff;
}

.ueberschrift
{
	font-family: Helvetica;
	font-weight: 100;
	font-size: 32px;
}
.ueberschrift.grey
{
	color: #333333;
}

.ueberschrift.white
{
	color: #ffffff;
}

.headline-wrapper
{
	padding-top: 50px;
}

.headline-wrapper.white
{
	border-bottom: 1px solid #ffffff;
}

.headline-wrapper.grey 
{
	border-bottom: 1px solid #333333;
	padding-top: 80px;
}

#logo
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
#content-items
{
	margin-left: 100px;
}
*/

.item
{
	padding-top: 50px; 
	float: left;
	width: 420px;
}

.clear
{
	clear: both;
	padding-bottom: 50px;
}

.icon
{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.item-description
{
	display: inline-block;
	vertical-align: middle;
	font-family: Helvetica;
	font-weight: 100;
	color: #ffffff;
	font-size: 14px;	
}

.contact
{
	padding-top: 40px;
	width: 280px;
	float: left;
}

.contact-description
{
	font-family: Helvetica;
	font-size: 13px;
	font-weight: 100;
	color: #333333;
}

.contact-description .grey
{
	padding-right: 5px;
	color: #999999;
}

a
{
	color: #333333;
}

a:link
{
	text-decoration:none
} 

a:hover
{
	color: #999999;
}

#impressum-wrapper
{
	background-color: #333333;
	min-height: 300px;
}

.ueberschrift2
{
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 100;
	color: #FFFFFF;
}

.button3
{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: 100;
	color: #FFFFFF;
}

.button3.headline
{
	border-color: #9b9797;
	border-style: solid;
	border-width: 2px; 
	border-radius: 10px;
	padding: 6px; 
	background-color: #9b9797;
}

.button3.headline:hover
{
	background-color: #333333;
	color: #ffffff;
}

.impressum-wrapper2
{
	padding-bottom: 25px;
}

.back-wrapper
{
	padding-top: 50px; 
	padding-bottom: 40px;
}

