#navi_bg{
	background: #EAF1F6 url(bilder/navigat_bg.gif) repeat-x;
	height: 	150px;
	width:	100%;
}
#links_bg{
	background: #EAF1F6 url(bilder/links_bg.jpg) repeat-y right;
	height: 100%;

}

.hide_link{
	display: none;
}

body{
	background: #EAF1F6 url(bilder/body_bg.jpg) no-repeat 51px 149px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29445A;
	line-height: 145%;
	overflow: auto;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29445A;
	line-height: 145%;	


}

hr{
	width: 100%;
	height: 1px;
	border: none;
	margin: 10px 0px 2px 0px;	
	padding: 0px 0px 0px 0px;
	background: url(bilder/linie_dotted.gif);
}

a{
	color: #1F3743;
}
a:visited{
	color: #325C73;
}
a:hover{
	color: #598FB5;
}
h1{
	font-size: 18px;
	letter-spacing: 2;
	color: #87ABC4;
	font-weight: normal;
	padding: 0px 0px 5px 0px;	
}

h2{
	
	font-size: 16px;
	letter-spacing: 2;
	color: #87ABC4;
	font-weight: normal;
	padding: 0px 0px 5px 0px;	
}

.bg_links{
	background: url(bilder/links_bg.jpg) repeat-y right;
}

#fusszeile a{
	color: #37556C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
#fusszeile a:hover{
	background: #598FB5;
	color:  White;
}

#subnavigation{
	position: static;
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: 240px;
}
#subnavigation ul{
border-top: 1px solid #B3B8BB;
	border-right: 1px solid #B3B8BB;
	border-bottom: 1px solid #B3B8BB;
	border-left: 1px solid #EAF1F6;		
	margin: 2px 3px 2px 2px;
	list-style: none;
	text-align: right;	
}
#subnavigation li{
	width: 100%;
}
#subnavigation a{
	margin: 1px 0px 1px 0px;
	padding: 0px 14px 0px 0px;
	width: 100%;
	background: White url(bilder/subnavi_liste.gif) no-repeat right;
	color: #37556C;
	text-decoration: none;
	font-weight: bold;
}
#subnavigation a:hover{
	background: #37556C url(bilder/subnavi_liste_highlight.gif) no-repeat right;
	color: #FFFFFF;
}





/*  Diese Klassen formatieren das e-mailformular     */
/*........................................................................................................................*/
INPUT {
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	width: 340px;
	background: #F7FAFC;
}
TEXTAREA {
	color : #323232;
	font-family : Arial, Helvetica, sans-serif;
	width : 340px;
	background: #F7FAFC;
}
.PLZ {
	width : 50px;
}

.Wohnort{
	width :286px;
}
.Buttons{
	width: 60px;
	color: #FFFFFF;
	background: #37556C;
}
.Buttons:hover{
	width: 60px;
	color: #FFFFFF;
	background: #598FB5;
}

/*..................................................................................................*/

.eimage {
	display: block;
	width: 220px;
	height: 15px;
	background: url(bilder/email.gif) no-repeat left top;
}

.eimage:hover {
	background: url(bilder/email_h.gif) no-repeat left top;
}
