html, body 	{background-color: #DEE1E1; 
		font-family: Verdana, sans-serif;
	        font-size: 16px;
		text-align: center;
		color: #224059;
		}
#utfor	{margin-top: 120px;
	margin-left: 35%;
	margin-right: 35%;
	text-align: left;
	}
#form	{margin-top: 120px;
	margin-left: 35%;
	margin-right: 35%;
	text-align: left;
	}
h1 		{font-family: Verdana, sans-serif;
		font-size: 40px;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
		text-align: center;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		color: #224059;
		}
.text	{border: 0px #F000FF solid;
	font-size: 16px;
	color: #224059;
	text-align: left;
	margin-top: 0px;
	margin-left: 35%;
	margin-right: 20%;
	}
.text a:link {font-size: 16px;color: #224059;text-decoration: underline;font-weight: bold;}
.text a:hover {font-size: 16px;color: #999999;text-decoration: none;font-weight: bold;}
.text a:visited {font-size: 16px;color: #224059;text-decoration: none;font-weight: bold;}
.kontakt	{font-size: 20px;color: #FF4C4C;}
.name	{font-size: 20px;color: #0742D7;font-weight: bold;margin-top: 160px;}
.cred	{border: 1px black dotted;
	font-size: 9px;
	color: #999999;
	position: absolute;
	z-index: -1;
	bottom: 4px;
	left: 80%;
	right: 5px;
	}
.cred a	{color: #666666;text-decoration: none;}
.cred a:hover	{color: #999999;text-decoration: line-through;}

#menu {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 37.5%;
	right: 37.5%;
	padding: 0px;
	min-width: 270px;
	width: 270px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px black solid;
	border-bottom: 0px black solid;
	background-color: #DEE1E1;
	}
.koewbut {

font-weight: bold;
text-align: center;
font-size: 80%;
margin-bottom: 3px;
margin-top: 3px;

}
.koewbut a {

padding: 4px;
text-decoration: none;
width: 98%;
display: block;
color: #224059;
background-color: #EEEEEE;
border-top: 2px #DBDBDB solid;
border-left: 2px #DBDBDB solid;
border-bottom: 2px #C0C0C0 solid;
border-right: 2px #C0C0C0 solid;

}
.koewbut a:hover {

background-color: #CCCCCC;
border-top: 2px #C0C0C0 solid;
border-left: 2px #C0C0C0 solid;
border-bottom: 2px #DBDBDB solid;
border-right: 2px #DBDBDB solid;

}