body {
	font-family: Arial;
	font-size: 10pt;
	color: #5C5C5C;
	margin-top: 0px;
	padding: 0px;
	text-align: center; /*background-image: url(../img/background.gif);*/
	background-color: AAB8B9;
	line-height: 18px;
}

p{
	font-family: Arial;
	font-size: 10pt;
	color: #5C5C5C;
	line-height: 18px;
}

h5{
	font-family: Arial;
	font-size: 14px;
	color: #5C5C5C;
	}

.ues5{
         font-family: Arial;
         font-size: 14px;
         color: #5C5C5C;
         font-weight:bold;
         }

.absatz1 {
         font-family: Arial;
	font-size: 10pt;
	color: #5C5C5C;
	line-height: 18px;
         }

td	{
	font-family: Arial;
	font-size: 10pt;
	color: #5C5C5C;
	line-height: 18px;
         }

ul{
	font-family: Arial;
	font-size: 10pt;
	color: #5C5C5C;
	line-height: 18px;
         padding-top: 5px;
         padding-bottom: 5px;
}

#container{
	width:760px;
	margin:0px auto;
	border:0px solid #63AABE;
	background-color:White;
}

#kopf {
	width: 760px;
	margin: 0px;
	border-bottom: 0px solid #63AABE;

}


#navigation {
	width:140px;
	margin-left:3px;
	margin-top:10px;
	padding:3px;
  background-color:White;
	float:left;
}

#inhalt {
	width: 580px;
	padding: 15px;
	text-align: left;
	border-left: 0px dotted #63AABE;
	background-color: White;
	float: right;
}

#fuss {
	width: 760px;
	border-top: 0px solid #63AABE;
  color: #ffffff;
	background-color: #63AABE;
	height: 25px;
	float: inherit;
}

#fuss2 {
	width:760px;
	margin:0px auto;
	}

a:link, a:visited, a:active {
    cursor:hand;
  	text-decoration:none;
  	font-weight:normal;
  	font-size:12px;
  	color:#5C5C5C;
	}

a:hover
{
  text-decoration:underline;
  color:#3D88A3;
}

a:active
{
  color:#5C5C5C;
}

a.nav {
 display:block;
 padding:5px;
 text-align:left;
 color:#5C5C5C;
 text-decoration:none;
 }

a.nav:link, a.nav:visited
{
  color:#5C5C5C;
  text-decoration:none;
  font-weight:normal;
}
a.nav:active, a.nav:hover
{
  color:#CF2C12;
  font-weight:normal;
  text-decoration:underline;
  }
