/* GLOBALE EINSTELLUNGEN */

@charset "utf-8";

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* LAYOUT */

body {
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
	background: #FFF;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#bg {
	background: url(../img/footer_bg.gif) left bottom no-repeat;
	padding: 0 0 4px 0;
}

#header {
	background: #C2C200;
	padding: 0;
	margin: 0;
}

#navi {
	width: 300px;
	float: left;
	background: #F0F0BF;	
}

#content {
	padding: 0 0 0 10px;
	background: url(../img/bg_content.jpg) bottom repeat-x;
	float: left;
	width: 610px;
	border-top: 20px solid #F0F0BF;
}

#footer {
	padding: 20px 0;
	clear: both;
	margin: 0 auto;
}

/* KARTEIREITER-NAVIGATION */

#header .wrapper ul{
	list-style-type: none;
	padding: 28px 0 0 0;
	float: left;
	width: 754px;
	margin: 0;
}

#header .wrapper ul li{
	float: left;
}

#header .wrapper ul li a{
	background: #D1D140;
	color: #FFF;
	display: block;	
	padding: 16px 20px;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #C2C200;
	border-bottom: 0;
}

#header .wrapper ul li a:hover{
	background: #E1E180;
	color: #7D7D00;
	display: block;	
	padding: 16px 20px;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #E1E180;
	border-bottom: 0;
}

#header .wrapper ul li.aktiv a, #header .wrapper ul li.aktiv a:hover{
	background: #F0F0BF;
	color: #7D7D00;
	display: block;	
	padding: 16px 20px;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #FFF;
	border-bottom: 0;
}

#header .wrapper ul li a.zweizeilig, #header .wrapper ul li a.zweizeilig:hover{
	padding: 10px 20px;
	text-align: center;
}

#header .wrapper ul li a span{
	font-size: 0.6em; 
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header .wrapper ul li.kunden-login, #header .wrapper ul li.newsletter{
	float: right;
	margin: 0 0 0 4px;
}
#header .wrapper ul li.newsletter, #header .wrapper ul li.presse{
	float: right;
}

#header .wrapper ul li.newsletter a, #header .wrapper ul li.newsletter a:hover, #header .wrapper ul li.presse a, #header .wrapper ul li.presse a:hover{
	background: #D1D140;
	color: #FFF;
	display: block;	
	padding: 10px 15px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin: 19px 0 0 0;
}

#header .wrapper ul li.kunden-login a, #header .wrapper ul li.kunden-login a:hover{
	background: #A5A500;
	color: #FFF;
	display: block;	
	padding: 10px 15px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin: 19px 0 0 0;
}

/* HAUPTNAVIGATION */

#navi ul {
	list-style-type: none;
	padding: 15px 0;
	border-bottom: 10px solid #FFF;
}

#navi ul li ul {
	list-style-type: none;
	padding: 0;
	border-bottom: 0;
}

#navi ul li a, #navi ul li span {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 6px 10px;	
	border-bottom: 1px solid #FFF;
}

#navi ul li a:hover {
	background: #ABAB92;
	color: #FFF;
}

#navi ul li.aktiv a, #navi ul li.aktiv a:hover, #navi ul li.aktiv span{
	background: #ABAB92;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 6px 10px;	
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

#navi ul li.aktiv ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 30px;	
	border-bottom: 1px solid #FFF;
	background: #DBDBB2 url(../img/li.gif) 15px 9px no-repeat;
	font-weight: normal;
}

#navi ul li.aktiv ul li a:hover {
	background: #C6C6A4 url(../img/li.gif) 20px 9px no-repeat;
	color: #000;
	padding: 4px 10px 4px 30px;	
	font-weight: normal;
}

#navi ul li.aktiv ul li.aktiv a, #navi ul li.aktiv ul li.aktiv a:hover{
	background: #C6C6A4 url(../img/li_aktiv.gif) 14px 9px no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 4px 30px;	
	border-bottom: 1px solid #FFF;
}

/* FOOTER NAVIGATION */

#footer #pipe-dream
{
	overflow: hidden;
	width: 500px;
	float: right;
}

#footer #pipe-dream p
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 0.8em;
	text-align: right;
}

#footer #pipe-dream ul
{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

#footer #pipe-dream ul li
{
	border-right: 1px solid #DDD;
	float: right;
	margin: 0 -7px 0 7px;
	padding: 0 7px;
}

#footer #pipe-dream a
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

#footer #pipe-dream a:hover
{
	text-decoration: underline;
	color: #999;
}

#footer #pipe-dream ul li.aktiv a
{
	font-weight: bold;
}

/* ÜBERSCHRIFTEN */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0; 
}

h1 {
	background: #E0E0E0 url(../img/h1_grau.jpg) repeat-x;
	padding: 7px 10px;
	font-size: 1.1em;
	color: #666;
}
h1.hervorgehoben{
	background: #C2C200 url(../img/h1_gruen.jpg) repeat-x;
	padding: 7px 10px;
	font-size: 1.1em;
	color: #000;
}

h2 {
	color: #8C8C00;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	line-height: 150%;
}

h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 3px 0;
	line-height: 130%;
}

h4 {
	color: #666;
	border-bottom: 1px solid #CCC;
	margin: 0 30px 7px 30px;
	padding: 0;
}

h5 {
	margin: 0 0 5px 0;
}
.presse h4 {
	color: #8C8C00;
	border: 0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

/* INHALT FORMATIERUNGEN, ABSÄTZE, LISTEN UND TABELLEN */

.box p{
	padding: 0 0 15px 0;
	margin: 0;
}

.box p {
	line-height: 150%;
}

.hervorgehoben{
	color: #C00;
}

.box ul {
	padding: 0 0 15px 0;
	margin: 0 0 0 20px;
}

.box ul li {
	margin: 0 0 10px 0;
	line-height: 150%;
}

.box ul ul{
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	list-style-type: circle;
}

.box ul li ul li {
	margin: 0 0 10px 0;
	line-height: 150%;
}

table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

table td, #content table th{
	padding: 5px 10px;
	line-height: 150%;
}

table th {
	color: #000;
	text-align: center;
	background: #F3F3F3;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
h2.over{
	text-decoration: underline;
	cursor: pointer;
}

table td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	width: 350px;
}

table td.vorhanden{
	width: 80px;
	background: #D9E07F url(../img/vorhanden.jpg) no-repeat center center;
}
table td.nicht_vorhanden{
	width: 80px;
	background: #E4E4E4 url(../img/nicht_vorhanden.jpg) no-repeat center center; /* #E57F7F */
}

/* BOX-DESIGN */

.box{
	border: 1px solid #E0E0E0;
	margin-top: 10px;
	background: #FFF;
}
.no-margin{
	margin-top: 0;
}
.margin{
	margin-top: 10px;
}
.hilfsbox{
	background: #FFF;
}
.box-inner{
	margin: 1px;
}
.box .box-inner div.eyecatcher{
	background: url(../img/startseite_eyecatcher.jpg) bottom right no-repeat;
	padding: 20px 430px 5px 20px;
}
.text{
	padding: 20px 20px 5px 20px;
}
.dreispaltig, .dreispaltig_letzte{
	width: 298px;
	height: 260px;
	float: left;
}
.dreispaltig{
	margin-right: 10px;
}
.dreispaltig_letzte{
	margin-right: 0px;
}
.box .box-inner div.letzte-box{
	margin-right: 0;
}
/* HTML-ELEMENTE */

a {
	color: #A5A500;
	text-decoration: underline;
}

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

/* HILFSKLASSEN */

a img {
	border: 0;
}

.text_rechtsbuendig{
	text-align: right;
	padding: 20px 20px 5px 20px;
}

.clear {
	clear: both;
}

a.linkbutton{
	padding: 5px 8px;
	background: #C2C200;
	border: 2px outset #A5A500;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.linkbutton:hover{
	padding: 4px 9px 6px 7px;
	background: #D1D140;
	border: 2px inset #8C8C00;
	color: #FFF;
	font-weight: bold;
}

#header .wrapper img{
	float: left;
	margin: 10px 40px 0 0;
}

.navi-abschlussleiste{
	background: #F0F0BF;
	height: 20px;
	margin: 0 0 0 168px;
}
#navi img{
	border-right: 42px solid #FFF;
	border-bottom: 40px solid #FFF;
}

.wrapper #startseite img{
	float: left;
	margin: 0 0 10px 0;
}

.zentriert {
	text-align: center;
}

.pflichtfeld_hinweis {
	font-size: 0.75em;	
}

p.error{
	border: 1px solid #C73D07;
	background: #E27021;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 15px 0;
}
p.success{
	border: 1px solid #CDCC34;
	background: #E3E792;
	padding: 5px 10px;
	color: #5E6C31;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* FORMULARE */

form{
	margin: 0 0 15px 0;
}

input.button {
	margin: 10px 0 0 0;
	float: none;
}

div.phone {
	display: none;
}

form input.error, form select.error, form textarea.error{
	background: #FCC;
}

form div.err {
	margin: 5px 0 0 0;
	padding: 0;
	border: 2px solid #C00;
}

#content div.err p {
	margin: 5px 0 0 0;
	padding: 3px;
	font-weight: normal;
	background: #C00;
	color: #FFF;
	font-size: 0.7em;
}

form fieldset{
	padding: 0 0 10px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #A5A500;
	font-weight: bold;
}

form fieldset legend{
	padding: 5px 8px;
	background: #A5A500;
	margin: 0;
	color: #FFF;
}

form fieldset div {
	margin: 20px 20px 10px 10px;
}

form label{
	cursor: pointer;
	font-weight: normal;
	color: #000;
	margin: 0 0 5px 0;
	padding: 5px 0 0 5px;
	display: block;
	width: 80px;
	float: left;
}
form input, form select{
	float: left;
}
form input{
	padding: 2px;
}

/* Solution-Partner Formular */

form.sp fieldset input, form.sp fieldset select{
	margin: 5px 5px 0 0;
	width: 160px;
}

form.sp fieldset textarea{
	margin: 5px 0 0 5px;
	font-size: 0.9em;
	width: 260px;
}

form.sp fieldset.kontaktdaten label {
	width: 100px;
	float: left;
}

form.sp fieldset.firmendaten label {
	width: 220px;
	float: left;
}

form.sp fieldset.firmendaten input {
	width: 40px;
	float: left;
}

form.sp fieldset.firmendaten label.mitarbeiter_subcheckboxen {
	padding-left: 20px;
	width: 205px;	
}

form.sp fieldset.angebot label {
	width: 240px;
	float: left;
}

form.sp fieldset.angebot input {
	width: 20px;
	float: left;
	margin: 7px 0 0 0;
	padding: 0;
}

form#solution-partner .kontaktdaten #newsletter {
	width: 20px;
}
form#solution-partner .kontaktdaten .bestaetigung {
	width: 300px;
}

/* Kontaktformular */

form.kontakt fieldset input, form.kontakt fieldset select{
	margin: 5px 5px 0 0;
	width: 290px;
}

form.kontakt fieldset textarea{
	margin: 5px 0 0 5px;
	font-size: 0.9em;
	width: 390px;
}

form.kontakt fieldset.kontaktdaten label {
	width: 110px;
	float: left;
}

form.kontakt fieldset.firmendaten label {
	width: 270px;
	float: left;
}

form.kontakt fieldset.firmendaten input {
	width: 120px;
	float: left;
}

form.kontakt fieldset.wuensche label {
	width: 370px;
	float: left;
}

form.kontakt fieldset.wuensche input {
	width: 20px;
	float: left;
	margin: 7px 0 0 0;
	padding: 0;
}
#zahlungsart_lv, #zahlungsart_r{
	width: auto;
	margin: 8px 0 0 5px;
}
#lv{
	display: none;
}
#lv label {
	width: 130px;
}
.mieten{
	width: 400px;
	padding: 10px 0 10px 10px;
}
#mieten, #agb{
	margin: 12px 0 0 10px;
}
.zahlungsart{
	font-weight: normal;
	padding: 5px 0;
	display: block;
}
form.kontakt p{
	padding: 10px 0 5px 0;
	font-weight: normal;
}

/* Newsletter Formular */

form.newsletter_form label.bestaetigung{
	display: block;
	width: 800px;
	margin-top: -7px;
}
form.newsletter_form #newsletter, form.newsletter_form #newsletter_sp{
	float: left;
} 
form.newsletter_form p{
	clear: both;
	padding-top: 5px;
}
form.newsletter_form input.button{
	font-weight: bold;
}

/* BILDER */
.bild_links{
	float: left;
	margin: 0 15px 15px 0;
	width: 250px;
	position: relative;
	border: 7px solid #F6F6D9; /* #F9F9E5 */
}
.bild_rechts{
	float: right;
	margin: 0 0 15px 15px;
	position: relative;
	border: 7px solid #F6F6D9;
}
.bild_links img, .bild_rechts img{
	border: 1px solid #FFF;
}
.bild_links_ohneRahmen{
	margin: 0 15px 15px 0;
	float: left;
}
.bild_rechts_ohneRahmen{
	margin: 0 0 15px 15px;
	float: right;
}
.screenshot{
	width: 200px;
}

.bild_rechts .lupe{
	position: absolute;
	left: 1px;
	bottom: 1px;
	border: 0;
}
a.download{
	text-decoration: none;
	background: #C2C200;
	border: 2px solid #D1D140;
	margin: 0 0 15px;
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	float: left;
	text-decoration: underline;
}
a.download:hover{
	border: 2px solid #A5A500;
	color: #FFF;
	text-decoration: none;
}