﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	background: #afaeae url(bilder/design/bg-body.jpg) top left repeat-x;
	color: #000;
}
h1, h2, h3 {
background: transparent;
padding: 0;
}
h1 {
	font-size: 22px;
	color: #2859ae;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
}
h2 {
	font-size: 16px;
	color: #2859ae;
	font-weight: normal;
	font-style:italic;
}

h3 {
	font-size: 14px;
	color: black;
	font-weight: bold;
}


address {
font-style: normal;
}
a {
color: #2859ae;
}


/* ID s */
#container {
position: relative;
width: 100%;
}
#content {
display: block;
position: relative;
width: 985px;
height: 100%;
margin: 0 auto;
margin-top:10px;
border: none;
}
#header {
width: 985px;
height: 180px;
}
#main {
position:absolute;
width: 985px;
top: 180px;
left: 0;
width: 985px;
background: #fff url(bilder/design/bg_main.jpg) top left repeat-y;
}
#inhalt {
margin-left:220px;
margin-right:180px;
width:585px;
/*min-height:500px;*/

/*margin-bottom:75px;*/
padding-bottom: 200px;
}
.inhalt_big{
	
	margin-top: 0px !important;
	padding-top: 20px !important;
	width:765px !important;
	margin-right:0px !important;
	margin-bottom:0px !important;
	background-color: #fff !important;
}

#inhalt p, h1, h2, h3 {
margin-left:25px;
margin-right:40px;
margin-bottom:0;
}
#inhalt h3 {
margin-top:30px;
margin-bottom:-5px;
}
#inhalt p {
margin-top:10px;
margin-bottom:10px;
}
#inhalt ul {
margin-top:20px;
margin-bottom: 20px;
}
#inhalt li {
list-style-type: square;
list-style-position: inside;
line-height: 25px;
margin-left: 40px;
}
#aktuelles {
margin-bottom:30px;
}
#inhalt #aktuelles p {
margin-top:0px;
}
#left {
position:absolute;
top:0;
left:0;
width:200px;
}
#left li {
list-style-type: none;
margin-bottom:4px;
}
#left ul li a {
display: block;
width: 219px;
height: 24px;
font-size:13px;
font-weight:lighter;
text-indent: 30px;
line-height: 24px;
text-decoration:none;
color: #2859ae;
}
#left ul li a:hover {
background-color: #fff;
color: #fca92d;
}
#left .marker {
background-color: #fff;
color: #fca92d;
}
#right {
position:absolute;
top:0;
right:0;
width:180px;
}
#right h3 {
	font-size:12px;
	color:#fca92d;
	margin-top:25px;
	margin-left:10px;
	text-decoration:underline;
}
#right p {
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
}
#right p img {
	margin-top:3px;
	margin-bottom:3px;
}
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	
	width: 984px;
	
}
#footer a {
	font-size:11px;
	color:#292d2f;
}
	/*HERSTELLER LOGOS*/
	#brandlisting{
		width: 763px;
		height: 210px;
		margin-top: 8px;
		margin-left: 221px;
		border-top: 1px solid lightgrey;
		padding-top: 13px;
		background-color: #fff;
	}
	#brandlisting img{
		margin:0 0 6px 8px;
		float: left;
	}

/* Klassen */

#inhalt p.linie_v {
	margin-left:15px;
	margin-right:0;
	margin-top:20px;
	margin-bottom:20px;
}
.p_klein10px {
	font-size:10px;	
}
#inhalt p.p_margin_top_0 {
	margin-top:3px;	
}
.pfeil {
	height:10px;
	width:30px;
	background-color:#2959ae;
	color:#f6ab38;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
}
.shop_link {
	text-decoration:none;
}
