html{
		background-color: #b8b8b8;
		background-image: url('bilder/hintergrund.gif');
		background-repeat: repeat-x;
		height: 101%;
}

body{
	font-family: Verdana;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.normaltext{
	color: #5f5f5f;
	font-family: Verdana;
	font-size : 11px;
	font-weight : normal;
	font-style: italic;
}

.titel{
	color: #d6531b;
	font-family: Verdana;
	font-size : 13px;
	font-weight : bold;
	text-decoration: none;
}

a:link       {
	text-decoration: none;
	color: #d6531b;
	font-family: Verdana;
}

a:active       {
	text-decoration: none;
	color: #d6531b;
	font-family: Verdana;
}

a:visited       {
	text-decoration: none;
	color: #d6531b;
	font-family: Verdana;
}

a:hover      {
	text-decoration: underline;
	color: #d6531b;
	font-family: Verdana;
}

input, textarea{
	border: 1px solid #5f5f5f;
	font-size:11px;
	color: #5f5f5f;	
	font-family: Verdana;
	font-style: italic;
}

td.std {
	background-image: url('bilder/tab_hintergrund.png');
	text-align: left;
	vertical-align: top;
}