/*Christian Neunaber*/

/*formatierungen*/

body {
	scrollbar-highlight-color: #999899;
	scrollbar-shadow-color: #999899;
	scrollbar-3dlight-color: #999899;
	scrollbar-arrow-color: #f3971b;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #999899;
	background-color: #ffffff;
	color: #333333;
}

/*schriftarten*/

body,td,p,a,b,i,ol,ul,li,h1,h2,h3,h4,div,nobr,tt,font {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
}

/*klassen*/

.weiss {
	font-size: 12px;
	color: white;
}

.einzug {
	margin-left: 25px;
}

.footer {
	line-height: 1.4;
}

.headings {
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	color: #ffffff;
}

.img {
	border-width: 5px;
	border-style: #solid;
	border-color: #003466;
}

.text {
	line-height: 1.4;
}

/*ueberschriften*/

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

/*formular*/

input.felder {
	border-style: solid;
	border-width: 1px;
	border-color: #f3971b;
	background-color: #ffffff;
}

input.knopf {
	border-style: outset;
	border-width: 1px;
	border-color: #f3971b;
	background-color: #ffffff;
}

/*links*/

a:link {
	text-decoration: none;
	font-size: 12px;
	color: #f3971b;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #f3971b;
	}
a:aktiv {
	text-decoration: none;
	font-size: 12px;
	color: #f3971b;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #f3971b;	
}

