/* DEFAULT */
html * {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* LAYOUT */
#naviTop {
	width: 770px;
	height: 20px;
}
#siteWrapper {
	width: 772px;
	margin: 0 auto;
}
	#header {
	height: 100px;
	border: 1px solid #ddd;
	border-bottom: none;
}
#balken h1 {
	background-color: #666;
	color: #fff;
	border-top: 1px solid #ddd;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
#contentWrapper {
	width: 770px;
	border: 1px solid #ddd;
	float: left;
	background: #fff url(../img/hg_1.gif) repeat-y left top;
}
#naviLeft {
	width: 180px;
	float: left;
	padding: 17px 10px;
}
#content {
	width: 549px;
	padding: 22px 10px;
	float: right;
}
#footer {
	clear: both;
	font-size: x-small;
	padding: .5em 0 0 0;
}
.foto {
	padding: 5px;
	border: 1px solid #ddd;
}
.rechts {
	float: right;
	margin: 0 0 10px 10px;
}
.links {
	float: left;
	margin: 0 10px 10px 0;
}
.aktuell {
	padding: 1em;
	border: 1px dotted #f00;
	margin: 1em 0;
}
/* TEXTFORMATE */

body {
	font: small/1.25em Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#naviLeft ul, #naviTop ul {
	list-style: none;
}
#naviLeft li {
	font-weight: bold;
	color: #666;
}
#naviLeft li a {
	display: block;
	text-decoration: none;
	color: #666;
}
#naviLeft a.normal, a.aktiv {
	padding: 5px 0 5px 23px;
}
#naviLeft a.normal {
	background: url(../img/quad_kontur.gif) no-repeat 5px 7px;
}
#naviLeft a.aktiv{
	background: url(../img/quad_rot.gif) no-repeat 5px 7px;
}
#naviLeft a:hover {
	background: url(../img/quad_dunkelgr.gif) no-repeat 5px 7px;
}
#naviLeft ul ul a {
	font-weight: normal;
}
#naviLeft ul ul {
	padding: 0 0 0 23px;
}
#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #000;
}
#content h1 {
	margin: 0 0 0.5em 0;
}
#content h3 {
	margin: 1.25em 0 1em 0;
	font-size: 1.25em;
}
#content h4 {
	margin: 0 0 .5em 0;
	font-size: 1em;
}
#content p {
	margin: 0 0 1em 0;
}
#content ul {
	padding: 0 0 0 2em;
	margin: 0 0 1em 0;
	list-style: disc outside;
}
#content ul ul {
	padding: .5em 0 0 2em;
	list-style: circle outside;
}
#content li {
	margin: 0 0 .5em 0;
}
#content #marginalie {
	float: right;
	margin: 0 0 1em 1em;
}
.breite160 {
	width: 172px;
}
.breite200 {
	width: 212px;
}
.breite260 {
	width: 272px;
}
.imgcaption {
	float: right;
	width: 170px;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: x-small;
	line-height: 1.2em;
}
.csc-uploads td {
padding: 5px;
vertical-align: top;
}