/* --------------------------------------------------- */
/* Sitemap */
/* --------------------------------------------------- */
/* Inhalt Sitemap */

#contentSitemap{
	width: 800px;
	height:100%;
	text-align: left;
    overflow: auto;
    padding-left: 150px;
	/*horizontales Zentrieren*/
	margin-left:10px;
	margin-right:auto;
	    /*border: solid 1px green;*/
	float: left;
}

/* Formatierungen bezüglich der Texte. */
.contentTitle {
	padding: 15px;
	font-size: 18px;
	color: black;
}


.contentText {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.titleVerein, .titleKH, .titleGS, .titleWFS {
	padding: 15px;
	font-size:18px;
    font-family:Verdana, Arial;
    text-decoration: underline;
}

.titleVerein {
    color:red;    
}

.titleKH {
    color:orange;    
}

.titleGS {
    color:green;    
}

.titleWFS {
    color:blue;    
}

a, a:active, a:visited {
	color: black;
}
