/* CSS Document */
/*Allgemein*/
body{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
position:absolute;
background:#CCDEF0;
}
body { 
top:0; left:0; right:0;
min-height:100%;
margin:0;
padding:0;
width:100%;
}

html { 
top:0; left:0; right:0;
min-height:100%;
margin:0;
padding:0;
width:100%;
}
.text_1{
font-size:70%;
vertical-align:middle;
color:#000000;
margin-left:1em;
}
.text_2{
font-size:85%;
padding:2em;
}
.text_2 h2{
font-size:120%;
}
table {
font-size:90%;
background-color:#CCCCCC;
}
th {
font-size:1.2em;
}
a:link{
color:#000000;

}
a:hover{
	background-color:#FFFF00;
	color: #000000;
	font-weight:bold;
	text-decoration:none
}
a:visited{
	color:#000000;
}

/* Nur für den MSIE */
* html {
    overflow:hidden;
    bottom:0;
    height:100%;
}
* html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}
/*Ende allgemein*/

/*Kopf*/
#kopf{
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
	background-color:#99CCFF;
    z-index:3;
    margin:0;
    padding:0;
}
#kopf_container{
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:5em;
    z-index:3;

}

#kopf h1{
	padding:0px;
}
/* Nur für den MSIE */
* html #kopf_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}
* html #kopf {
    height:100%;
    position:static;
}
/*Ende Kopf*/

/*Navigation*/
#navigation {
background-color:#99CCFF;
    position:fixed;
    top:4em;
    left:0;
	font-size:85%;
	border:0;
	padding:0;
	margin:0;
	width:10em;
	line-height: 20px;
	padding-top:5em;
	padding-bottom:800px;
}
#navigation ul{
	background:#99CCFF;
	list-style:none;
	margin:0;
}
#navigation li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#navigation a{
	background-image: url(bilder/arrow_fw.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 15px;
}
/* Nur für den MSIE */
* html #navigation {
    position:absolute;
}
* html #navigation {
    margin:0;
    width:12em;
}
/*Ende Navigation*/
/*Inhalt*/
#inhalt {
    margin:0;
    padding-top:4em;
    padding-left:8em;
    padding-bottom:1em;
    z-index:2;

}

/* Nur für den MSIE */
* html #inhalt {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
	padding-left:2em;
}
/*Ende Inhalt*/
/*Fuss*/
#fuss{
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:#99CCFF;
    z-index:3;
}
* html #fuss {
    height:100%;
    position:static;
}
#fuss_container {
    position:fixed;
    bottom:0; left:0; right:0;
    margin:0;
    height:1em;
	padding-bottom:1em;
    z-index:3;
}
* html #fuss_container {
    position:absolute;
    width:100%;
    padding-right:16px;
	padding-bottom:0;
}

/*Ende Fuss*/
