body.index
{
position:relative;
font-family: 				Arial,Tahoma,Verdana;
font-size: 					12px;
font-weight: 				normal;
text-decoration: 			none;
color: 						#333333;
background-color:			#FFFFFF;
margin:						0px;
height: 100%;
}

body.site,
html
{
position:relative;
font-family: 				Arial,Tahoma,Verdana;
font-size: 					12px;
font-weight: 				normal;
text-decoration: 			none;
color: 						#696969;
background-color:			#FFFFFF;
margin:						0px;
background-position:		center center;
background-repeat:			no-repeat;
height: 100%;
}

body.print
{

font-family: 				Arial,Tahoma,Verdana;
font-size: 					12px;
font-weight: 				normal;
text-decoration: 			none;
color: 						#000000;
margin:						20px;

}

p.error
{

font-family: 				Arial,Tahoma,Verdana;
font-size: 					12px;
font-weight: 				normal;
color: 						#ff0000;

}

p.highlight_blue
{

color:						#00a8eb;
font-weight:				normal;
font-size:					14px;

}


font.warning
{

color:						#FF0000;
font-weight:				bold;

}



font.highlight
{

color:						#4cac26;
font-weight:				normal;

}

table,tr,td,ol,ul
{

font-family: 				Arial,Tahoma,Verdana;
font-size: 					12px;
font-weight: 				normal;
text-decoration: 			none;
color: 						#696969;

}

a
{

color:						#00a8eb;
text-decoration:			underline;

}

a:hover
{

color:						#08284b;
text-decoration:			underline;

}

a.footer_dunkelgruen
{

font-size:					10px;
color:						#FFFFFF;
text-decoration:			underline;

}

a.footer_dunkelgruen:hover
{

color:						#4cac26;
text-decoration:			underline;

}

a.footer_hellgruen
{

color:						#FFFFFF;
text-decoration:			none;
font-size:					14px;
font-weight:				bold;

}

a.footer_hellgruen:hover
{

color:						#33691e;
text-decoration:			none;
font-size:					14px;
font-weight:				bold;

}

img.border
{

border:						1px solid #CCCCCC;

}

h1
{

font-size: 					18px;
color:						#4cac26;
font-weight:				normal;

}

h2
{

font-size: 					14px;
color:						#00a8eb;
font-weight:				normal;

}

p.h2
{

font-size: 					14px;
color:						#00a8eb;
font-weight:				normal;

}
span.h2
{

font-size: 					14px;
color:						#00a8eb;
font-weight:				normal;

}
table.table_fit
{

width:						100%;
height:						600px;

}

table.content_table
{

width:						960px;
height:						360px;

}


td.footer_hellgruen
{
background-color:			#4cac26;
color:						#FFFFFF;
font-weight:				normal;
vertical-align:				top;
height:						50px;
padding-top:				20px;

}


td.footer_hellgruen_logo
{

background-color:			#4cac26;
color:						#FFFFFF;
font-weight:				normal;
vertical-align:				top;
height:						100px;
padding-top:				10px;
}


td.footer_dunkelgruen
{

background-color:			#33691e;
color:						#FFFFFF;
font-weight:				normal;
vertical-align:				middle;
height:						30px;
font-size:					10px;

}


td.content_table_links
{

position:           relative;
vertical-align:				top;
text-align:					justify;
padding-right:				20px;


}


td.content_table_rechts
{

width:						300px;
vertical-align:				bottom;


}


td.content_table_rechts_buttons
{
text-align: left;
width:						300px;
vertical-align:				top;
padding-top:				37px;
}



#flashbox{
	position:relative;
	margin: 0;
	padding: 0;
	width: 650px;	
	height: 250px;
	overflow: hidden;
	text-align:left;
}

.slideimg{
	position:relative;
	float:left;
	z-index: 10;
	cursor: pointer;
	margin: 0;
	padding:0;
}

.slidecnt{
	position:absolute;
	top: 0px;
	left: -650px;
	height: 250px;
	width: 650px;
	background-color: #00A8EB;
	z-index: 20;
}

img.close{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 30;
	cursor: pointer;
}

img.infobtn{
	position: absolute;
	bottom:10px;
	left:20px;
	z-index: 30;
	text-decoration: none;
	border: none;
}

.slidewrap{
	width: 480px;
	height: 250px;
	z-index: 10;
}

.headline{
	position:absolute;
	right: 0px;
	top: 18px;
}

.pfeil{
	position:absolute;
	right: 0px;
	bottom: 0px;
}

.info{
	position:absolute;
	right: 60px;
	top: 90px;
	width: 110px;
	font-size: 11px;
	text-align:left;
}

.slidecntwrap{
	opacity: 0;
	color: #ffffff;
	font-size: 16px;
	padding: 0 60px 0 20px;
}

.slidecntwrap h1 {
	color: #ffffff;
	font-size: 30px;	
	font-weight: bold;
	line-height: 35px;
	margin: 0;
	padding: 15px 0;
}

form {
	position: relative;
	margin: 0px;
  	padding: 0px;
	width: auto;
}
	
form br {
	clear: left;
}
		
form label {
	text-align: left;
	margin-top: 5px; 
	display: block;
	float: left;
	width: 100px;
}

form label.information{
  width: 600px;
}
	
input { 
	float: left; 
	margin-top: 5px;
	margin-right: 14px;
	padding: 2px;
	border: solid 1px #878787;
	background-color: #ffffff;
	outline-style: hidden; 
	outline-width: 0;
	font-family: arial;
	font-size: 11px;
}
				
input.checkbox {
	padding: 0;
	margin: 5px 15px 0 0;
	width: auto;
	background-color: #ffffff;
	border: none;
}
	
.submit {
	width: 200px;
	padding: 5px;
	background-color: #4CAC26;
	color: #ffffff;
	font-weight: bold;
	border: none;
}
	
select {	
	border: solid 1px #878787;
	outline-style: hidden; 
	outline-width: 0;
	margin-top: 5px;
	margin-right: 15px;
	float: left; 
	width: 200px;
	font-family: arial;
	font-size: 11px;
}

.small{
	width: 80px;
}

.big {
  width: 200px;
}

.bigplus {
  width: 250px;
}

.mega{
  width:320px;
}

.med {
  width: 100px;
}

.medplus {
  width: 150px;
}

textarea {	
	width: 200px;
	height: 100px;
	padding: 4px;
	margin-top: 5px; 
	margin-left: 0px !important; 
	margin-left: -3px;
	border: solid 1px #878787;
	background-color: #ffffff;
	outline-style: hidden; 
	outline-width: 0;
	font-family: arial;
	font-size: 11px;
}

.asterik{
  color:#4CAC26;
}
