/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin: 0; 
	padding:	0;
}

body { 
  background: #fff url(../images/bg.jpg) 0 0  repeat-x;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  color: #3c3c3c;
  line-height: 18px;
  text-align: center;
}

html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }


p { 
	margin-bottom:			16px; 
}

.titel-img img{
	width: 48%;
}

.titel-img{
	display: inline-block;
	margin-bottom: 20px;
}

.background{
	background-color: #F8F8FF;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

a,
a:visited { 
  outline:none;
  color: #3c3c3c;
}


.angebot-prospekt img{
	padding-top: 20px;
	width: 100%;
	display: block;
	opacity: 0.8;
}


.angebot-prospekt img:hover{
	opacity: 1;
}

.zeitung img{
	width: 100%;
	margin-bottom: 20px;
}

.home-image img{
	margin-bottom: 18px;
}

.home-image img:last-child{
	width: 40%;
	padding-left: 40px;	
}

.social-media-fb-bot{
	position: absolute;
	top:17px;
	right: 27%;
}

.social-media-fb-bot img{
	width: 16.4%;
}

.social-media-insta-bot{
	position: absolute;
	top: 15px;
	right: 10%;
}

.social-media-insta-bot img{
	width: 9%;
}

.social-media-fb{
	position: absolute;
	top:232px;
	left: 25.1%;
}

.social-media-fb img{
	width: 16.4%;
}

.social-media-insta{
	position: absolute;
	top: 230px;
	left: 28.7%;
}

.social-media-insta img{
	width: 9%;
}

@media only screen and (max-width: 1870px){

	.social-media-insta-bot{
		right:10%;
	}

	.social-media-fb-bot{
		right: 28%;
	}
}

@media only screen and (max-width: 1750px){

	.social-media-insta-bot{
		right:6%;
	}

	.social-media-fb-bot{
		right: 25%;
	}
}

@media only screen and (max-width: 1650px){
	
	.social-media-fb{
	left: 22.1%;
	}

	.social-media-insta{
	left: 26.2%;
	}

	.social-media-insta-bot{
		right:1%;
	}

	.social-media-fb-bot{
		right: 23%;
	}
}

@media only screen and (max-width: 1450px){
	
	.social-media-fb{
	left: 14.5%;
	}

	.social-media-insta{
	left: 19.2%;
	}
}

@media only screen and (max-width: 1400px){
	
	.social-media-insta-bot{
		right:-12%;
	}

	.social-media-fb-bot{
		right: 14%;
	}
}

@media only screen and (max-width: 1250px){
	
	.social-media-fb{
	left: 12%;
	}

	.social-media-insta{
	left: 16.7%;
	}
}

@media only screen and (max-width: 1220px){
	
	.social-media-fb-bot{
	right: 16%;
	}

	.social-media-insta-bot{
	right: -14.5%;
	}
}


/*////Kontakt/////*/

.social-media-fb-kontakt{
	float: left;
	width: 70px;
}

.social-media-fb-kontakt img{
	width: 61%;
}

.social-media-insta-kontakt{

}

.social-media-insta-kontakt img{
	width: 11%;
}

/*////Kontakt-Ende//////*/

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

p.nomargin {
  margin: 0 !important;	
}

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

.clear {
	clear:					both;
}

#ie6 {
	display:				none;
}

* html #ie6 {
	position:				relative;
	top:					0px;
	left:					0px;
	background:				#f00;
	width:					100%;
	display:				block !important;
	padding-bottom:				5px;
	border-bottom:				2px solid #fff;
}

* html #ie6 p {
	color:					#fff;
	text-align:				center;
	margin:					0 auto;
	width:					800px;
}

#wrapper {
  width: 960px;
   margin: 0 auto;
   text-align: left;
}

#header {
  width: 960px;
  height: 301px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#header h2 {
	padding: 23px 0 0 10px;
}

#header h2 a {
  display: block;
  width: 565px;
  height: 31px;
  text-indent: -9999px;
  font-size: 1px !important;
  line-height: 1px !important;
}

#contentcontainer {
  width: 960px;
  height: auto;
  overflow: hidden;
  padding: 0 0 110px 0;
}

#sidebar {
	width: 250px;
	height: auto;
	float: left;
	display: inline;	
	padding: 55px 0 30px 0;
}

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

#sidebar ul li a,
#sidebar ul li a:visited {
	text-decoration: none;
	display: block;
	color: #3c3c3c;
	letter-spacing: 1px;
	width: 190px;
	line-height: 40px;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 0 10px;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a:focus,
#sidebar ul li.active a {
	color: #a00000;
}

#content {
  width: 600px;
  height: auto;
  overflow: hidden;
  float: left;
  display: inline;
  padding: 0 0 0 50px;
}

#content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 33px;
  color: #df0b06;
  letter-spacing: 1px;
  padding: 50px 0 40px 0;
}

#content h2 span {
  display: block;	
  font-size: 26px;
  line-height: 26px;
  color: #3c3c3c;
}

#footer {
	width: 100%;
	height: 110px;
	background: transparent url(../images/footer.jpg) 0 0 repeat-x;
	clear: both;
	position: relative;
	margin-top: -110px;
}

#footerbox {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
	color: #f5f5f5;
	padding: 20px 0 0 0;
}

#footerbox address,
#footerbox #kontaktbox {
  float: left;
  display: inline;
  font-style: normal;
}

#footerbox address {
  width: 370px;	
}

#footerbox #kontaktbox span {
  padding-left: 28px; 
  width: 55px;
  display: block;
  float: left;
  clear: left;
}

#kontaktbox span.telefon1 {
  background-image: url(../images/telefon.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#kontaktbox span#faxnr {
  background-image: url(../images/fax.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#kontaktbox span#maillink {
  background-image: url(../images/brief.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#footerbox ul {
  float: right;
  text-align: right;
  list-style-type: none;
}

#footerbox ul li a,
#footerbox ul li a:visited,
#footerbox ul li a:hover,
#footerbox ul li a:active,
#footerbox ul li a:focus {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
}

#footerbox a {
  color: #f5f5f5;
  text-decoration: none;
}

a img.vorschau {
margin: 2px;
padding: 2px;
border: 1px solid #ffd4d4;
}

a img.vorschau:hover {
border: 1px solid #ec2020;
}

a img.werbung {
display: none;
position: absolute;
top: -9999px;
left: -9999px;
}

.red{
	background-color: #ff0000;
	padding: 8px 16px;
	width:300px;
	color: #ffffff;
}

.preis_angebot {
font-size: 1.17em;
}