BODY {
	margin: 0px;
	background-color: #fff;
	scrollbar-DarkShadow-Color:#1B224A;
	scrollbar-Track-Color:#F68A3F;
	scrollbar-Face-Color:#1B224A;
	scrollbar-Shadow-Color:"#1B224A";
	scrollbar-Highlight-Color:#1B224A;
	scrollbar-3dLight-Color:#1B224A;
	scrollbar-Arrow-Color:"#ffffff";
}

body, td, .content {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #1B224A;
}
.liste_links {list-style-type:disc;
}

.top {
	font-size: 12px;
	color: #ffffff;
}
.naviline {
	color: #999;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #1B224A;
}
.bildunt {
	font-size: 10px;
	line-height:14px;
	color: #CC6600;
}
a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
.bg {
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.bg_navi {
	background-image: url(images/kachelnavi.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.bg_left {
	background-image: url(images/kachelframe.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(images/kachelframer.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.bg_head {
	background-image: url(images/header.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_bottom{
	background-image: url(images/bgbottom.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.input, .textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1B224A;
	border: 1px solid #1B224A;
	background-color: #fff;
}

.send {
	border: 1px solid #000;
	color: #000;
	background-color: #ccc;	
}
.hr {border: 1px solid #1B224A;
	 height: 1px;
	 width: 100%;
}

