html {
	font-size: 100%;
height: 100.2%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	/*#E5E5E5;*/
	margin: 0;
	font-size: 11px; /* This sets the default font size to be equivalent to 10px */
	color: #666666;
	background-color:#deebf8;
	background-repeat: repeat-x;
	background-image: url(../images/hg.jpg);
}
/* Links
 ------------ */
a:link {
	color: #5786bf;
	text-decoration: none;
}

a:active,
a:visited {
	color: #5786bf;
	text-decoration: none;
}

a:hover {
	color: #585858;
	text-decoration: underline;
}

a.footer_navi:link {
	color: #FFF;
	text-decoration: none;
}

a.footer_navi:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer_navi:hover {
	text-decoration: underline;
	color: #ccc;
}
a.haupt_navi:link {
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.footer_navi:active {
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.haupt_navi:visited {
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.haupt_navi:hover {
	text-decoration: underline;
	color: #FFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.haupt_navi:active {
	text-decoration: none;
	color: #FFF;
}
#logodesc {
   min-height: 520px; 
   height: auto !important; 
   height: 120px; 
   padding: 0px;  
   min-width: 650px;  
   width: 970px;  
   margin: 0 auto;  
}
#all { 
  	width: 970px;  
	padding: 0px;
	background-image:url(../images/hg_main.jpg);
	background-repeat:no-repeat;
}
#content {
}
#footer {
	margin-top:20px;
	padding: 5px;
	border-top: 1px solid #8eb2da;
}
.subnav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #989898;
	border-bottom-color: #989898;
}
.subnav_first {

	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #989898;
}
.bilderrahmen {
	border: 5px solid #cee0f1;
}
.bilderrahmen_cr {
	border: 1px solid #DEE2D4;
}
.text18 {
	font-size: 18px;
	color: #3BA329;
}
.content {
	border: 1px solid #ccc;
}
.formular {
	font-size: 11px;
	color: #999999;
	border: 1px solid #8fb2da;
	padding-left: 5px;
	padding-bottom:2px;
	padding-top:2px;
}

.td_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb2da;
}
.td_2 {
	background-color: #8fb2da;
	border-bottom:1px solid #FFF;
}
.td_3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #EAEAEA;
}
.td_4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #cee0f1;
	color: #666666;
}
.td_5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CC0000;
}
.textrot {
	color: #FF0000;
}
.tabrahmen {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}

/*CAPTCHA*/
    .captcha_s { color: black; background-color: black; }
    .captcha_w { color: white; background-color: white; }
}