/*body {
	background-color: #5B707F;
}*/
* {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	color: #000000;
}
div#mainbox {
	width: 800px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
div#nmtitel {
	float: left;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 200px;
	font-size: 72px;
}
div#naviga {
	height: 50px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
}
div#footbar {
	height: 40px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
div#nmcontent {
	clear: both;
}
a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid;
}
a:hover {
	border-bottom: 2px solid;
}
#nmcontent a {
}
#nmcontent a:hover {
}
input {
	border: 1px solid #000000;
	
}