body {
	background-color: white;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	font-family: Verdana, Arial;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-size: 12px;
	text-align: left;
}

td {
	vertical-align: top;
}
#nav div {
	background-color: #c4c4c4;
	padding-bottom: 20px;
}
#content {
	width: 476px;
	background: #00BFB2 url(/assets/layout/hg.gif) repeat-y top left;
}
#contentinner {
	margin-left: 16px;
	margin-right: 16px;
}

#logos {
	text-align: right;
	vertical-align: bottom;
}
#tools {
	background: #00BFB2 url(/assets/layout/hg.gif) repeat-y top left;
	vertical-align: bottom
}


.F {
	color: black;
	width: 300px;
	border: 1px solid black;
	background-color: white;
}
.S {
	color: black;
	font-weight: bold;
	border: 1px solid black;
	background-color: white;
}
div.blau {
	width: 162px;
	color: white;
	background: #4078CC url(/assets/layout/eckeBlau.gif) no-repeat bottom right;
	margin-bottom: 2px;
}
div.blauinner {
	padding: 10px;
}

h2 {
	border-bottom: 1px solid white;
}
h3 {
	border-bottom: 1px solid white;
}
.slideshow {
	width: 444px;
}
#contentinner,
#contentinner p,
#contentinner td,
#side,
#side p {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: white;
}
a:link,
a:visited {
	color: white;
	font-weight: bold;
}
hr {
	color: #00BFB2;
	background-color: #00BFB2;
	border:none;
	border-bottom: 1px solid white;
	height: 1px;
}


/****************
kasten
****************/
table.kasten {
	margin-bottom: 10px;
}
table.kasten th {
	background-color: #4078CC;
	color: white;
	padding: 5px;
	text-align: left;
	font-size:12px;
}
table.kasten td {
	padding-top: 0px;
}
table.kasten a:link,
table.kasten a:visited {
/*	color: black;*/
}



/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: white;
	border: 1px solid black;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}
