/* CSS Document */

/* Seitenaufbau */


html{
	height: 100%;
}
body {
height: 99%;
}


#container{
position: relative;

width:100%;
min-height: 100%;

}
* html #container	{
height: 100%;
}

#header{
background-color: #006699;
height: 150px;
width: 100%;
}
#navigation{
height: 150px;
width: 800px;
}
#main{
background-image: url(/images/background.png);
background-repeat: no-repeat;
width: 800px;
padding: 20px 20px 85px 20px;
}
#footer{
position: relative;
margin: -60px auto 0 auto;
height: 52px;
background-color: #006699;
}


* html #footer
	{
		margin-top: -65px;
	}

.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
}
.titel_mittig{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-align: center;
}
.fliesstext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	padding-right:60px;
	padding-bottom:20px;

}
.tabellentext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 25px;
	padding-right:20px;
	padding-bottom:20px;
	vertical-align: middle;

}


.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
a.footer:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	text-decoration: underline;
}	
a.footer:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}
a.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}
a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	background-color: #FFFFFF;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	text-decoration: underline;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	text-decoration: underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 18px;
	text-decoration: underline;
	background-color: #666666;
}
