/************************************************/
/*         	  	    General                 	*/
/************************************************/

* {
	margin: 0px;
	padding: 0px;
}

/************************************************/
/*         	  	    Imprint                 	*/
/************************************************/

body.imprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#673926;
	background-color:#f45813;
}

#imprint_content {
	width: 380px;
	margin: 20px 20px;
	padding: 20px;
	background-color: #fff;

}

#imprint_content a {
	color:#673926;
	text-decoration:underline;
}

#imprint_content .header {
	font-weight: bold;
	font-size: 16px;
}

#imprint_content .headline {
	font-weight: bold;
}

/************************************************/
/*         	  	  No-Flash	                 	*/
/************************************************/

body.noflash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #673926;
	background-color: #f45813;
}

table.noflash {
font-size: 12px;
}

#noflash_content {
	position: absolute;
	left: 50%;
	width: 420px;
	height: 300px;
	margin: 30px 0px 0px -210px;

}

#noflash_logo {
	display: block;
	text-align: right;
	width: 396px;

}

.noflash_text {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	color:#673926;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
}

.noflash_text a {
	color:#673926;
	text-decoration:underline;
}
#noflash_text .header {
	font-weight: bold;
	font-size: 18px;
	color:#004c99;
}
