html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size:11px;
	color: #6C6C69;
}
body {
	background-color:#9B9B9B;
	background-image: url("../pics/bg_repeat.jpg");
	background-repeat: repeat-y;
}

div#container {
	text-align: left;
	background-image: url("../pics/bg.jpg");
	background-repeat: no-repeat;
}

div#content {
	padding:0;
	padding-top:10px;
	margin: 0px 340px 150px 290px;
	position: relative;
}


div#content h1{
	color:#68100C;
	font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

div#content p {
	line-height:1.5;
	padding-left: 17px;
}

div#navigation {
	width: 164px;
	padding-left: 113px;	
}

div#navigation .kundenlogin {
	padding-left: 20px;
	padding-top: 430px;
  position: fixed;
}

div#navigation .kundenlogin span {
	color: #fff;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../pics/login.gif) left center no-repeat;
	padding-left: 23px;
}

div#navigation #anmelden {
	border:0;
	background: transparent url(../pics/btn_anmelden.gif) center center no-repeat;
	width: 76px;
	height: 19px;
	margin-left:25px;
}

div#navigation .kundenlogin input#account,div#navigation .kundenlogin input#passwort {
	width:120px;
	height: 13px;
	border: 1px solid #000;
	background-color:#EADBDB;
	margin-bottom: 5px;
}

div#container {
	width: 1014px;
	margin: 0;
	position:relative;
	/*z-index: 1;*/
}

div#wrapper {
	float: left;
	width: 100%;
	background-image: url("../pics/bg_repeat.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 640px;
	height : auto !important;
	/* für moderne Browser */
	height: 640px; /*für den IE */

}

/* Box rechts */
div#box_rechts {
	float: left;
	padding-top:100px;
	width: 	320px;
	margin-left: -320px
}

div#box_rechts #suchen {
	border:0;
	background: transparent url(../pics/btn_suchen.gif) center center no-repeat;
	width: 68px;
	height: 16px;
	margin-left:5px;
}

input#search {
	height: 14px;
}


div#box_rechts h3 {
	font-size:13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}
div#box_rechts h4 {
	font-size:11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

div#box_rechts .txt_rechts {
	font-size:11px;
	color:#fff;
}

div#box_rechts .txt_rechts a {
	font-size:11px;
	color:#6C6C69;
}
div#box_rechts .trenner {
	float: left;
	background-image: url("../pics/trenner.gif");
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	width: 275px;
	display: block;
}
div#box_rechts .lupe {
	float: left;
	background: transparent url(../pics/lupe.gif) left center no-repeat;
	width: 20px;
	height: 17px;
}



/* Box rechts */

div#box_rechts #news_rechts,div#box_rechts #angebot_rechts {
	padding: 0;
	margin: 0;
	padding-top:10px;
	padding-left:10px;
}

/*  News */
div#box_rechts #news_rechts h3 {
padding-bottom: 10px;
}

div#box_rechts a.nostyle {
	text-decoration: none;
	color:#fff;
}

/*  News */

div#navigation {
	float: left;
	margin-left: -1014px
}

div#footer {
	clear: left;
	height:0px;
	position: relative;
}

/* Kontaktformular */
label {
	display: block;
	font-size: 11px;
}

input.txt {
border: 1px solid #C8C8C8;
width: 225px;
margin: 2px;
}
input.error {
border: 1px solid #FF0000;
}
textarea.txt {
border: 1px solid #C8C8C8;
width: 355px;
height: 100px;
}
textarea.error {
border: 1px solid #FF0000;
}


p.info {
font-size: 11px;
}
/* Kontaktformular */

/* AGB / Impressum im Footer anzeigen */
#footer_impressum {
	background-color:#5C6272;
	text-align: right;
	padding-right:0px;
	color: #fff;
	padding-bottom: 10px;
	}
#footer_impressum a{
	color: #fff;
	font-size:11px;
	display: inline;
	text-decoration: underline;
}
.impressum_logo {
	position: absolute;
	left:15px;
	top: 75px;
}
.impressum_daten {
	position: absolute;
	left:175px;
	top: 35px;
}
.impressum_daten a{
display: inline;
}
/* AGB / Impressum im Footer anzeigen */
form {
	padding:0;
	margin: 0;
}
/* Referenzenseite */
.ref_pic {
width:95px;
height:65px;
background-repeat:no-repeat;
display:block;
margin:0;
padding:0;
border: 1px solid #000;
}
.lupenbild {
filter:alpha(opacity=60); /* IE */
-moz-opacity:0.6; /* Firefox */
opacity:0.6; /* Opera */
border:0px;
}


a.doc {
	background-image: url('../pics/doc.gif');
	width: 15px;
	height: 21px;
}


a.doc:hover {
	background-image: url('../pics/doc_over.gif');
	width: 15px;
	height: 21px;
}

