body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.head {
	color: 9D5E3F;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, html {
	height: 100%;
}
a:link {
	color: #9D5E3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D5E3F;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252D47;

	text-decoration: none;

	background-color: #f3f4f5;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;

	width: 300;
}

.check {
	text-decoration: none;
	background-color: none;
	border: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252D47;

	text-decoration: none;

	background-color: #f3f4f5;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;

	width: 150;
}

.plus {
	background-image: url('../images/icons/plus.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position: left;
}

.minus {
	background-image: url('../images/icons/minus.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position: left;
}

#scroller {
	height: 320px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

#scrollerpics {
}

.scrollerpic {
	margin-bottom: 3px;
	position: relative;
	cursor: pointer;
}

.scrollerpic DIV {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 187px;
	margin: 0 0 0 0;
	background: url('../images/darken.png');
}

.scrollerpic P {
	color: #cccccc;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin: 3px;
}

UL#nav {
	list-style-type: none;
	margin: 14px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#nav LI {
	font-family: Tahoma, sans-serif;
	text-align: left;
	margin: 0 0 8px 20px;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 15px;
	width: 170px;
}

#nav LI A, #nav LI A:visited {
	color: #252d47;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background: url('../images/pfeile.png') no-repeat 3px;
	padding-left: 19px;
	border: solid #f3f4f5 1px;
}

#nav LI A:hover {
	border: solid #6688aa 1px;
}

