html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	font-family: 'Signika', sans-serif, Arial;
	font-size: 101%;
	color: #000000;
}

body {
	background: url("../gfx/bg-html.gif") left 20px repeat-x;
}

body#popup {
	background: none !important;
}

a { color: #000066;}
a:hover { color: #4b8733;}
a img { border: none;}

section, aside, article, header, footer, nav { display:block;}


header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 385px;
	position: relative;
	font-size: 0.76em;
	z-index: 10;
}

header #navigation-additional {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #edf3eb;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	z-index: 20;
}

header #header-logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: 69px;
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 15;
}

header #navigation-main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	position: absolute;
	top: 65px;
	right: 0px;
	z-index: 25;
	font-size: 1.2em;
}

header #header-teaser {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 980px;
	height: 365px;
	position: relative;
	z-index: 11;
}

header #header-teaser #header-teaser-overlay {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 460px;
	height: 90px;
	position: absolute;
	top: 275px;
	right: 0px;
	color: #FFFFFF;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	z-index: 13;
}

header #header-teaser #header-teaser-overlay #header-teaser-overlay-text {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 440px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	font-size: 0.95em;
}

header #header-teaser #header-teaser-overlay #header-teaser-overlay-bg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 460px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000066;
	opacity: .25; 
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	z-index: 14;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 40px;
	width: 940px;
	height: auto;
	position: relative;
	font-size: 0.8em;
	z-index: 10;
	line-height: 1.45em;
}

#popup #content {
	margin: 0px !important;
	padding: 0px !important;
	width: auto !important;
}

#content #content-main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	float: left;
}

#content #content-main.two-cols { width: 590px;}
#content #content-main.three-cols { width: 700px;}

#popup #content #content-main.two-cols { width: auto !important;}
#popup #content #content-main.three-cols { width: auto !important;}


#content #content-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 340px;
	height: auto;
	float: right;
}

#content #content-left {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: auto;
	float: left;
}

#content #content-left #navigation-sub {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: auto;
}


footer {
	margin: 30px 0px 0px 40px;
	padding: 30px 0px 30px 0px;
	width: 940px;
	height: auto;
	border-top: 1px #000066 solid;
	text-align: center;
}



/* --- CONTENT | HEADER TEASER OVERLAY -- */
#header-teaser-overlay-text h3 {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
}

#header-teaser-overlay-text p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}





/* --- CONTENT | MAIN --- */
#content h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.9em;
	line-height: 1.4em;
	color: #4b8733;
}

#content h2 {
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	color: #000066;
}

#content h3 {
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	color: #333333;
}

#content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#content ul,
#content ol {
	margin-top: 0px;
}

#content ul li,
#content ol li {
	padding-bottom: 2px;
}

#content table {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	font-size: 1em;
}

#content table.with-border {
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
}

#content table.with-border tr td {
	margin: 0px 0px 0px 0px;
	padding: 7px;
	vertical-align: top;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}

#content table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 0px;
	vertical-align: top;
}

#content .csc-textpic-caption {
	margin: 3px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	font-style: italic;
}


#content .news-list-item img,
#content .news-single-img {
	margin: 0px 0px 5px 10px;
	float: right;
}



/* --- NAVIGATION | MAIN --- */
#navigation-main ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;		
}

#navigation-main ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;	
}

#navigation-main ul li a {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 15px;
	width: auto;
	height: 42px; 
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: 42px;
	font-size: 0.9em;
}

#navigation-main ul li a:hover { color: #4b8733;}
#navigation-main ul li a.selected { color: #4b8733; background: url(../gfx/bg-navigations-main-selected.png) no-repeat;	}


/* --- NAVIGATION | SUB --- */
#navigation-sub ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;		
}

#navigation-sub ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation-sub ul li a {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: auto; 
	display: block;
	text-decoration: none;
	background: #a4c399;
	color: #000000;
	font-weight: bold;
}

#navigation-sub ul li.firstitem a {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 12px 0px 0px;
	border-radius: 0px 12px 0px 0px;
}

#navigation-sub ul li.lastitem a {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
	border-radius: 0px 0px 12px 0px;
}

#navigation-sub ul li a.selected,
#navigation-sub ul li a:hover {
	background: #4b8733;
	color: #FFFFFF;
}

#navigation-sub ul ul {
	padding-top: 3px;
	padding-bottom: 3px;
	background: #a4c399;
}

#navigation-sub ul li.lastitem-active ul {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
	border-radius: 0px 0px 12px 0px;
}


#navigation-sub ul ul li {
	margin: 0px 0px 0px 0px;
}

#navigation-sub ul ul li a {
	padding: 2px 10px 2px 25px;
	width: 185px;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 0.9em;
	background: url("../gfx/bg-navigations-sub-second-level.png") 2px 6px no-repeat;
}

#navigation-sub ul ul li a.selected,
#navigation-sub ul ul li a:hover {
	color: #006600 !important;
	background: url("../gfx/bg-navigations-sub-second-level.png") -218px 6px no-repeat !important;
}





/* --- NAVIGATION | ADDITIONAL --- */
#navigation-additional ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#navigation-additional ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#navigation-additional ul li a {
	margin: 5px 5px 5px 0px;
	padding: 0px 5px 0px 0px;
	width: auto;
	height: 15px;
	display: block;
	float: left;
	line-height: 15px;
	text-decoration: none;
	color: #000066;
	border-right: 1px #000066 solid;
}

#navigation-additional ul li.lastitem a { border-right: none;}

#navigation-additional ul li a.selected,
#navigation-additional ul li a:hover {
	text-decoration: underline;
}


/* -- COLORS -- */
.blau { color: #000066; }
.gruen { color: #4b8733; }
.grau { color: #666666;}




/* -- ALIGNS -- */
.align-center { text-align: center;}
.align-right { text-align: right;}


/* -- CLASSES -- */
div.trenner-grau,
p.trenner-grau {
	font-size: 1px; 
	line-height: 1px;
	margin: 0;
	padding: 0px;
	padding-top: 10px !important;
	margin-bottom: 20px !important;
	height: 3px;
	border-bottom: 1px solid #666666;
	clear: both;
}

div.trenner-gruen,
p.trenner-gruen {
	font-size: 1px; 
	line-height: 1px;
	margin: 0;
	padding: 0px;
	padding-top: 10px !important;
	margin-bottom: 20px !important;
	height: 3px;
	border-bottom: 1px solid #4b8733;
	clear: both;
}


.csc-textpic-border img {
	border-color: #000066 !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}








.fixfloat { font-size: 0; line-height: 0; margin: 0; padding: 0; width: 0px; height: 0px; float: none; clear: both }