* {
	padding:0px;
	margin:0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;	
	line-height:15px;
	letter-spacing:0px;
	color: #666666;
}
.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 {
	text-decoration:none;
	font-weight:bolder;
}

a.wide {
	text-decoration:none;
	color: #545454;
	font-family: verdana;
}


a.list {
	text-decoration:none;
	font-weight:normal;
}


h1 {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #6B6974;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {	
	font-weight: bolder;
	color: #C81E25;
}


/** STRUKTUR **/


#lay_page {
	width:600px;
}

#lay_head{
	width:600px;
	height:130px;
	background:#C40008;
}


#lay_logo {
	width:202px;
	height:100px;
	float:left;
}

#lay_logo img {
	margin:2px 0 0 20px;
}


#lay_subhead {
	height:29px;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	color:#FFFFFF;
	padding:0 0 0 25px;
}

#lay_subhead p {
color:#FFFFFF;
	margin-top:5px;
}


#lay_content {
	margin:2px;

	float:left;
}

#lay_contentborder {
	border:solid 1px #000000;
	padding:10px 10px 20px 10px;
}

/** ELEMENTE **/



/* Listen */

.pagehead {
	background: url(../media/head_page.jpg) no-repeat;
	padding-left: 28px;
	color: #ffffff;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	line-height: 20px;
	height: 30px; 
	text-transform:uppercase;
}

div.newslist {
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #000000;
}

div.newslist .listimg {
	border: 1px solid #000000;
	float:left;
	margin-right: 10px;
	line-height:1px;
	font-size:1px;
}

.listimg img {
	margin:2px;
}

.floatbox_odd {
	width: 262px;
	height: 290px;
	margin:10px 0 0 0;
	float: left;
	background: url(../media/backg_content_verlauf.gif) bottom repeat-x;
}

.floatbox_even {
	width: 262px;
	height: 290px;
	margin: 10px 0 0 15px;
	float: left;
	background: url(../media/backg_content_verlauf.gif) bottom repeat-x;
	overflow:hidden;
}


.floatbox_head {
	background: url(../media/head_floatbox.jpg) no-repeat;
	padding-left: 28px;
	color: #ffffff;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform:uppercase;
	line-height: 20px;
	height: 30px; 
}


p.floatright {
	text-align:right;
	margin-right:5px;

}

p.floatright img {
	margin-top:2px;
	border:none;
}


div.shortlist {
	line-height:20px;
	margin:0 0 20px 0;
}

/* Artikel */


div.detail {
	margin:10px 0 10px 0;
	padding-bottom:8px;
	border-bottom:solid 1px #666666;
}

div.images {
	float:right;
	width:180px;
	margin:10px 0 5px 15px;
}

div.images p.img {
	border: 1px solid #000000;
	line-height:1px;
	font-size:1px;
	width:178px;
}


p.img img {
	margin:2px;
}
div.images p.buz {
	color:#666666;
	font-style:italic;
	margin:5px 0 10px 0;
}





/* Formulare */

input.text {
	border-top:none;
	border-left:none;
	border-right:solid 2px #727272;
	border-bottom:solid 2px #727272;
	margin:0;
}

input.submit {
	border-top:solid 1px #727272;
	border-left:solid 1px #727272;
	border-right:solid 2px #727272;
	border-bottom:solid 2px #727272;
	background:url(../media/arrow_submit.gif) 1px 4px  no-repeat #FFFFFF;
	text-align:left;
	padding:0 2px 0 13px;
	cursor:pointer;
}

/* Tabellen & Form Validation */

.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);
}



table.kontakt {
	border:none;
	margin:0 0 5px 0;
	width:100%;
}

table.kontakt td {
	padding:2px 2px 10px 0;
}

table.kontakt td.label {
	text-align:left;
}

table.kontakt input.normal {
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	background:#F3F3F3;
	width:140px;
}

table.kontakt input.normalplz {
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	background:#F3F3F3;
	width:50px;
}

table.kontakt input.form_validInput{
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	background:#F3F3F3;
	width:140px;

}

table.kontakt textarea.form_validInput {
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	background:#F3F3F3;
	width:360px;
	height:80px;
}



table.kontakt input.form_invalidInput{
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	background:#E0E0E0;
	width:140px;
}




table.kontakt textarea.form_invalidInput {
	background:#E0E0E0;
	border-bottom:solid 2px #727272;
	border-left: none;
	border-top: none;
	border-right:solid 2px #727272;
	width:360px;
	height:80px;
}

/* table.kontakt .submit {
	border:solid 1px #C3C1A9;
	width:115px;
	text-align:left;
	color:#009;
	font-weight:bolder;
	background:url(../media/a_right_button.gif) right no-repeat #FFFFFF;
	cursor:pointer;
	padding:2px 0 2px 2px;
}*/


table.kontakt p.radioline {
	line-height:20px;
	margin-top:8px;
	margin-bottom:15px;
}

table.kontakt p.radioline input {
	vertical-align:middle;
	margin-right:5px;
}


