/*------------------------ Hintergrund/Seitenabstände/Scrollbalken ------------------------ */
body {
	scrollbar-darkshadow-color:"#FFFFFF";
	scrollbar-Track-color:"#FFFFFF";
	scrollbar-Face-color:"#FFFFFF";
	scrollbar-Shadow-color:"#4489A0";
	scrollbar-Highlight-color:"#4489A0";
	scrollbar-3dLight-color:"#FFFFFF";
	scrollbar-Arrow-color:"#4489A0";
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
}


.bg_top{
    background-image: url(images/top.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:0px 0px;
	background-repeat:no-repeat;
}
.bg_main{
    background-image: url(images/main.jpg);
	background-attachment:fixed;
	background-position:0px 0px;
	background-repeat: 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;
}
.bg_left{
    background-image: url(images/left.jpg);
	background-attachment:fixed;
	background-position:right top;
	background-repeat:no-repeat;
}
.bg_right{
    background-image: url(images/right.jpg);
	background-attachment:fixed;
	background-position:left bottom;
	background-repeat:no-repeat;
}
/*------------------------ Schriften ------------------------ */


body,table {
	font-family: Verdana, Arial sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 160%;
}

.textbold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 150%;
}

.text_colored{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #478FB2;
	line-height: 150%;
	text-decoration: none;
}
.textboldcolored {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #478FB2;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 150%;
}
.textxs{
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #353535;
	line-height: 150%;
    letter-spacing: 0px;
}

.textxscolored{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #478FB2;
	line-height: 130%;
    letter-spacing: 1px;
}

/*------------------------ Headlines ------------------------ */
.headline {
	font-family: Verdana, Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	line-height: 130%;
	text-decoration: none;
  
}

/*------------------------ Link  ------------------------ */
a:link, a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:  #353535;
	text-decoration: underline;
	letter-spacing: 0px;
    line-height: 150%;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353535;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 150%;
}
a:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353535;
	text-decoration: underline;
	 letter-spacing: 0px;
	 	line-height: 150%;
}

/*------------------------ Kontaktformular  ------------------------ */
.feld {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #353535;
	text-decoration: none;
	border: 1px solid #353535;
	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: #353535;
	text-decoration: none;
	border: 1px solid #353535;
	background-color: transparent;
	cursor: pointer;
}
/*----Bilderfilter - Das Bild muss eine Raute im Hyperlink Feld haben ------ */

a:hover .Picover { filter='gray()';}

.hr_dotted {height:1px;
	border: 1px dotted #353535;
}

.img{border:1px dotted #353535;}
