/* Angaben f?r alle standardkonformen Browser */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #a0fc4e;
	
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#centeralign {
	width: 750px;
	height: 300%;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(schatten/schatten_rechts.gif);
	background-repeat: repeat-y;
}

#content_container {
	width: 540px;
	height: inherit;
	min-height: 800px;
	margin-right: 0px;
	padding-top: 145px;
	padding-left: 80px; padding-right: 80px;
	background-color: #0099ff;
	float: left;
}

#content {
    height: inherit;
	padding: 20px 0px 200px 0px;
	background-color: #99ff33;
}

#header {
	position: fixed;
	height: 160px;
	overflow: hidden;
	top: 0px; left: 0px; right: 0px;
	text-align: center;
	white-space: nowrap;
	background-color: #a0fc4e;
}

#footer {
	z-index: 1;
	position: fixed;
	height: 155px;
	bottom: 0px; left: 0px; right:0px;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	padding-top: 0px;
	background-color: #a0fc4e;
}
#footerRo {
	z-index: 2;
	position: relative;
	height: 155px;
	bottom: 155px; left: -25px;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	background-color: transparent;
}



/* Angaben nur fuer den Internet Explorer mit Star HTML Hack */

* html, * html body {
	overflow: hidden;
}

* html #header {
	margin: -4px;
}

* html #content_container  {
	padding-top: 0;
	height: 55%;
	overflow-y: auto;
}

* html #footer {
	height: 100%;
	padding-top: 0px;
}
* html #footerRo {
	bottom: 159px;
}

* html div#content {
	height: 0;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}




p, ol, ul, ol, form {
	margin: 10px 10px 2px 20px;
	padding: 0px 0px 0px 0px;
}
table {
	border: 0px solid Grey;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul { 
	list-style-type: square;
	list-style-position: outside;
}
ol { 
	list-style-type: decimal;
	list-style-position: outside;
}
li {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}


b {
	font-weight: bold;
}

a:link, a:visited {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: White;
}


h1 {
	color: Black;
	font-weight: bold;
	font-size: 20px;
	line-height: 19px;
	font-family: Arial, sans-serif;
	margin: 5px 10px 10px 20px;
	padding: 0px;
}
h2 {
	color: Black;
	font-weight: bold;
	font-size: 18px;
	line-height: 17px;
	font-family: Arial, sans-serif;
	margin: 5px 10px 10px 20px;
	padding: 0px;
}
h3 {
	color: Black;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	font-family: Arial, sans-serif;
	margin: 10px 10px 2px 20px;
	padding: 0px;
}
h3 a, h3 a:link, h3 a:visited {
	color: Black;
}
h3 a:hover {
	color: Red;
	text-decoration: none;
}

.keinAbstand {
	margin: 2px 10px 2px 20px;
}
p .datum {
	font-style: italic;
}

p img {
	margin-bottom: 2px;
}

input {
	color: #000000;
	font-size: 10;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	border: solid 1px #e73319
}

textarea {
	color: #000000;
	font-size: 10;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	border: solid 1px #e73319;
}

button {
	color: white;
	font-size: 10;
	font-family: Verdana, Arial;
	background-color: #99cc33;
	border: solid 1px #e73319;
}
