body {
	/* Seitenhintergrund */
	background: #e0f0ff; 
}
/* --- Linkfarbe --- */
a {
	color: #0066cc; /* 0066cc */
	text-decoration: none;
}
a:visited {
	color: #0066cc; /* 1a4e80 */
}
a:hover {
	color: #313131; 
	text-decoration: underline;
}
/* -------------- */
.infoboxtitle a {
	color: #fff;
	text-decoration: none;
}
.infoboxtitle a:visited {
	color: #fff;
	text-decoration: none;
}
.infoboxtitle a:hover {
	color: #313131; 
	text-decoration: underline;
}
/* -------------- */
#wrap {
	/* Contenthintergrund */
	background: #99ccff; 
}
#header {
	/* Hintergrundfarbe Seitenkopf*/
	background: #99ccff; 
}
#header h2 {
	/* Schriftfarbe Seitenkopf*/
	color: #ffffff; 
}
#TopNavi {
	/* Schriftfarbe Trennzeichen Top-Navigation*/
	color: #000; 
	/* Hintergrundfarbe Top-Navigation*/
	background: #c2e0ff; 
}
#TopNavi a {
	text-decoration: none;
	color: #000; /* #fff */
}
.content {
	/* Linienfarbe unter dem Content */
	border-bottom: 1px solid #1a4e80; 
}
#news p{
	/* Linienfarbe ueber einzelnen News */
	border-top: 1px solid #1a4e80; 
}
DIV#breadcrumb {
}
#breadcrumb a {
	color: #1a4e80;
}
#sidebar {
	/* Schriftfarbe rechte Spalte */
	color: #313131; 
	}
#SubNavi a {
	/* Linkfarbe der 2. Ebene */
	color: #1a4e80; 
}
#socialbookmarks {
	/* Linienfarbe unter den Socialbookmarks */
	/* border-bottom: 1px solid #1a4e80; */
}	
#sitemap_navi {
    border-top: 1px solid #b0bccb;
    /* border-bottom: 1px solid #1a4e80; */
}
#sitemap_navi a {
    color: #1a4e80;
}
#sitemap_navi h4 a {
    color: #000;
}
#sitemap_navi div {
	/* Trennlinien zwischen den Punkten der Sitemap-Navi */
    border-left: 1px solid #b0bccb;
}
#footer {
	/* Hintergrund- und Textfarbe Footer */
	color: #000;
	background: #99ccff; 
}
#searchform {
	position: relative;
	top: -0.8em;
}
#searchform input {
	background: #e0f0ff;
	margin-bottom: 0.5em;
	width: 8em;
}
input#searchsubmit {
	width: 8.2em;
}