/*------------------------ Hintergrund/Seitenabstände/Scrollbalken ------------------------ */
body {
	scrollbar-darkshadow-color:"#FFF8E9";
	scrollbar-Track-color:"#FFF8E9";
	scrollbar-Face-color:"#FFF8E9";
	scrollbar-Shadow-color:"#1C309C";
	scrollbar-Highlight-color:"#1C309C";
	scrollbar-3dLight-color:"#FFF8E9";
	scrollbar-Arrow-color:"#1C309C";
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #FFF8E9;
	background-image: url(images/hg.jpg);
	background-repeat:repeat;
	
}


.bg_top{
    background-image: url(images/top.jpg);
	background-attachment:fixed;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.bg_main{
    background-image: url(images/main.jpg);
	background-attachment:fixed;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.bg_bottom{
    background-image: url(images/bottom.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
}
.bg_navi{
    background-image: url(images/navi.jpg);
	background-attachment:fixed;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.bg_scroll{
    background-image: url(images/scroll.jpg);
	background-attachment:fixed;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
/*------------------------ Schriften ------------------------ */

.text11px {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000068;
	line-height: 180%;
	text-decoration: none;
}
.text11px_colored {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D90005;
	line-height: 180%;
	text-decoration: none;
}

.text11px_bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000068;
	line-height: 180%;
	text-decoration: none;
}

.text11_boldcolored {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D90005;
	line-height: 180%;
 
}

.textxs{
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000068;
	line-height: 150%;
    letter-spacing: 0px;
}
/*------------------------ Link  ------------------------ */
a:link, a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:  #000068;
	text-decoration: underline;
	letter-spacing: 0px;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000068;
	text-decoration: none;
	letter-spacing: 0px;
}
a:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000068;
	text-decoration: underline;
	letter-spacing: 0px;
}
a.sub:link, a.sub:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:  #000068;
	text-decoration: none;
	letter-spacing: 0px;
}
a.sub:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8FA53F;
	text-decoration: none;
	 letter-spacing: 0px;
}
a.sub:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000068;
	text-decoration: none;
	 letter-spacing: 0px;
}
/*------------------------ Headline  ------------------------ */
.headline{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4C6D5B;
	text-decoration: underline;
}

/*------------------------ Kontaktformular  ------------------------ */
.feld {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1C309C;
	text-decoration: none;
	border: 1px solid #1C309C;
	background-color: transparent;
	overflow: auto;
}
.abschicken {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1C309C;
	text-decoration: none;
	border: 1px solid #1C309C;
	background-color: transparent;
	cursor: pointer;
}
