a		{ color: #3c4d84; text-decoration:none; text-transform: uppercase; }
a:hover	{ color: #964646; text-decoration:underline; }
html {
	overflow:auto;
}
body {
	margin: 0px 0px 0px 0px;
	line-height:16px;
	background-color:#FFF49B;
}
body,td,th,textarea,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 10px;
}
table {
	border-width:0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #705700;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color:#333399;
}
img {
	border: 0px;
}
input,textarea,select {
	font-size:11px;
	border: 1px solid #AAAAAA;
	color: #000000;
	background-color:#FFFFFF;
}

.button {
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	border: 1px solid #b89300;
	color: #000000;
	background-color:#fcf6c3;
	cursor:pointer;
}
.check {
	border-width:0px;
	background-color:transparent;
}
.main {
	background-image:url(../img/bg.gif);
	background-position:top;
	background-attachment:fixed;
	line-height:18px;
	color: #000000;
}
.hinweis {
	color: #990000;
}