body { 
    position:absolute;
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

body, table, td {
    font-family:Verdana,Arial;
    font-size:12px;
}

#header_container {
    position:fixed;
    top:0; left:0; right:0;
    margin:0;
    height:124px;
    z-index:3;
}

#header {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    z-index:3;
    margin:0;
    padding:0;
}

#logo {
    position:fixed;
    z-index:3;
    top:0px; left:18px; right:0; bottom:0;
    height:124px;
}



#content_container {
    padding-top:0;
    padding-bottom:19px;
    padding-left:0;
	z-index:5;
}

#background {
	top:30px; left:16px; right:0; bottom:0;
}

#menu {
    position:fixed;
    top:105px;
    left:1.6em;
    width:5em;
    padding:0em;
}

#content {
    margin:0;
    padding-top:8em;
    padding-left:20px;
    padding-bottom:2em;
    z-index:1;
}

#footer_container {
    position:fixed;
    bottom:0; left:16px; right:0;
    text-align:left;
    margin:0;
    z-index:3;
}

#footer {
    position:absolute;
    top:0; left:0; right:0; bottom:5px;
    z-index:3;
}

#footer_image {
    position:fixed;
    left:20px; right:0; bottom:5px;
    height:19px;
}

#counter {
    font-family:Tahoma;
    font-size:10px;
    color:white;
}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}

* html #logo {
    position:absolute;
}

* html #sin {
    bottom:15px;    
}

* html #menu {
    position:absolute;
}

* html #header,* html #footer {
    height:100%;
    position:static;
}

*html #footer_image {
    position:relative;
    top:5px; left:0; right:0; bottom:0;
}

* html #content {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
    width:100%;
    overflow:auto;
    margin:0;
}

/* Weiter mit browserübergreifenden Deklarationen */

#menu li {
    list-style: none;
    margin:0;
    padding:0.3em;
}

#menu li#active {
    padding:0.5em;
    text-decoration:underline;
}

#menu a:link, #menu a:visited {
    text-decoration:none;
    color:#FFFFFF;
    margin:0;
    padding:0;
}

#menu a:hover {
    color:#000000;
    text-decoration:none;
}

/* Der IE soll das Element breiter darstellen, da margin
   und padding hier von der Breite abgezogen werden! */

* html #menu {
    margin:0;
    width:7em;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}
.inputsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #999999;

}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.texttd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textlink {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
}
.zeile {
	line-height: 5px;
}
