/* ---------------- Allgemein ------------ */

p {
	font-size:12px;
}

/* ---------------- Aufbau ------------ */

#beginn{
	display:none;
}

#box_a{ /*der kontainer der unterhalb des stadtlogos beginnt*/
	text-align:center;
	width:100%;
}
#top{
	display:none;
}
#left{
	display:none;
}
#right{
	width:100%;
	min-height:505px;
	float:left;
}

#topnav2{/*topnavigation*/
	display:none;
}
#inhalt{
	width:500px;
	min-height:499px;
	padding:2px;
	float:left;
	border:0px solid #000000;
	border-right:1px dotted #efefef;
}
#rightnews{
	width:170px;
	border:0px solid #000000;
	float:right;
	/*height:550px;*/
}

