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

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, Verdana;
	line-height: 12pt;
	/*#E5E5E5;*/
	margin: 0;
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	color: #666666;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/hg.png);
}
/* Links
 ------------ */
a:link {
	color: #666666;
	text-decoration: none;
}

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

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

a.sub_navi:link {
	color: #707070;
	text-decoration: none;
	font-size:12px;
	padding-left:7px;
	font-weight:normal;
}

a.sub_navi:visited {
	text-decoration: none;
	color: #707070;
	font-size:12px;
	padding-left:7px;
}
a.sub_navi:hover {
	text-decoration: underline;
	color: #707070;
	font-size:12px;
	padding-left:7px;
}
a.sub_navi:active {
	text-decoration: none;
	color: #707070;
	font-size:12px;
	padding-left:7px;
}
a.haupt_navi:link {
	color: #FFF;
	text-decoration: none;
	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; 
   padding: 0px;  
   width: 956px;  
   margin: 0 auto;  
	background-image:url(../images/hg_content.png);
	background-repeat:repeat-y;
}
#logodesc_footer {
   height: auto !important; 
   padding: 0px;  
   width: 956px;  
   margin: 0 auto; 
}
#all { 
  	width: 956px;  
	padding: 0px;
background-image:url(../images/hg_content_main.png);
background-repeat:no-repeat;
}
#content {
padding-top:17px;
}
.content_in {
	padding-left: 10px;
	padding-right:10px;
}
#footer {
	margin-top:20px;
	padding: 5px;
	border-top: 1px solid #8eb2da;
}
.subnav {
	border-top: 1px solid #acacac;
	padding-bottom:10px;
	padding-top: 10px;
	font-size:12px;
	color: #df9a18;
	font-size:14px;
}
.subnav_first {
	padding-bottom:10px;
	padding-top: 10px;
	font-size:12px;
	color: #df9a18;
	font-size:14px;
}
.bilderrahmen {
	border: 5px solid #df9a18;
	margin:8px;
}
.bilderrahmen:hover {
	border: 5px solid #CCC;
}
.bilderrahmen_cr {
	border: 1px solid #DEE2D4;
}
.text18 {
	font-size: 18px;
	color: #3BA329;
}
.formular {
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-top:2px;
	width:136px;
}
.formular2 {
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-top:2px;
}
.schaltflaeche {
	font-family:Calibri,Tahoma;
	font-size: 12px;
	color: #FFF;
	border: 0px;
	padding-left: 26px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-top:2px;
	width:156px;
	height:24px;
	background-image: url(../images/form_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	cursor: pointer;
}

.td_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb2da;
	padding:10px;
}
.td_2 {
	background-color: #8fb2da;
	border-bottom:1px solid #FFF;
	padding:10px;
}
.td_3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #EAEAEA;
	padding:10px;
}
.td_4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #FFF;
	color: #666666;
	padding:10px;
}
.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; }
}
.ueberschrift{
	font-size: 20px;
}
/*LINKS BALLON*/
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#FFF;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #02466d;
    background-color:#FFF; color:#02466d;
	text-align:left;
}
