* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1a1b1f;
	background-image: url('../images/layout/bg.gif');
	background-repeat: no-repeat;
	color: #a8a8a8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

a {
	color:#990000;
	text-decoration: none;
}

p {
	margin: 0.5em 0 0.5em 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#head {
	background-image: url('../images/layout/corestyleHeader001.jpg');
	background-repeat: no-repeat;
	height: 100px;
	margin-top: 12px;
	width: 960px;
}

ul.headMenu {
	list-style: none;
	margin-left: 100px;
}

ul.headMenu li {
	float: left;
	width: 70px;
}

ul.headMenu li a, #mainContent a {
	color: #ffffff;
	text-decoration: none;
}

ul.footerMenu {
	list-style: none;
	float: right;
}

ul.footerMenu li {
	float: left;
	width: 120px;
}

#mainContent {
	float: left;
	margin-top: 12px;
	margin-bottom: 36px;
	text-align: left;
	width: 725px;
}

#mainContent ul.archiveList {
	list-style: none;
}

#mainContent h1, #mainContent h2 {
	font-size: 16px;
}

#mainContent h3 {
	margin-top: 2em;
}

#mainContent h2, .newsComment h3 {
	background-image: url('../images/layout/corestyleHeader001.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	margin-top: 24px;
}

#mainContent a:hover {
	color: #990000;
	text-decoration: none;
}

#mainContent span.newsStat {
	border-top: 1px dotted #8a8a8a;
	display: block;
	margin-top: 2em;
}

/* Content der rechten Seite */
#rightContent {
	border-left: 1px dotted #8a8a8a;
	float: right;
	margin-top: 12px;
	padding-left: 5px;
	text-align: left;
	width: 225px;
}

#rightContent h4 {
	margin-top: 24px;
}

/* Klassen für den rechten Content */
#rightContent .loginField {
	width: 220px;
}

#rightContent input[type=submit] {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 2px 0;
	vertical-align: middle;
}

#rightContent .rssIcon {
	border: none;
	float: left;
	margin-right: 5px;	
}

#footer {
	border-top: 1px dotted #8a8a8a;
	clear: both;
}

/* Generelle Klassen */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.invisible {
	display: none;
	overflow:hidden;
}

.error {
	color: #990000;
	font-weight: bold;
	margin: 1em 0 1em 0;
	text-align: center;
}

.newsComment p {
	border-bottom: 1px dotted #8a8a8a;
	padding: 5px 0 20px 0;
}

/* Eingabeformulare */
ul.formPart {
	display: block;
	font-size: 11px;
	list-style-type: none;
	width: 99%;
}

ul.formPart li {
	display: block;
	list-style-type: none;
}

ul.formPart dl {
	background-color: transparent;
	height: 100%;
	position: relative;
	padding: 5px;
}

ul.formPart dt {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 1em;
	padding: 2px 0;
	width: 25%;
	vertical-align: middle;
}

ul.formPart dd {
	float: left;
	margin-right: 1em;
}

li.row {
	overflow: hidden;
	padding: 2px;
}

li.row:hover {
	background-color: #333333;
}

dd.rowChoice {
	display: block;
	width: 25%;
}

dd.rowChoice .floatList {
	overflow: hidden;
}

dd.rowChoice .floatList li {
	float: left;
	margin-right: 1em;
}

dd.rowChoice select {
	font-size: 1em;
	width: 170px;
}

dd.rowChoice select option {
	width: 300px;
}

dd.rowInfo {
	color: #888888;
	overflow: hidden;
	width: 44%;
}

.pageLink {
	margin-top: 3em;
	text-align: right;
}