* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #333;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #933;
}
a img {
	vertical-align: middle;
	border: none;
}
h1, h2, h3 {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 0.9em;
}
div#container {
	text-align: left;
	width: 60em;
	margin:auto;
}
div#head {
	text-align: right;
}
div#menue {
	width: 9em;
	border: 1px #333 solid;
	background-color: #eee;
	margin-bottom: 1em;
	float: left;
}
div#menue ul {
	list-style: none;
}
div#menue a {
	padding: 0.5em;
	display: block;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}
div#menue a:hover {
	color: #fff;
	background-color: #333;
}
div#menue a.active {
	color: #fff;
	background-color: #933;
	text-decoration: none;
}
div#content {
	background-color: #eee;
	padding: 1em;
	margin-left: 13em;
	border: 1px #333 solid;
	-moz-border-bottom-right-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	-moz-border-top-right-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	font-size: 0.8em;
	text-align: left;
	min-height: 34em;
}
div#content p {
	margin-bottom: 1em;
}
div#content form {
	margin-top: -16em;
	margin-left: 27em;
}
div#content textarea {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	border: thin solid #333;
	margin: 0.4em 0;
	padding: 0.2em;
	width: 400px;
	height: 12em;
}
div#content INPUT {
	background: #fff;
	color: #333;
	border: thin solid #333;
	margin: 0.4em 0;
	padding: 0.2em;
}
div#content label {
	display: block;
	width: 15em;
}
div#content address {
	font-weight: normal;
	font-style: normal;
}
div#content ul {
	list-style: square;
	margin-left: 2em;
}
div#content li {
	margin: 0.6em 0;
}
div#footer {
	text-align: center;
	font-size: 0.7em;
	margin-top: 2em;
	margin-left: 13em;
}
div#footer span {
	margin: 0 2em;
}

div#footer li {
margin: 0 5em;
list-style: none;
display: inline;
}
/*----------------------- Classes --------------------- */
.nav {
	vertical-align: middle;
	border: none;
	margin: 0.2em;
}
