body, td { 
	font-family: "Trebuchet MS", sans-serif;
	color: #666666;
	font-size: 13px;
	padding: 0px;
	margin: 0px; 
	line-height: 16px;
}

#layout {
	position: relative;
	top: 73px;
	left: 0px;
	width: 948px;
	height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom:20px;
}

/* ---------- LINK-EFFEKTE ------------------ */
a:link { font-weight: normal; text-decoration: none; color: #6797BD; }
a:visited { font-weight: normal; text-decoration: none; color: #6797BD; }
a:hover { font-weight: normal; text-decoration: underline; color: #6797BD; }
a:active { font-weight: normal; text-decoration: none; color: #6797BD; }

#headlink:link { font-weight: normal; text-decoration: none; color: #6797BD; }
#headlink:visited { font-weight: normal; text-decoration: none; color: #6797BD; }
#headlink:hover { font-weight: normal; text-decoration: underline; color: #6797BD; }
#headlink:active { font-weight: normal; text-decoration: none; color: #6797BD; }

/* --- zweispaltiger Header --- */
#header {
	position:absolute;
	top: -43px;
	left: 200px;
	z-index: 100;
	height: 60px;
}
#headerlinks {
	float: left;
	padding: 0px;
	margin: 0px;
}
#headerlinkscontainer {
	padding: 0px 0px 0px 0px;
}
#headerrechts {
	float: left;
	padding: 0px;
	margin: 0px;
}
#headerrechtscontainer {
	padding: 15px 0px 0px 30px;
}

/* --- Content --- */
#content {
	border: solid 1px #6797BD;
	margin: 0px 0px 0px 0px;
}
#contentcontainer {
	margin: 75px 200px 40px 200px;
}
#impressumcontainer {
	margin: 75px 0px 40px 372px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 15px;
	font-style: italic;
	text-decoration: none;
}

p, h1, h2 {
	margin-top:0px;
	margin-bottom:10px;
}

.rot {
	color: #CC0000;
}

.schwarz {
	color: #000000;
}

.Legende {
	float: left;
	width: 70px;
	padding: 0px;
	margin: 0px;
}

#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* ---------- SPECIALS ------------------ */
.cl {
	clear: both;
	/* --  margin -1, um das pixel aus dem clear-Befehl auszugleichen  -- */
	margin: -1px 0px 0px 0px;
}
a img {
	border: none; 
}
img {
	border: none; 
}



