@charset "UTF-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 150px;
	width: 830px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
}
#nav {
	height: 30px;
	width: 830px;
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 13pt;
	line-height: 30px;
}
#nav a{
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#nav a:hover{
	font-weight: bold;
	color: #0CF;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	padding: 15px;
	margin: 0 auto;
	width: 800px;
	margin-top: 0px;
	background-image: url(../images/hg.png);
}
#wrapper #content iframe body{
	background-image: url(../images/hg.png);
}
#content h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 26pt;
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#content a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	text-align: left;
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	text-align: left;
	color: #0CF;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
}
#nav ul {
	display: inline;
	list-style-type: none;
}

#nav li {
	display: inline;
	list-style-type: none;
}
.center {
	text-align: center;
}
#content p {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.kursiv {
	font-style: italic;
}
.close {
	cursor:pointer;
	display:block;
	width: 200px;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 auto;
	margin-top: 30px;
	text-align:center;
	background: #660B09;
	color: #fff;
}
.close:hover {
	background: #ccc;
	color: #660B09;
}
