 /*
#############################################################################################
BODY
#############################################################################################
*/
div#swf_oben {
	white-space:nowrap;
	width: 1000px;
	height: 180px;
	overflow: hidden;
}
div#swf_unten {
	white-space:nowrap;
	width: 1000px;
	height: 280px;
	overflow: hidden;
}

html, body, div, p, h1, h2, h3, ul, ol,  
span, a, table, td, form, img, li { 
    margin: 0; 
    padding: 0; 
	border: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 }
 /*
#############################################################################################
BODY
#############################################################################################
*/
body {
	font-family:Verdana, Arial, sans-serif;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
} 
/*
#############################################################################################
MITTE CONTENT BOX
#############################################################################################
*/

div#content{
	width: 1000px;
	padding: 15px;
}
/*
#############################################################################################
ein clearfloat break - falls benötigt
#############################################################################################
*/
br.clearFloat, div.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}
/*
#############################################################################################
HREFS
#############################################################################################
*/
a{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #C7C500;
	text-decoration:underline;
}
a:visited{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #444444;
	text-decoration: none;
}
.oekolink{
	margin: 0px 0px 0px 30px;
	padding: 5px;
	font-size: 14px;
	width: 100px;
	font-weight: bold;

	background-color:#FF6600;
	border:2px;
	text-align: center;

}
.oekolink a{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*
#############################################################################################
Normaler Fließtext
#############################################################################################
*/
div.text{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
div.hgtext{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	background-color: #CDE2A1;
	padding: 10px;
}
/*
#############################################################################################
Überschrift
#############################################################################################
*/
h1{
	color: #663300;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
/*
#############################################################################################
FORM
#############################################################################################
*/
.inputs {
	font-size: 10px;
	font-weight: 300;
	color: #222222;
	background-color: #F0F0D1;
	margin: 3px;
	padding: 3px;
	border: 1px solid #000000;
}
/*
######################################################
Disclaimer
######################################################
*/
#disclaimer_margin{

	padding: 30px;
}
#disclaimer{
padding: 0px;

}
.disclaimer_txt{
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	width: 250px;
	
	padding: 10px;
}
#disclaimer a{
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
}
#disclaimer a:hover{
	color: #33FF00;
	text-decoration:underline;
}
#disclaimer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
/*
#############################################################################################
Viral
#############################################################################################
*/
#viral{
		display: none;
		position: absolute;
		left: 200px;
		top: 400px;
		z-index: 200;
}