/************************************************************ GRUNDGERÜST */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; /* Required */
}

body {
	background-color: #9b0a0d;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #A10C0E;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	color: #A10C0E;
}

.container-page {
	margin: 0 auto;
	width: 900px;
	background-image: url(../images/body_schatten.png);
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	padding-left: 10px;
	padding-right: 10px;
}

.container-head {
	height: 230px;
	background: #999;
}
.infozeile {
	height: 20px;
	background-color: #383838;
	background-image: url(../images/infozeile.jpg);
	background-repeat: no-repeat;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	font-size: 10px;
}
.infozeile a:link {
	color: #333333;
	text-decoration: none;
}
.infozeile a:visited {
	color: #333333;
	text-decoration: none;
}
.infozeile a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.header{
	height: 176px;
	background-color: #a10c0e;
	background-image: url(../images/headerbild.jpg);
	background-repeat: no-repeat;
}
.menue{
	height: 39px;
	background-color: #000000;
	background-image: url(../images/menue_bg.jpg);
	background-repeat: repeat-x;
}
.container-content {
	padding: 0px;
	margin-top: 9px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	padding: 0 0 25px 0;
}
.content-left {
	width: 630px;
	float: left;
	padding: 30px 10px 10px 10px;
}

.content-right {
	width: 230px;
	float: right;
	padding: 10px;
}

.container-footer {
	width: 900px;
	background: #CCC;
	position: absolute;
	bottom: -1 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 24px;
}

.footer {
	padding: 0 1em;
	line-height: 24px;
	background-color: #383838;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #f70091;
	text-decoration: none;
}

/*********************************************************** GRUNDGERÜST ENDE*/



/*********************************************************************** MENÜ*/
/*
*/
.menuepunkt {
	width: auto;
	height: 39px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
.menuepunkt a:link {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.menuepunkt a:visited {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.menuepunkt:hover {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/menue_hover.jpg);
	background-repeat: repeat-x;
}
.menuepunkt_aktiv {
	width: auto;
	height: 30px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	background-image: url(../images/menue_aktiv.jpg);
	background-repeat: repeat-x;
}
.menuepunkt_aktiv a:link {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.menuepunkt_aktiv a:visited {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.menuepunkt_aktiv:hover {
	line-height: 30px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/menue_hover.jpg);
	background-repeat: repeat-x;
}
.menuepunkt_trenner {
	width: 2px;
	height: 30px;
	float: left;
	background-image: url(../images/menue_trenner.jpg);
	background-repeat: no-repeat;
}

/****************************************************************** MENÜ ENDE*/



/***************************************************************** RECHTE BOX*/
.box_header_sofortkontakt{
	height: 33px;
	width: 212px;
	background-image: url(../images/head_sofortkontakt.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	margin-left:8px;
}
.box_header_referenzen{
	height: 33px;
	width: 212px;
	background-image: url(../images/head_referenzen.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left:8px;
}
.box_content_sofortkontakt{
	height: auto;
	width: 192px;
	height: 148px;
	color: #FFFFFF;
	background-image: url(../images/content_sofortkontakt.jpg);
	background-repeat: no-repeat;
	padding: 13px 10px 0 10px;
	margin-left: 8px;
}
.box_content_referenzen{
	height: auto;
	width: 192px;
	height: 148px;
	color: #FFFFFF;
	background-image: url(../images/content_referenzen.jpg);
	background-repeat: no-repeat;
	padding: 13px 10px 0 10px;
	margin-left: 8px;
}
.box_footer_sofortkontakt {
	height: 6px;
	width: 212px;
	background-image: url(../images/bottom_sofortkontakt.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-left: 8px;
}
.box_footer_referenzen {
	height: 6px;
	width: 212px;
	background-image: url(../images/bottom_referenzen.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-left: 8px;
}
/************************************************************ RECHTE BOX ENDE*/



/************************************************************KONTAKTFORMULAR*/
.links140 {
	width: 140px;
	height: auto;
	float: left;
	vertical-align: middle;
}
.rechts315 {
	width: 350px;
	height: auto;
	float: left;
	vertical-align: middle;
}
.rechts400 {
	width: 400px;
	height: auto;
	float: left;
	clear: right;
	vertical-align: middle;
}
.selectbox {
	width: 307px;
	height: 17px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-left: 2px;
}
.auswahl {
	width: 100px;
	height: 18px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.feld1 {
	width: 300px;
	height: 18px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
}
.feld1fehler {
	width: 300px;
	height: 18px;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
}
.clear1 {
	clear: both;
	height: 2px;
	font-size: 10px;
	padding: 0;
	overflow: hidden;
}
.feld2 {
	width: 388px;
	height: 200px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}
.feld2fehler {
	width: 388px;
	height: 200px;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
  font-style: normal;
  font-weight: normal;
  padding: 5px;
}
.feld3 {
	height: 22px;
	background-color: #FFFFFF;
	border: solid 1px #56c2f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
}
.feld3fehler {
	height: 22px;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
}
.captchabild {
	width: 150px;
	height: auto;
	float: left;
	vertical-align: middle;
}
.captchaeingabe {
	width: 150px;
	height: auto;
	float: left;
	vertical-align: middle;
}
.submit {
	width: 100px;
	height: 24px;
	background-color: #D3D8DC;
	border: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 1px;
	float: right;
}
.submitbutton {
	width: 100px;
	height: auto;
	float: left;
	vertical-align: middle;
	margin-top: -1px;
}
.fehler {
	width: 555px;
	background-color: #ffcccc;
	border: solid 1px #ff6666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6666;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 18px;
}
.erfolg {
	width: 555px;
	background-color: #eeffee;
	border: solid 1px #009933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009933;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 18px;
}
/************************************************************KONTAKTFORMULAR ENDE*/

.referenzbox {
	padding:1px;
	border:1px solid #d8d8d8;
	width:200px;
	float:left;
	text-align:center;
	margin-bottom:15px;
}

.clear0 {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.produktbox {
	border:1px solid #d8d8d8;
	width: 197px;
	margin-bottom:20px;
	height:275px;
	padding-top: 5px;
	float:left;
}

.produktbezeichnung {
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	color: #F66F72;
	padding-left:5px;
	padding-right:5px;
}

.produktbeschreibung {
	font-size:10px;
	color: #696990;
	padding-left:5px;
	padding-right:5px;
}

.produktpreis{
	font-size:12px;
	font-weight:bold;
	color: #696990;
	text-align:right;
	width:190px;
	padding-left:5px;
	padding-right:5px;
}