@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body,
html {
	height: 100%;
}

body {
	text-align: center;
}

body,
textarea,
input,
label {
	font-family: Verdana, Helvetica, sans-serif;
}

p, td, li, div {
	font-size: 12px;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

p,
li {
	font-size:1em;
	line-height:1.4em;
	margin:0pt;
	padding:0pt;
}

h1 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.7em;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.7em;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.7em;
}

h4 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.7em;
}

h5 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.7em;
}

body {
	margin: 20px 0px 0px 0px;
	color: #666666;
	background-color: #999999;
}

a:link {
	text-decoration: none;
	color: #003366;
}

a:visited {
	text-decoration: none;
	color: #6699CC;
}

a:active {
	text-decoration: none;
	color: #003366;
}

#pageheader {
	text-align:right;
}

#navigation {
	float: left;
	width: 136px;
}

#leftPageHeader {
	float: left;
	width: 371px;
	height: 37px;
	text-align: left;
}

#rightPageHeader {
	float: right;
	width: 200px;
	height: 37px;
	padding-right: 20px;
	text-align: right;
}

#leftContent {
	float: left;
	width: 361px;
}

#rightContent {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}

#content {
	text-align: left;
	float: right;
	width: 591px;
	left: 136px;
}

#fullContent {
	text-align: left;
	float: right;
	width: 561px;
	left: 166px;
	padding-right: 20px;
}

#footer {
	clear:both;
	background-color: #94a2b2;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}

#hauptframe {
	width: 750px;
	background-color: #94a2b2;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}

#haupttable {
	width: 750px;
	background-color: #94a2b2;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}

#wrapper {
	width: 750px;
	margin: 20px auto 0px auto;
}
