

/**
rot #D53F33
grau #D1D2D4
hellgrau #E7E7E9
dunkelgrau #68696C

**/
* {
	padding:0px;
	margin:0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;	
	line-height:17px;
	letter-spacing:0px;
	color: #68696C;
}
.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0px;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}

body {
	background: #FFFFFF;
}

a:hover {
	color:#999999;
}

img, a img {
	border:none;
}
/** LAYOUT **/

#lay_all {
	/*margin:10px;*/
	width:900px;
	padding: 0 10px 0 0;
	background:url(../media/backg_main.gif) repeat-y right #FFFFFF;
}

#lay_head {
	height:90px;
	background:#D1D2D4;
}

#lay_logo {
	background:url(../media/backg_logo.gif) repeat-y right;
	width:195px;
	height:90px;
	float:left;
}

#lay_logo img {
	margin:13px 0 0 8px;
}

#lay_flash {
	
	width:702px;
	height:90px;
	overflow:hidden;
	float:left
}

#lay_subhead {
	position:relative;
	color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	background:url(../media/backg_subhead.gif) repeat-x bottom #D53F33;
	height:35px;
}

#lay_navtop {
	position:absolute;
	top:26px;
	height:10px;
	width:195px;
	background:url(../media/backg_navtop.gif) no-repeat;
}

#lay_topnav {
	position:absolute;
	top:5px;
	left:600px;
}

#lay_topnav a {
	margin:0px 15px 0 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}
#lay_topnav a:hover {
	color:#DFDFDF;
}

#lay_body {
	width:900px;
	background:url(../media/backg_body.gif) repeat-y;
}

#lay_left {
	width:177px;

	background:#E7E7E9;
	float:left;
}

#lay_center {
	width:650px;
	margin:15px 0 0 40px;
	float:left;
}

#lay_footer {
position:relative;
	color:#FFFFFF;
	background:url(../media/backg_footer.gif) repeat-x top #D53F33;
	height:20px;
	border-bottom:solid 1px #666666;
	text-align:center;
	padding-top:8px;
}

#lay_navbottom {
	position:absolute;
	top:0px;
	left:0px;
	height:9px;
	width:195px;
	background:url(../media/backg_navbottom.gif) no-repeat;
}


/** CONTENT **/


h1 {
	font-size:16px;
	/*color:#D53F33;
	
	background:#D1D2D4;*/
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
	padding:3px 0 5px 5px;
	margin:0 0 14px 0;
}


h2 {
	font-weight:bolder;
	border-left:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding:2px;
	background:#F3F3F5;
	margin:10px 0 5px 0;
	height:18px;

	font-size:12px;
}


h1 span, h2 span {
	color:#CC0000;
	float:right;
	padding:0 5px 0 0;
}
/**h3 {
	font-weight:bolder;
	border-bottom:solid 1px #666666;
	background:#F3F3F5;
	padding:2px;
}**/

h3 {
	font-weight:bolder;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
	padding:2px 0 2px 5px;
}

h5 {
	font-size:16px;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
	padding:3px 0 5px 5px;
	margin:15px 0 15px 0;
}

p.head {
	font-weight:bolder;
	border-left:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding:2px;
	background:#F3F3F5;
	margin:10px 0 5px 0;
}

p.headlinks {
	font-weight:bolder;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	padding:2px;
	background:#F3F3F5;
	margin-bottom:5px;
}

p.headlinks a {
	margin:0 8px 0 7px;
}

table.details {
	width:300px;
	margin-bottom:20px;
	float:left;
}

table.details td {
	padding:2px;
	background:#F3F3F5;
}

/**table.details td.head {
	font-weight:bolder;
	border-bottom:solid 1px #666666;
	background:#F3F3F5;
} **/

table.details td.head {
	font-weight:bolder;
	border-left:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding-left:5px;
	
}

table.details td.label {
	font-weight:bolder;
	width:110px;
}

table.horizontalimg {
	width:100%;
	padding:0;
	margin:10px 0 10px 0;
}

table.horizontalimg td{
	width:25%;
	text-align:left;
}

table.verticalimg {
	width:230px;
	padding:0;
	margin:10px 0 10px 0;
}

table.verticalimg td{
	padding:2px 2px 0 0;
	text-align:left;
}

div.mainimg {
	float:right;
	margin-top:10px;
}

div.mainimg img {
	border:solid 2px #68696C;
}

div.tablelist {
	float:left;
	width:310px;
	margin-top:10px;
}

div.previewlist {
	float:left;
	width:230px;
	height:390px;
	margin-top:10px;
}

div.previewlist .buz{
	font-style:italic;
	margin:5px 0 5px 0;
}

div#images {
	float:right;
	width:406px;
	margin-top:23px;
}

div#applets {
	float:right;
	width:406px;
	margin-top:10px;
}

div#movies {
	float:right;
	width:370px;
	margin-top:10px;
	}

 /* Universaldoc */
 
div.uniimg {
	width:286px;
	float:right;
	margin: 0 0 20px 15px;
}

div.uniimg img {
	border:solid 2px #68696C;
}

div.uniimg .buz{
	font-style:italic;
	margin:5px 0 5px 0;
}

/* Listen */

p.liste {
	margin-top:5px;
}

a.liste {
	text-decoration:none;
}

a.listeend {
	text-decoration:none;
	font-weight:bolder;
}

div.listimg {
	float:right;
	margin:5px 0 15px 15px;
}

div.listimg img {
	border:solid 2px #68696C;
}
table.liste {
	width:400px;
	margin-bottom:8px;
}

table.liste td {
	padding:2px;
	vertical-align:top;
}

table.liste td.label {
	font-weight:bolder;
	width:110px;
}

/* AJAX-Seiten */

div.detail_img {
	width:406px;
}

div.detail_img img{
	border:solid 1px #68696C;
}

div.detail_img .buz{
	font-style:italic;
	margin:5px 0 5px 0;
}


/** FORM_VALIDATOR **/

.validInput select{
	margin:0px;
	padding:0px;
}


.validationImage{
	background-position:top center;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.invalidInputImage{
	background-image:url(../media/incorrect.gif);

}
.validInputImage{
	background-image:url(../media/correct.gif);
}


.DHTMLSuite_validationBar{
	width:3px;
	display:none;
}

.DHTMLSuite_validationBarInvalid{
	background-color:#B00;
}

.DHTMLSuite_validationBarValid{
	background-color:#0B0;
}



.DHTMLSuite_formCoverDiv{	/* ajax loader anzeigen*/
	background-color:#FFF;

}
/** FORMS **/


table.kontakt {
	border:none;
	margin:10px 0 5px 0;
	width:480px;
}

table.kontakt td {
	padding:2px 2px 10px 0;
}

table.kontakt td.label {
	text-align:left;
}

table.kontakt input.normal {
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:140px;
}

table.kontakt input.normal2 {
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:300px;
}

table.kontakt input.normalplz {
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:50px;
}

table.kontakt input.form_validInput{
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:140px;

}

table.kontakt input.form_invalidInput{
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #D53F33;
	border-top: solid 2px #D53F33;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:140px;
}


table.kontakt textarea.form_validInput {
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:360px;
	height:80px;
}

table.kontakt textarea.form_invalidInput {
	background:#EFEEDF;
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #D53F33;
	border-top: solid 2px #D53F33;
	border-right:solid 1px #D4D0C8;
	width:360px;
	height:80px;
}

table.kontakt textarea.normal {
	border-bottom:solid 1px #D4D0C8;
	border-left: solid 2px #686864;
	border-top: solid 2px #686864;
	border-right:solid 1px #D4D0C8;
	background:#EFEEDF;
	width:360px;
	height:80px;
}
table.kontakt .submit {
	border:solid 2px #686864;
	width:75px;
	text-align:left;
	color:#686864;
	font-weight:bolder;
	background:url(../media/submit.gif) right no-repeat #FFFFFF;
	cursor:pointer;
	padding:2px 0 2px 5px;
}


table.kontakt p.radioline {
	line-height:20px;
	margin-top:8px;
	margin-bottom:15px;
}

table.kontakt p.radioline input {
	vertical-align:middle;
	margin-right:5px;
}


select.ortsuche {
	border:solid 1px #D4D0C8;
	background:#FFFFFF;
	width:130px;
}
/** Homepage **/

div.topangebot {
	margin-top:15px;
}

div.topangebot h1 {
	color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	background:url(../media/backg_subhead.gif) repeat-x bottom #D53F33;
	height:25px;
	font-size:14px;
	margin:0px;
	border-bottom:none;
}

div.topangebot h4 {
	font-size:12px;
	font-weight:bolder;
	margin:2px 5px 8px 5px;
}

div.topangebot div.inhalt {
	margin:2px 5px 5px 5px;
}

div.home_left {
	width:420px;
	float:left;
	margin:0 15px 0 0;
}

div.home_right {
	width:192px;
	float:right;
	background:#D1D2D4;
	border:solid 1px #666666;
	padding:3px;
}
div.home_right h1 {
	font-size:12px;
	border-bottom:solid 1px #666666;
	background:#F3F3F5;
}

div.home_right h4 {
	font-size:12px;
	line-height:15px;
	margin:0 0 8px 0;
}

table.home {
	width:189px;
	margin-bottom:8px;
}

table.home td {
	padding:2px 2px 1px 0;
}

table.home td.label {
	font-weight:bolder;
}



/** SUCHE  **/

div.schnellsuche {
	margin-top:15px;
}

div.schnellsuche h1 {
	color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	background:url(../media/backg_subhead.gif) repeat-x bottom #D53F33;
	height:25px;
	font-size:14px;
	margin:0px;
	border-bottom:none;
}

div.schnellsuche div.inhalt {
	margin:2px 5px 5px 5px;
}

div.schnellsuche input {
	border:solid 1px #666666;
	background:#FFFFFF;
	width:130px;
}


div.schnellsuche input.submit {
	text-align:center;
	border:none;
	margin: 0 0 0 0;
	cursor:pointer;
	width:30px;
	padding:1px;
}

/* Formulare powermail */







div.powermail_mandatory_js {
	color:#990000;
}

div.tx-powermail-pi1_formwrap fieldset, div.tx-powermail-pi1_confirmation, div.tx-powermail-pi1_thx {
	border:solid 1px #686864;
	padding:15px;
	margin:25px 0 20px 0;
}

div.tx-powermail-pi1_formwrap fieldset legend {
	padding:0 10px 0 10px;
	font-weight:bolder;
}	
div.tx_powermail_pi1_fieldwrap_html {
	margin:5px 0 0 0;
}
div.tx-powermail-pi1_formwrap label {
	display:block;
	width:130px;
	float:left;
}
div.tx-powermail-pi1_formwrap input, div.tx-powermail-pi1_formwrap textarea {
	border-top:solid 1px #EBEBEB;
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	border-bottom:solid 1px #686864;
	width:250px;
	background:#EFEEDF;
}

div.tx-powermail-pi1_formwrap input.zip {
	width:50px;
}
div.tx-powermail-pi1_formwrap textarea {
	height:95px;
}

div.tx-powermail-pi1_formwrap input.submit {
	border-top:solid 1px #EBEBEB;
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	border-bottom:solid 1px #686864;
	background:#EFEEDF;
	margin:0 0 0 130px;
	width:auto;
	padding:2px 8px 2px 8px;
	cursor:pointer;
}

div.tx-powermail-pi1_formwrap hr {
	margin:10px 0 10px 0;
	clear:both;
}


div.powermail_radio_inner label {
	float:right;
	width:auto;
	width:550px;
	text-align:left;
}


div.powermail_radio_inner {
	clear:both;
	margin:5px 0 5px 0;
}

div.powermail_radio_inner input.powermail_radio{
	width:20px;
	border:none;
	background:none;
	margin:0 10px 0 0;
	float:left;
}


div.powermail_mandatory_js {
	color:#AD0014;
	font-weight:bolder;
	font-style:italic;
	margin:3px 0 3px 0;
}

div.tx_powermail_pi1_formconfirmation_back {
	float:left;
	width:130px;
}
div.tx-powermail-pi1_confirmation p {
	font-weight:bolder;
	margin:25px 0 10px 0;
}
table.powermail_all_table td {
padding:4px 4px 4px 0;
}

input.tx-powermail-pi1_confirmation {
	border-top:solid 1px #EBEBEB;
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	border-bottom:solid 1px #686864;
	background:#EFEEDF;
	margin:4px 0 0 0px;
	width:auto;
	padding:2px 8px 2px 8px;
	cursor:pointer;
}


/** NAVIGATION **/


#lay_menue {
	background:#FFFFFF;
}

#lay_menue ul {
	list-style-type:none;
	padding-bottom:1px;
}

#lay_menue li {
	padding: 5px 0 5px 10px;
	margin-bottom:2px;
	background:#E7E7E9;
	text-transform:uppercase;
}

#lay_menue li.active {
	padding: 5px 0 5px 10px;
	border-top:solid 1px #E7E7E9;
	border-bottom:solid 1px #E7E7E9;
	background:none;
}


#lay_menue li.level2 {
	padding: 2px 0 2px 21px;
	margin:0;
	background:#F3F3F5;
	text-transform:none;
}

#lay_menue li.level2first {
	padding: 2px 0 2px 21px;
	margin-top:2px;
	margin-bottom:0;
	background:#F3F3F5;
	text-transform:none;
}

#lay_menue li.level2act {
	padding: 2px 0 2px 21px;
	margin-top:2px;
	background:#E7E7E9;
	text-transform:none;
}

#lay_menue a {
	text-decoration:none;
}

#lay_menue li.active a {
	color:#993333;
}

#lay_menue li.level2act a {
	color:#993333;
}