* {
	margin:					0; 
	padding:				0;
}

html {
	height: 101%;	
}

body { 
	background-color: #262626;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}

p { 
	margin-bottom:			16px; 
}

a,
a:visited { 
	outline:none;
	color: #9db3eb;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;	
}

.seo {
    font-weight: normal;
}

span.nostyle_link a {
	text-decoration: none;
	color: #fff;
}

.suchtext {
	position:				absolute;
	top:					-9999px;
	left:					-9999px;
}

.clear {
	clear:					both;
	height:					0px;
	font-size:				0px;
	line-height:			0px;
}

#bg_rechts {
	width: 50%;
	position: absolute;
	right: 0;
	top: -63px;
	height: 100%;
	background-image: url(../images/bg_rechts.jpg);
	background-repeat: repeat-x;
}

#bg_links {
	width: 50%;
	position: absolute;
	left: 0;
	top: -63px;
	height: 100%;
	background-image: url(../images/bg_links.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	height: 339px;
	position: absolute;
	top: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;

}

#headerbox {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 339px;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headertext {
	float: left;
	display: inline;
	font-size: 15px;
	color: #ecdd3c;
	padding: 110px 0 0 165px;
}

#headertext ul {
	list-style-type: none;
	padding: 0 0 0 25px;
}

#mainmenu {
	padding: 85px 0 0 0;
	float: right;	
	display: inline;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li.empty{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	text-shadow: 2px 2px 2px #081a49;
	padding: 0 20px;
	background-image: url(../images/mainmenu_seperator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainmenu ul li.kontakt a {
	background-image: none;	
	padding-right: 10px;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainemnu ul li a:focus,
#mainmenu ul li.active a {
	color: #9db3eb;
	
}

#container {
	width: 100%;
	position: relative;
	top: 339px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center -339px;
}

#contentcontainer {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#text {
	width: 520px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	float: left;
	display: inline;
	text-align: left;
	padding: 68px 0 50px 30px;
}

#text h2 {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	text-shadow: 2px 2px 2px #081a49;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/h2_seperator.gif);
	background-repeat: no-repeat;
	width: 538px;
	padding: 0 0 0 7px;
	margin-bottom: 12px;
	clear: both;
}

#text p {
	padding: 0 7px;	
}

#text ul {
	padding-left: 15px;
	padding-bottom: 16px;
	list-style-type: disc;
}

#text p.more_link {
	text-align: center;
	padding: 0 7px 60px 0;
}

#text p.more_link a,
#text p.more_link a:visited {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #ecdd3c;
	text-decoration: none;
	text-shadow: 1px 1px 1px #111d3d;
	width: 184px;
	height: 30px;
	line-height: 30px;
	float: right;
	background-image: url(../images/more_link.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#text p.more_link a:hover,
#text p.more_link a:active,
#text p.more_link a:focus {
	background-position: left -30px !important;
}

#sidebar {
	width: 286px;
	height: auto;
	float: right;
	display: inline;
	padding: 62px 0 0 0 ;
	margin-right: 43px;
	text-align: left;
}

#sidebar_bg_box {
	width: 286px;
	height: auto;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: -1px 62px;	
}

#sidebar_top {
	width: 286px;
	height: 35px;
	background-image: url(../images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}

#sidebar_text {
	width: 232px;
	min-height: 400px;
	height: auto !important;
	height: 397px;
	background-image: url(../images/sidebar_text.jpg);
	background-repeat: no-repeat;
	padding: 3px 27px 0 27px;
}

#sidebar_text h3 {
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
	text-shadow: 2px 2px 2px #081a49;
	padding: 0 0 15px 0;
}


#sidebar_bottom {
	width: 286px;
	height: 35px;
	background-image: url(../images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}


#reifen {
	width: 208px;
	height: 145px;
	background-image: url(../images/reifenstapel.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 0;
	right: 30px;
}

#footer {
	width: 100%;
	height: 101px;
}

#footerbox {
	width: 980px;
	height: 101px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerbox ul {
	list-style-type: none;	
	padding: 9px 0 0 200px;
}

#footerbox ul li {
	display: inline;
}

#footerbox ul li a, 
#footerbox ul li a:visited,
#footerbox ul li.empty {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #081a49;
	padding: 0 10px;
	line-height: 14px;
	font-size: 12px;
	background-image: url(../images/footermenu_seperator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#footerbox ul li.impressum a {
	background-image: none;	
}

#footerbox ul li a:hover,
#footerbox ul li a:active,
#footerbox ul li a:focus,
#footerbox ul li.active a {
	color: #9db3eb;
}



