/* @override 
	http://deiters-wiesen.groene.biz/library/screen.css
	http://deiters-wiese.groene.biz/library/screen.css
*/

body {
	background: #dbdbdb url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	
	color: #333333;
	font: 12px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: 0;
}

/** LAYOUT ***/

#pagecontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/contentcontainer_bg.jpg) repeat-y;
	text-align: left;
	position: relative;
}

#header {
	width: 800px;
	height: 185px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#contentcontainer {
	width: 750px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 0;
}

#footer {
	
	font-size: 1px;
	line-height: 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#headcontent {
	margin-bottom: 35px;
}

#copy {
	margin: 10px 0 0;
	padding-top: 5px;
	border-top: 1px solid #dbdbdb;
}

#copy p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.column {
	float: left;
}

.first {
	width: 480px;
	margin: 0;
}

.last {
	width: 240px;
	float: right !important;
	margin: 0;
}

.clear {
	clear: both;
}


.left {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.right {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

.abstand {
	margin-top: 15px;
}

/**** COUNTER *****/

#counter {
	position: absolute;
	width: 195px;
	height: 135px;
	top: 110px;
	left: 712px;
}
#counterzahl {
	position: absolute;
	width: 100px;
	height: 40px;
	top: 18px;
	left: 18px;
}

/*** NAVIGATION ***/

#navigation {
	position: absolute;
	width: 490px;
	text-align: left;
	height: 17px;
	top: 147px;
	left: 15px;
}

#navigation div.navimg img {
	float: left;
	margin-right: 5px;
}

/*** SONDERELEMENTE ***/

.notiz {
	background-color: #E9EDE1;
	width: 240px;
	padding-top: 10px;
}

.notizcontent {
	margin: 0 10px 10px;
}

.notizfuss {
	background: url(../images/notiz_bottom.jpg) no-repeat;
	height: 15px;
	width: 240px;
	font-size: 1px;
	line-height: 1px;
}

.notiz p {
	font-size: 0.9em;
	line-height: 140%;
}

/********************************/
/*** TYPO ***/

.headline {
	text-align: center;
}

.subline {
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family:  "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 1.2em;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 10px;
	padding: 0;
}


a {
	color: #6d8233;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* fix ie png issues */
.pngfix {
	behavior: url(/library/iepngfix.htc);
}

input.textbox,textarea.textbox {
	width: 350px;
	background-color: #f3f3f3;
	border: 1px solid #e5e5e6;
}






div.notiz div.notizcontent ul {
	list-style-type: square;
	padding: 0 0 0 16px;
	margin: 0;
}


