/* @override 
	http://www.knetwerk-pforzheim.de/dev/style.css
	http://www.knetwerk-pforzheim.de/style.css
*/

/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    line-height: 130%;
}

img{
	border: 0px;
}

div.main{
	width: 930px;
	margin:auto;
	text-align:left;
	
}

div.header{
	text-align:right;
}

div.navigation{
	margin-bottom: 4px;
}

span.navitem{
	margin-right: 20px;
}

div.content{
	border: 1px solid #999999;
	clear:both;
	background-color:#FFFFFF;
	height: auto;
	min-height: 500px;
	width: 930px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.footer{
	clear:both;
	text-align:right;
	color: #999999;
	padding: 0px;
}

a:link{
	color: #0093dd;
	text-decoration:none;

}

a:visited{
	color: #0093dd;
	text-decoration:none;
}

a:hover{
	color: #e77918;
	text-decoration:none;
}

/** Content Elemente**/

div.content_element{
	margin-bottom: 30px;
	width: 425px;
	text-align:justify;
}

div.content_right{
	margin-left: 25px;
	width: 445px;
	float:left;

}

div.content_left{
	width: 445px;
	float:left;
}

input{
	text-shadow: none;
	border: 1px solid #0093dd;
}

input.button{
	background: url(img/knetletter.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	width: 180px;
	height: 21px;
	border: 0px;
	margin-left: 10px;
	cursor: pointer;
}

/** Aktuelles **/

div.home{
	padding: 0px;
	margin: 0px;
	width: 930px;
}

div.aktuelles{
	
}

div.home_left{
	float: left;
	width: 500px;
}

div.home_right{
	margin-left: 20px;
	width: 390px;
	float: left;
}

div.news{
	background-color: #f2fbff;
	margin-bottom:20px;
	padding: 10px;
}

/** home new */
#news_content p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	line-height: 14px;
}

div.slide{
	position: absolute;
	padding-top: 370px;
}

#showroom h1{
	line-height: 25px;
}

/** Newsletter **/

div.newsletterContainer{
	background-repeat: no-repeat;
	width: 474px;
	height: 182px;
}

div.newsletterText{
	width: 340px;
}

div.nssleft{
	float: left;
	margin-right: 10px;
}

div.nssright{
	float: left;
}

div.newsletterSpamstopper{
	vertical-align: bottom;
	margin-top: 20px;
}

div.newsletter_input{
	margin-bottom: 5px;
	padding-top: 4px;
}
/** Angebote **/

div.angebote{
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.angebote table{
	margin-left: 0px;
	border-spacing: 20px 20px;
}

div.angebote td{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.angebote tr.odd{
	background-color: #fffbf7;
	/* background-image: url(img/backgrounds/ecke_orange.png);*/
	background-repeat: no-repeat;
	background-position: right top;
}

div.angebote tr.even{
	background-color: #f2fbff;
	/* background-image: url(img/backgrounds/ecke_blau.png); */
	background-repeat: no-repeat;
	background-position: right top;
}

.angebot_preisbox{
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #0093dd;
}

/** der Kneter **/
div.derkneter{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.derkneter_bg{
	height: 350px;
	width: 100%;
	background: url(img/backgrounds/derkneter.jpg);
}

div.links td{
	padding-right: 20px;
}

div.links p{
	padding: 0px;
	margin: 0px;
	display: inline;
	
}

/** Kontakt **/
div.kontakt{
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.kontakt_left{
	float: left;
	width: 520px;

}

div.disclaimer_small{
	width: 70%;
}

div.disclaimer{
	text-align: justify;

}

div.anfrage{
	float: left;
	width: 322px;
	height: 172px;
	background: url(img/overlay.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 30px;
}

div.anfrage_zeile{
	margin-bottom: 8px;
}

span.anfrage{
	margin-left: 243px;
}

select.anfrage{
	width: 307px;
}

select.error{
	width: 307px;
	border: 1px solid #FF0000;
}

span.success{
	color: #0093dd;
	font-size: 12px;
}

span.error{
	color: #e77918;
	font-size: 12px;
}

input.anfrage_b{
	border: 0px;
}

input.error{
	border: 1px solid #FF0000;
}

/** service **/
div.service{
	width: 60%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/** Headlines **/

h1{
	color: #0093dd;
	font-size: 20px;
	font-weight: normal;
}

h2{
	font-size:18px;
	color: #e77918;
	font-weight:normal;
}

h3{
	font-size:10px;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

em{
	font-size: 10px;
	color: #e77918;

}

b{
	color: #e77918;
	font-weight: bold;
}


/** Map **/

.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 590px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}
