@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

#wrapper {
	color: #878787;
	background-color: white;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background-color: #f5f5f5;
	padding: 20px 0px 0px 0px;
}

h1 {
	color: #545454;
	font-size: larger;
	margin-bottom: 15px;
}

h2, p, ul, ol {
	margin-bottom: 15px;
	line-height: 25px;
}

header {
	text-align: left;
	color: gray;
	border-bottom: thin solid #5a5a5a;
	margin-bottom: 10px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu {
	text-align: left;
	font-size: medium;
	padding: 0px 0px 5px 0px;
}

#menu ul {
	margin-left: 0px;
}

#menu li {
	padding: 0px 0px 0px 0px;
	font-family: sans-serif;
	text-shadow: grey 1px 1px;
	list-style-type: none;
	display: inline;
}

#seitenleiste {
	font-size: small;
	width: 300px;
	text-align: center;
	padding-right: 0px 20px 20px 20px;
	margin-left: 20px;
	float: right;
}

form {
	margin-top: 25px;
	margin-bottom: 25px;
}

table {
	width: 900px;
	font-size: smaller;
}

#seitenleiste a:link {
	color: #7e7c88;
	text-decoration: underline;
}

#seitenleiste a:hoover {
	color: red;
	text-decoration: underline;
}

footer {
	font-family: sans-serif;
	text-align: center;
	color: #545454;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid gray;
}

ul, ol {
	margin-left: 25px;
}


a:LINK {
	color: black;
	text-decoration: none;
}

a:ACTIVE {
	color: red;
	text-decoration: underline;
}

a:VISITED {
	color: black;
}

a:HOVER {
	color: red;
	text-decoration: underline;
}