

/**
rot #D53F33
grau #D1D2D4
hellgrau #E7E7E9
dunkelgrau #68696C

link:#542b2b

**/
* {
	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: #fffdf4;
}

a:hover {
	color:#999999;
}

/** LAYOUT **/

#lay_all {
	/*margin:10px;*/
	width:575px;
	padding: 0 10px 0 0;

}

#lay_subhead {
	position:relative;
	color:#FFFFFF;
	/* background: #fdf5e6;*/ 
	background:#F3F3F5;
	height:75px;
	border-bottom:solid 1px #666666;
}

#lay_logo {
	width:175px;
	height:72px;
	float:left;
}
#lay_logo img {
	margin:5px 0 0 5px;
}




#lay_body {
	width:575px;
	margin:10px 0 0 0;
}


#lay_footer {
position:relative;
	color:#FFFFFF;
	/* background:url(../media/backg_footer.gif) repeat-x top #D53F33; 
	border-bottom:solid 1px #666666; */
	border-top:solid 2px #800000;
	height:20px;	
	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:#800000;
	
	/*background:#D1D2D4;*/
	padding:3px 0 5px 0;
	margin:0 0 14px 0;
}

h2 {
	font-weight:bolder;
	/* border-left:solid 1px #666666; */
	border-bottom:solid 1px #666666;
	padding:2px;
	background:#fdf5e6;
	margin:10px 0 5px 0;
	color:#800000;
}


h3 {
	font-weight:bolder;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
	padding:2px 0 2px 5px;
}

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:331px;
	margin-top:10px;
}

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:350px;
	margin-bottom:8px;
}

table.liste td {
	padding:2px;
	vertical-align:top;
}

table.liste td.label {
	font-weight:bolder;
	width:95px;
}

/* AJAX-Seiten */

div.detail_img {
	width:356px;
}

div.detail_img img{
	border:solid 3px #68696C;
}

div.detail_img .buz{
	font-style:italic;
	margin:5px 0 5px 0;
}




/** NAVIGATION **/


#lay_menue {
	/*background:#fdf5e6;*/
	background:#F3F3F5;
	width:400px;
	float:left;
}

#lay_menue ul {
	list-style-type:none;
	padding-bottom:1px;
}

#lay_menue li {
	padding: 5px 0 5px 10px;
	margin-bottom:2px;
	text-transform:uppercase;
	border-bottom:solid 1px #FFFFFF;
}

#lay_menue li.active {
	padding: 5px 0 5px 10px;
	border-bottom:solid 1px #FFFFFF;
	background:none;
	color:#800000;
}



#lay_menue a {
	text-decoration:none;
	color:#000000;
}

#lay_menue li.active a {
	color:#800000;
}


/** 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;
}
