* {
	font-family: Arial, Verdana, sans-serif;
}

html, body {
	width: 100%;
	height: 100%; 
	margin: 0px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
}

/* statischer Header */
#header{
	position: fixed;
	z-index: 5;
	left: 0px;
	top: 0px;
	width: 100%;
	height : 124px;
	background-color: #FFFFFF;
	background-image: url("img/bg_header.gif");
}

#header #lang {
	position: absolute;
	left: 644px;
	top: 91px;
}

/* Abdeckung ober roten Strich links unter dem Header */
#headermargin{
	position: fixed;
	z-index: 6;
	left: 0px;
	top: 124px;
	width: 20px;
	height : 15px;
	background-color: #FFFFFF;
}

/* Container für die Navigation - inkl. Linien rot und grau im HG */
#menucontainer {
	position: fixed;
	z-index: 2;
	background-image: url("img/bg_navig.gif");
	left: 0px;
	top: 0px;
	width: 176px;
	height : 100%;
}

/* Navigation */
#menu{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	padding: 160px 0px 20px 35px;
}

#copyright {
	position: fixed;
	z-index: 4;
	left: 20px;
	width: 120px;
	bottom: 0px;
	background-color:#FFFFFF;
	padding: 0px 0px 5px 16px;
	font-size: 10px;
	color: #CCCCCC;
}

/* Container für den eigentl. Content */
#container {
	position:absolute;
	z-index: 1;
	left: 176px;
	top: 0px;
	width: 615px;
	height:100%;
}

/* Layer für den Content */
#content {
	position: absolute;
	margin: 138px 20px 15px 20px;
}

.icons {
	position: absolute;
	left: 470px;
	width: 125px;
}

#pagecontent {
	width: 430px;
	padding: 22px 0px 10px 0px;
	background-color: #FFFFFF;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #D31045;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

h2.subline {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: -5px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

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

p.eingerueckt {
	margin: -5px 0px 20px 30px;
}

.smallheadline {
	font-size: 11px;
	font-weight: bold;	
	color: #000000;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color:#000000;
}

a:hover {
	color: #D31045;
}

a.navig, a.navig:link, a.navig:visited, a.navig:active {
	font-size: 11px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	color:#000000;
}

a.navig:hover {
	color: #D31045;
}

.navaktiv {
	font-size: 11px;
	display:block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #D31045;
}

.digitaltender {
	font-weight: bold;
	white-space: nowrap;
}

.arge {
	font-size: 90%;
	color: inherit;
}

.tableablauf {
	border: 2px solid #D31045;
	font-weight: bold;
}

.tableablauf ul {
	margin: 0px;
	text-align: left;
	font-weight: normal;
}

ul {
	margin-top: 0px;
}

img {
	border: 0px;
}

h3 a, h3 a:link, h3 a:visited, h3 a:active {
	color: #000000;
}

.screen {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imgEnlarge {
	font-size: 10px;
	margin: 3px 0px 20px 0px;
	padding: 0px;
}


/* Styles für Formulare ü.ä. */
.formularheadline {
	font-size: 13px;
	font-weight: bold;
	color: #D31045;
	margin: 0px 0px 10px 0px;
	padding: 2px 5px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

.formularheadline h2 {
margin:0px;
padding:0px;
}

.formularblock {
padding:5px;
margin: 0px 0px 30px 0px;
border: 1px solid #999999;
background-color: #EEEEEE;
font-size: 12px;
}

.formularblock table {
border: 0px;
}

.formularblock td {
padding: 2px;
}

.formularblock td td {
padding: 0px;
}


input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 1px;
	border-width: 1px;
	border-color: #999999;
	width:250px;
}

.senden {
	border: 1px solid #D31045;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px 5px;
	margin: 0px;
	width: auto;
}