/* stylesheet written by hendrik meyer www.media-dsign.de */

body {
	margin: 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a:link,a:hover,a:active,a:visited {
	color: #000000;
	text-decoration: underline;
}

div,td {
	font-size: 11px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 130%;
}

h1 {
	font-size: 18pt;
	text-decoration: none;
	/*font-style: italic;*/
	font-family: Arial;
	letter-spacing: 0.1em;
	line-height: 150%;
	color: #020183;
}

input {
	border: #1A1A1A 1px solid;
	background-color: #EEEEEE;
}

textarea.form_xl {
	width: 400px;
	border: #1A1A1A 1px solid;
	background-color: #EEEEEE;
}
input:focus,textarea:focus{
	background-color: #FFFFFF;
}

.gb {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

div.msg {
	padding: 5px;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CCCCCC;
	border: #FF0000 1px solid;
}

/* Positionierung der Bereiche */
div.header {
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 188px;
	background: #FFFFFF url('img/header_bg.jpg') repeat-x top left;
}

img.right {
	position: absolute;
	right: 0px;
}

div.navi {
	margin: 0px;
	text-align: right;
	background: #FFFFFF url('img/navi_bg.jpg') repeat-x top left;
	padding-right: 15px;
}

div.footer {
	padding-top: 20px;
	width: 800px;
	text-align: center;
	font-size: 10px;
	bottom: 5px;
	left: 130px;
	padding-left: 20px;
	position: relative;
	white-space:nowrap;
}


div.fernbedienung {
	float: left;
	position: fixed;
	top: 205px;
	left: 0px;
	/* IE Hack */
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight + 205);
}

div.content {
	margin-left: 150px;
	padding: 20px;
	padding-top: 5px;
	padding-right: 100px;
	padding-left: 30px;
	background: #FFFFFF url('img/content_bg.jpg') no-repeat top left;
}
