/*////////////////////////////////////////////////////////////////////////////*/
/*	GENERAL STYLES 	*/
/*////////////////////////////////////////////////////////////////////////////*/

body {
	padding: 0px;
	margin: 0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;	
	background-color: #666600;
	background-image: url(../images/bg.gif);
	background-repeat:no-repeat;
	}

p {
	margin-top: 0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;	
}


a{
	text-decoration:none;
	color: #666600;
}

a:hover{
color: 990000;

}
#content{
	position: relative;
  	margin: auto;  
	margin: 0px;
	padding: 0px;
	height: 700px;
	width: 735px;
	z-index: 3;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*	LAYOUT 	*/
/*////////////////////////////////////////////////////////////////////////////*/




#container{
  	margin: 0px;
	padding: 10px;
	height: 413px;
	width: 423px;
	position: absolute;
  	top: 165px;
  	left: 131px;
}

#headline, #headline p{
	padding-top:4px;
	position: absolute;
  	top: 0px;
	height: 53px;
	width: 265px;
	color: #990000;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	text-transform: uppercase;

}

#headline #date{
	color: #666600;
}


#contentText{
	font-size:9px;
	position: absolute;
  	top: 61px;
	height: 344px;
	width: 245px;
	color: #666600;
	overflow: auto;
	display:block;
}

#contentText a{
	text-decoration: underline;
}

#columnLeft{
	width:76px;
	height:343px;
	position: absolute;
	left:39px;
	top:225px;
	z-index: 3;
	font-size:11px;
	font-weight: bolder;
}


#columnLeft ul{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#columnLeft ul li{
	list-style-type: none;
	margin: 0px;
	padding-bottom:12px;
}


#columnLeft ul li a {
	font-size:10px;
	color: #999999;
	text-transform: lowercase;
	z-index: 3;
	font-size:11px;
	font-weight: bolder;
	line-height: 11px;	
	text-decoration: none;
}


#columnLeft ul li a:hover, #columnLeft ul li #active a{
	color: #990000;
}


#columnRight{
	position: absolute;
  	top: 61px;
	left:280px;
	height: 396px;
	width: 146px;
}

#LinkBlock{
	width: 200px;
	height: 69px;
	font-weight: normal;
	text-decoration:none;
}


#LinkBlock a {
	color: #000000;
	text-decoration: none;
}


#LinkBlock a:hover, :link:hover {
	color: #990000;
	text-decoration: none;
}



#LinkBlock #LinkBlockText{
	position: absolute;
	text-decoration: none;
	left:54px;
	line-height:12px;
	padding-left:4px;
	text-transform: uppercase;
}

#LinkBlock a:hover #LinkBlockText a{
	text-decoration: none;
	color: #990000;
}


#LinkBlockImg{
	position: absolute;
	width:54px;
	height:54px;
}



#flyerColumn{
	position: absolute;
  	top: 0px;
	left:260px;
	height: 396px;
	width: 146px;
}


#newsletter{
}  	
img {	border-style: none;}





/*////////////////////////////////////////////////////////////////////////////*/
/*	NAVIGATION 	*/
/*////////////////////////////////////////////////////////////////////////////*/



#navigation{
	width: 426px;
	height:13px;
	position: absolute;
	left: 131px;
	top: 121px;
	z-index: 3;

}


#naviKontakt a{
	position: absolute;
	left:474px;
	top:0px;
	width: 49px;
	height:8px;
	background-image: url(../images/navi/kontakt.gif);
	background-repeat:no-repeat;

}
#naviKontakt #active a, #naviKontakt a:hover{
	position: absolute;
	width: 49px;
	height:8px;
	background-image: url(../images/navi/kontakt_over.gif);
	background-repeat:no-repeat;
}



#naviAktuell a{
	position: absolute;
	top: 17px;
	width: 49px;
	height:9px;
	background-image: url(../images/navi/aktuell.gif);
	background-repeat:no-repeat;

}

#naviAktuell a:hover, #naviAktuell #active a {
	background-image: url(../images/navi/aktuell_over.gif);
	background-repeat:no-repeat;
}

#naviVerein a{
	position: absolute;
	top: 17px;
	left: 71px;
	width: 40px;
	height:9px;
	background-image: url(../images/navi/verein.gif);
	background-repeat:no-repeat;

}

#naviVerein a:hover, #naviVerein #active a{
	background-image: url(../images/navi/verein_over.gif);
	background-repeat:no-repeat;
}


#naviPartner a{
	position: absolute;
	top: 17px;
	left: 343px;
	width: 50px;
	height:9px;
	background-image: url(../images/navi/partner.gif);
	background-repeat:no-repeat;
}

#naviPartner a:hover,  #naviPartner #active a{
	background-image: url(../images/navi/partner_over.gif);
	background-repeat:no-repeat;
}


#naviProjekte a{
	position: absolute;
	top: 17px;
	left: 134px;
	width: 55px;
	height:9px;
	background-image: url(../images/navi/projekte.gif);
	background-repeat:no-repeat;
}

#naviProjekte a:hover, #naviProjekte #active a {
	background-image: url(../images/navi/projekte_over.gif);
	background-repeat:no-repeat;
}


#naviUrbanGrassroots a{
	position: absolute;
	top: 17px;
	left: 211px;
	width: 109px;
	height:9px;
	background-image: url(../images/navi/ug.gif);
	background-repeat:no-repeat;
}

#naviUrbanGrassroots a:hover, #naviUrbanGrassroots #active a {
	background-image: url(../images/navi/ug_over.gif);
	background-repeat:no-repeat;

}



