/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
input,select, textarea{
	border: 1px dotted #999999;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
input.send-btn {
	border: 1px dotted #999999;
	color: #D0463E;;
	width:150px;
}
input.send-btn:hover {	
	background-color:#FFFFFF;
	color: #333333;
}
.footer{
	color: #FFFFFF;
}

h1 { 	font-size: 24px;margin:0px;color: #D0463E;}
h2 {	font-size: 18px;margin:0px;color: #D0463E;}
h3 {	font-size: 16px;margin:0px;color: #D0463E;}
h4 {	font-size: 14px;margin:0px;color: #D0463E;}
h5 {	font-size: 12px;margin:0px;color: #D0463E;}
h6 {	font-size: 10px;margin:0px;color: #D0463E;}
.untertitel{
	color:#333333; font-style:italic;
}
a:link,a:active,a:visited {
	color:#D0463E;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
.font_small{
	font-size:10px;
}
hr {
	border: 0px #CCCCCC solid;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
}
.form_frame {
	border: #E9E9E9 2px dashed; background-color:#F7F7F7;
}
.imgLinkHover img:hover{
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.white_hover div:hover,.white_hover td:hover{
	background-color:#FFFFFF;
}
.box_warn {
	padding: 7px;
	color:#A30C22;
	background-color:#FFDFDF;
	/*border: 3px dashed #A30C22;*/
	text-align:center;
	margin-bottom: 10px;
}
.box_ok {
	padding: 7px;
	color: #006633;
	background-color: #DDFFDD;
	/*border: 3px dashed #006633;*/
	text-align:center;
	margin-bottom: 10px;
}
.box_hinweis {
	padding: 7px;
	color: #FF9933;
	background-color: #FFFFD2;
	/*border: 3px dashed #FF9933;*/
	text-align:center;
	margin-bottom: 10px;
}
#centerdiv{
	margin-left:auto;
	margin-right: auto;
	width:960px;
}
#centerdiv div {
	position:absolute;
	height:120px;
	margin-top:120px;
}
/*Für die Gallerie und den Hovereffekt*/
#galerieframe{
	width: 370px;
	margin-left:auto;
	margin-right:auto;
}
#galerieframe a:hover img{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#galerieframe:hover img{
	filter:alpha(opacity=35);-moz-opacity:.35;opacity:.35;
}

#menue_div {
	padding-top: 20px;
	font-size:13px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-bottom: 100px;
}
#menue_div a:link,#menue_div a:active,#menue_div a:visited{
	display:block;
	width: 208px;
	text-decoration: none;
	color: #333333;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
}
#menue_div a:hover{
	color: #D0463E;
	text-decoration: none;
	background-color:#FFFFFF;
}
#menue_activ {
	background-image:url(img/bg_menue_hover.jpg);
	background-repeat:repeat-y;
}
#menue_div #newsimage{
	background-image:url(img/news_button_01.png);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	border:0px;
}
#menue_div a:hover #newsimage{
	background-image:url(img/news_button_02.png);
	background-repeat:no-repeat;
}
#footer {
	background-color:#D0463E; 
	color:#FFFFFF; 
	font-size:9px;
	padding: 3px;
	padding-left: 10px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link,#footer a:active,#footer a:visited{
	text-decoration:underline;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover{
	text-decoration:none;
	color: #EFEFEF;
}
#bestellform{
	padding:15px;
	margin-left:45px;
}
#bestellform input,#bestellform label{
	display:block;
	width:368px;
	margin:0;
}
#bestellform input{
	margin-top:5px;
}
#bestellform label{
	padding:2px 0 0 5px;
	color:#999;
}
#bestellform input.floatr,#bestellform label.floatr{
	display:inline-block;
	margin-right:5px;
	width:180px;	
}
#bestellform textarea{
	width:368px;
}
#bestelldiv{
	clear:both;
	background:#f4f4f4;
	margin:20px;
	padding:20px;
	cursor:pointer;	
}
#bestelldiv:hover{
	background: #FFC;
}
#bestelldiv h3{
	font-size:24px;
	font-weight:normal;
	float:right;
}
input#button_send{
	padding:10px;
	cursor:pointer;
}
input#button_send:hover{
	background: #FFC;
}
