html{
	background-color: #c6c1ac;
	height: 101%;
}

body{
	font-family: Arial;
	font-size: 12px;
	background-color: #c6c1ac;
	color: #676767;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.normaltext{
	font-family: Arial;
	font-size: 12px;
	color: #676767;
	font-weight: normal;
}

.titel{
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 1px;
	color: #676767;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
}

a, a.link, a.active {
	text-decoration: none;
	color: #676767;
}

a:hover {
	color: #c6c1ac;
}

input, textarea, select {
	font-family: Arial;
	font-size: 11px;
	color: #676767;
}

