@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;	
	background: url(/img/layout/back1.gif) #eeeeee no-repeat top center;	
	margin-left: -140px;

}

#all {
	margin-left:auto;
	margin-right: auto;
	width: 1005px;

}

#header {
	height: 153px;
	text-align:right;
	background: url(/img/layout/back_top.png) no-repeat bottom left;
}

* html #header {
	height: 20px!important;
}

img.logo {
	margin-right:35px;
	margin-top:39px;
	float: right;	
}

#footer {
	background: url(/img/layout/footer.jpg) top left no-repeat;
	padding-top: 16px;
	text-align:center;
	padding-left:125px;	
	font-size: 11px;
	color: gray;
}

#footer a{
	color: gray;
}

#middle {
	background: url(/img/layout/back_middle.png) top left repeat-y;
	padding:40px 29px 29px 171px;
/*	border: 1px solid red;*/
	display: compact;
	min-height: 380px;

}

* html #middle {
	height: 380px;
	/*margin-top: -15px;*/

}

#right_col {
	float: left;
	width:447px;	
	padding-left: 20px;
	text-align: justify;
}

#left_col {
	float: left;
	width: 300px;
	background: url(/img/layout/line.gif) top right repeat-y;
	display: inline-block;	
}

#middle img {
	padding: 1px;
	border: 1px solid gray;
}

.headline {
	color: gray;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align:center;
}

#header .Button a {
	float: left;
	height: 133px;
	display: block;
	font-size: 0px;	
	background-repeat: no-repeat;
}


.Shop a {
	background: url(/img/layout/Sortiment.gif);
	width: 113px;
	margin-left:196px;	
}

.Team a {
	background: url(/img/layout/Team.gif);
	width: 120px;
 	margin-left:17px;	
}

.Anfahrt a {
	background: url(/img/layout/Anfahrt.gif);
	width: 125px;
	 margin-left:10px;
}

.Bilder a {
	background: url(/img/layout/Bilder.gif);
	width: 125px;
margin-left:10px;	
}

.Bilder a:hover {
	background: url(/img/layout/Bilder_h.gif);
}

.Shop a:hover {
	background: url(/img/layout/Sortiment_h.gif);
}

.Team a:hover {
	background: url(/img/layout/Team_h.gif);
}

.Anfahrt a:hover {
	background: url(/img/layout/Anfahrt_h.gif);
}

.text_left, .news  {
	color: gray;
line-height: 16px;
}

.text_left {
margin-left:20px;
}

.news {
	margin-top: 30px;
	padding-right:20px;
}

.news p{
padding: 0;
padding-left:72px;
margin: 0;
}

.text {
	margin-bottom: 15px;
}


a {
	color: gray;
}

strong {
	font-weight: bold;
}
