body {
	margin:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
}
/*################################################################################# layout */

#head {
	position:absolute;
	top: 121px;
	left: 130px;
	z-index:1;
	width: 400px;
	height: 430px;
	}
#menu {
	position:absolute;
	top: 194px;
	left: 12px;
	z-index:2;
	width:155px;
	height:228px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	}
#content {
	position:absolute;
	top: 168px;
	left: 203px;
	z-index:3;
	width: 587px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	}
#contentBottom {
	text-align:center;
	padding-top:50px;
	padding-bottom:10px;
	}
/*################################################################################# menu */
#menu ul {
	margin:0;
 	padding:0px 0px 0;
	list-style:none;
	}
#menu li {
	background:url(../img/menu_bullet.gif) no-repeat left;
	border-bottom: #CC0000 1px solid;
	}
#menu li.activ {
	background:url(../img/menu_bullet_activ.gif) no-repeat left;
	margin:0;
	padding:0 0 0 0px;
	}
#menu a {
	display: block;
	padding:5px 0px 5px 16px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
    /* End IE5-Mac hack */
#menu a:hover {
		color:#FFBA00;
	}
/*################################################################################# basic */


a:link {
	color:#CC0000;
	}
a:hover {
	color:#000000;
	}
.text {
	font-size:9px;
	width:260px;
	background-color: #FFFFFF;
	border-width:1px;
	margin-bottom:6px;
	}
	
#button {
  width:120px;
  height:15px;
  border:1px solid #006131;
  margin-right:5px;
}	

#button a{
 text-decoration:none;
 font-weight:bold;
 font-color:#000000;
}	

#button a:visited{
 text-decoration:none;
 font-weight:bold;

}	

#button a:hover{
 text-decoration:none;
 font-weight:bold;

}

#headlinebox {
  height:22px;
  width:120px;
  border:0px solid #006131;
  background-color:#000000;
  color:#FFFFFF;
  vertical-align:middle;
  text-align:right;
  font-size:11px;
  padding-right:2px;
  line-height:22px;

}

#catheadline {
  color:#006131;
  font-size:14px;
  font-weight:bold;
  


}

.catlink {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;

}