/* stile fuer die startseite */

ul {
	margin-top: 0;
	padding-left: 1.4em;
	margin-left: 0;	
	list-style-type: disc;
}

#wrap-startseite {
	width: 766px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/* linke Spalte ---------------------- */
#startseite_links {
	margin: 20px 0 0 -94px;
	padding: 0;
	float: left;
}
#startseite_links td {
	padding: 0;
}



/* rechte Spalte mitsamt Links ------- */
#startseite_rechts {
	width: 200px;
	padding: 0;
	margin: 24px 0 0 0;
	/*border: 1px solid #707a81;*/
	float: left;
}


.neuhier {
	color: black; /* schwarz */
}
.neuhier ul li a:link, .neuhier ul li a:visited {
	color: black; /* schwarz */
	font-weight: normal;
	text-decoration: none;
}
.neuhier ul li a:hover, .neuhier ul li a:active {
	text-decoration: underline;
}
.neuhier ul {
	margin-top: 3px;
}


.neuigkeiten {
	color: #67d100; /* gruen */
}
.neuigkeiten ul li a:link, .neuigkeiten ul li a:visited {
	color: #67d100; /* gruen */
	font-weight: normal;
	text-decoration: none;
}
.neuigkeiten ul li a:hover, .neuigkeiten ul li a:active {
	text-decoration: underline;
}
.neuigkeiten ul {
	margin-top: 1px;
}


.marktplatz {
	color: #bf0000; /* rot */
}
.marktplatz ul li a:link, .marktplatz ul li a:visited {
	color: #bf0000; /* rot */
	font-weight: normal;
	text-decoration: none;
}
.marktplatz ul li a:hover, .marktplatz ul li a:active {
	text-decoration: underline;
}
.marktplatz ul {
	margin-top: 0;
}

.cafe {
	color: #ff7f00; /* orange */
	}
.cafe ul li a:link, .cafe ul li a:visited {
	color: #ff7f00; /* orange */
	font-weight: normal;
	text-decoration: none;
}
.cafe ul li a:hover, .cafe ul li a:active {
	text-decoration: underline;
}
.cafe ul {
	margin-top: 24px;
}


.buergerprofil {
	color: #00a0c6; /* blau */
}
.buergerprofil ul li a:link, .buergerprofil ul li a:visited {
	color: #00a0c6; /* blau */
	font-weight: normal;
	text-decoration: none;
}
.buergerprofil ul li a:hover, .buergerprofil ul li a:active {
	text-decoration: underline;
}
.buergerprofil ul {
	margin-top: 28px;
}


.rathaus {
	color: #707a81; /* grau */
}
.rathaus ul li a:link, .rathaus ul li a:visited {
	color: #707a81; /* grau */
	font-weight: normal;
	text-decoration: none;
}
.rathaus ul li a:hover, .rathaus ul li a:active {
	text-decoration: underline;
}
.rathaus ul {
	margin-top: 0;
}

