body {
	margin: 0 auto;
	padding: 0;
	color: #666;
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.4em; 
	background-color: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	color:#145DA1;
	font-weight:normal;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Georgia, Tahoma, Verdana, Geneva, sans-serif;
}

h1 { font-size:20px; margin-bottom: 15px; line-height: 24px; color: #ff0000; }
h2 { font-size:20px; margin-bottom: 15px; line-height: 24px; }
h3 { font-size:20px; line-height: 24px }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:20px; margin-bottom: 15px; line-height: 24px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#95200c;
}

.left { float:left }
.right { float:right }
.clear { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h60 { height: 60px }

#main img { margin: 0; padding: 0; border: 0; }
#main .img_border { border: 1px solid #bbb; background: #ffffff; padding: 7px }
#main .img_nom { display: block; margin-bottom: 15px }

p { margin: 0 0 10px 0; padding: 0; 
	//text-align: justify; }

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 19px;
	//margin-bottom: 30px;
	background-color: #ffffff;
	background: url(../images/wrapper.png) repeat-y 
}

/** Columns **/

.box3 {width:260px;}
.box4 {float:left; position: relative; height: 110px; width: 220px; padding: 20px 40px 20px 40px; background: url(../images/col4_box.png) no-repeat;}
.box5	{width:280px;}
.box25  {width:280px;}

.box3 { float:left; margin: 0 60px 20px 0; }
.box3_end { float:left; margin: 0; width:260px;}

.box3, .box3_end h1, h2 { text-align: center; }

.box5, .box25 { float: left; margin: 0 30px 0 0; }

.box4  h3 { margin-bottom: 10px; }

.no_margin_right {margin-right: 0 ;}
.margin_bottom { margin-bottom: 30px; }

/**** Header ****/

#header {
	width: 980px;
	height: 50px;
	background-color: #333;
}

#site_title { 
	width: 980px; 
	height: 100px; 
	padding: 0 0 8px 0; 
	background: url(../images/title_bg.jpg) repeat-x;
	overflow: hidden;
}
.shop { padding: 20px 0 0 470px; }
.logo, .shop { float:left; }
.shop_3, .shop_2 {
	height: 38px;
	border: 1px solid #222325;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 38px;
	background: url(../images/shop_bg.jpg);
	background-position: 0 -38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 35px;
	padding: 0 20px;
	color: white;
	font-family: Arial, sans-serif;
	cursor: Pointer;
	text-shadow: 0 -1px 0 #000;
	font-weight: 700;
}
.shop_3 {
	border: 1px solid #9d4030;
	background: url(../images/shop_bg2.jpg);
	background-position: 0 -38px;
}
.shop_3:hover, .shop_2:hover {
	background-position: 0 0;
}
.shop_3:active, .shop_2:active {
	background-position: 0 -76px;
	margin-top: 36px;
}
.shop_3 img, .shop_2 img {
	vertical-align: -3px;
	padding-right: 10px;
}

/**** Menu ****/

#menu {
	//float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

a { text-decoration: none; }
a:hover { color: #5da7ec; }

#menu ul li a {
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 14px;
	//color: #989898;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #5da7ec;
}

/**** Slider  ****/
#slider {
	padding: 40px;
	height: 250px;
	background: #eaeaea;
}

/**** Middle ****/

#middle {
	clear: both;
	background: #639a85;
	padding: 30px 40px 30px 40px;
	color: #ccc;
	text-align: center;
}

/**** Content Area ****/

#main {
	clear: both;
	position: relative;
	width: 900px;
	padding: 30px 40px 30px 40px;
}
#main p { margin: 0; padding: 0; 
	text-align: justify; color: #000;
}
.content_wrapper {
	background-color: #eaeaea;
}
/**** Middle ****/

#content_bottom {
	clear: both;
	text-align: center;
	padding: 10px 40px 40px 40px;
}
#content_bottom img { margin-bottom: 10px }

/**** Footer ****/

#footer {
	font-size: 12px;
	position: relative;
	text-align: center;
	width: 900px;
	padding: 20px 40px 10px 80px;
	background: #333;
}
#footer_wrapper {
	width: 100%;
	background-color: #333;
}

#footer { margin: 0 auto; color: #cccccc }
#footer a { color: #cccccc }
#footer a:hover { color: #000 }
#footer h4 { color: #fff; font-size: 14px; font-weight: 700 }

/**** Impressum ****/

.abstand_rechts { 
	padding-right: 100px;
	border: 1px solid #000;
}



