/* Allgemein */

html {
	overflow: auto;
	height: 100%;
}

html, body, img, div {
	margin: 0;
	padding: 0;
	border: none;
}

body, p , ul, li, h1, h2, a, input, select, textarea {
	color: #333;
	font: normal 12px "Courier New", Courier, Arial, Helvetica, Monaco;
	padding: 0px;
	margin: 0px;
}

body {
	line-height: 14px;
	background-color: #ffffff;
	height: auto;
}

* html body {
	width: 98%;
	height: 100%;
}

h1, h1 a {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
}

p {
	margin: 0 0 15px 0;
}

strong {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.teaser {
	float: left;
	width: 50%;
}

/* Allgemein Ende */


/* Page */

#page {
	position: relative;
	margin: 0 auto;
	width: 801px;
	height: auto;
	min-height: 543px;
	padding: 0;
}

* html #page {
	height: 543px;
}

/* Page Ende */


/* Content */

#content {
	position: relative;
	padding-top: 140px;
	height: auto;
	min-height: 200px;
}

#content div.items {
	position: relative;
	float: left;
	min-height: 150px;
	height: auto;
	width: 264px;
	margin: 0;
	padding: 20px 0px 5px 0px;
	border-top: 1px dashed #696969;
	text-align: center;
}

* html #content div.items {
	height: 150px;
}

/* Content Ende */

/* Title WDH */

#title {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 100%;
	z-index: 2;
	font-weight: normal;
	font-size: 11px;
}

#title h1, #title h1 a {
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-size: 11px;
}

#title h1 {
	margin: 0 7px 0 0;
}

#title h1.date {
	margin: 0 1px 0 0;
	padding: 0;
	position: absolute;
    right: 0;
}


/* Title WDH Ende*/


/* Menu */

#main_menu {
	margin: 0;
	padding: 0;
	height: 50px;
	position: absolute;
	top: 65px;
	right: 0px;
}

#main_menu a {
	margin: 0 1px;
	padding: 0;
	border: none;
	text-decoration: none;
}

#main_menu a.first {
	margin: 0 21px 0 0;
}


/* Menu Ende */


/* Menu unten */

#b_leiste {
	position: relative;
	top: 0;
	height: 21px;
	margin: 0;
	padding: 0;
	clear: both;
}

#b_leiste img, #b_leiste a {
	float: left;
}

/* Menu unten Ende */

/* Menu nach "Menu unten" */

#menu {
	position: relative;
	height: 21px;
	margin: 30px 0 0 0;
	padding: 0;
	clear: both;
	text-align: center;
}

#menu a {
	font-size: 11px;
	color: #696969;
	text-decoration: none;
	border-bottom: 1px dashed #696969;
}


/* Menu nach "Menu unten" Ende */



/* PLinks */

#plinks {
	clear: both;
	position: relative;
	margin: 450px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #696969;
}

#plinks h1, #plinks p, #plinks a {
	font-size: 11px;
	color: #696969;
}

#plinks a {
	text-decoration: none;
}

/* PLinks Ende */