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

body {
	background: #dbd4ce url(bg.jpg) top center no-repeat;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;

}
p {
	text-align:left;
}
.container {
	margin: 0px auto;
	width: 733px;
}
.logo {
	height: 64px;
	width: 359px;
	margin: 80px 0 0 0;
	background-image: url(pb_logo.gif);
	background-repeat: no-repeat;
}
.frontpic  {
	height: 306px;
	width: 733px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(pb_frontpic.jpg);
	background-repeat: no-repeat;
}


/* TXT */
.box_text {
	width: 325px;
	background: url(head_01.gif) #614d41 13px 13px no-repeat;
	padding: 30px 0 0 0;
}
.box_text p {
	color: #FFF;
	text-align: justify;
	line-height: 19px;
}
.box_text h1 {
	padding-left: 13px;
	text-align: justify;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	margin-top: 20px;
	line-height: 2px;
}



/* KONTAKT */
.box_kontakt {
	width: 217px;
	background: url(head_02.gif) 13px 16px no-repeat;
	padding: 30px 0 0 0;
}
.box_kontakt p {
	margin-top: 15px;
	line-height: 14px;
}
.box_kontakt a {
	color: #614d41;
	text-decoration: none;
}
.box_kontakt a:hover {
	color: #000;
	text-decoration: underline;
}



/* ANFRAGE */
.box_anfrage {
	background-color: #71604e;
	width: 191px;
	background-image: url(head_03.gif);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	padding: 30px 0 0 0;
}

.box_anfrage, .box_kontakt, .box_text {
	height: 183px;
	float: left;
}
.box_anfrage p, .box_kontakt p, .box_text p{
	padding: 0 13px 0 13px;

}



.contact_txt {
	border: 1px solid #2f241e;
	background: #f0f0f0;
	margin: 0 0 5px;
	font-size: 9px;
	padding: 3px;
}
label {
	color: #fff;
	font-size: 9px;
	letter-spacing: 0px;
}
input  { /* der Submit-Button */
  position: relative;
  background-color:#FFF;
  border: 2px solid #2f241e;
  margin-top: 3px;
  padding: 0 8px 0 8px;
}	

.foot{
	float: left;
	width: 733px;
	padding-top: 5px;
	margin-top: 10px;
 	border-top: solid 1px #2f241e;
	text-align: right;
	font-size: 9px;
}

