/* CSS Document */

body, div {
    font-family: Monaco, Geneva, Verdana, Courier New, monospaced;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #000;
}

a {
   text-decoration: underline;
   color: black;
}

a:hover {
	color: #000;
	background-color: #FF9C91;
}

.cat a:hover {
	background-color: #FFF;
	text-decoration: none;
}

#Content {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 569px;
	height: 59px;
}

#Navigation {
	position: absolute;
	width: 364px;
	height: 115px;
	left: 30px;
	top: 30px;
}

.title {
	text-decoration: underline;
}

.subnavigation {
   padding-bottom: 15px;
   padding-left: 120px;
   color: #000;
   font-size: 10px;
   width:270px;
}

.subnavigation a {
   text-decoration: none;
   color:#000;
   font-size: 10px;
}

.image {
  margin-top: 22px;
}

.headline {
	margin-bottom: 10px;
	float: left;
}

.infotext {
	width: 580px;
}

.info {
  font-size: 10px;
  color: #FF9C91;
  /*font-weight: bold;*/
  }
  
.info .title {
	color: #FF9C91;
	background-color: #000;
}

.info a:hover {
   color: #FFB1A4;
   background-color: #black;
}
