/* CSS Document */
    body {
	background-color: #AABBCC;
	color: #001122;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    }
    div#aussen {
      position: absolute;
      width: 720px;
      height: 600px;
      left: 50%;
      margin-left: -360px;
      top: 20px;
      margin-top: 0px;
      border: 1px dotted #334455;
    }
    div#kopf {
	background-color: #DDEEFF;
	color: #334455;
	position: absolute;
	width: 720px;
	height: 100px;
	border: 1px dotted #667788;
	/*padding: 0px;*/
	left: -1px;
	top: -2px;
    }
	
	  div#menue_top {
	background-color: #BBCCDD;
	color: #334455;
	position: absolute;
	width: 720px;
	height: 25px;
	border: 1px dotted #667788;
	/*padding: 0px;*/
	left: -1px;
	top: 97px;
	}
	
    div#fuss {
      position: absolute;
      background-color: #BBCCDD;
      color: #334455;
      width: 720px;
      height: 40px;
      top: 559px;
      left: -1px;
      border: 1px dotted #667788;
	  /*padding: 5px;*/
    }

   div#content {
      position: absolute;
      background-color: #DDEEFF;
      color: #334455;
      width: 720px;
      height: 435px;
      top: 124px;
      left: 0px;
      /*padding: 5px;*/
    }
	
a:link {
	font-family:arial;
	/*font-size:normal;*/
	color:#333333;
	text-decoration:none;
}
a:visited {
	font-family:arial;
    /*font-size:normal;*/
    color:#333333;
    text-decoration:none;
}
	
a:hover{
	font-family:arial;
    font-weight:bold;
    font-weight:bold;
	color:#666666;
	text-decoration:none;
}

#link a:link,/*a:visited*/ {
	background-color: #BBCCDD;
	}
	
#link a:hover {
	display: block;
  	width: 100%;
  	height: 100%;
	background: #DDEEFF;
}

#active {
	background-color: #DDEEFF;
	font-family:arial;
    font-weight:bold;
    font-weight:bold;
	color:#666666;
	text-decoration:none;
	}
	

.footer {
font-size: small;
}
