/*
Copyright 2006 koenixkinder - Michael Thomas
Alle Rechte vorbehalten / All rights reserved
*/

html,body { margin:0; padding:0; height:100% }
#bwr { min-height: 100%; }

body {
	/* text-align: center; */
	padding: 0;
	line-height: 1.2em;
	/* background: #ffffff url("../img/bdbg.gif")  0 0 repeat-x; */
}

.offscreen {
	display: none;
}

.clf, .ffl, #lcl {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.ffl {
	float: none;
	clear: both;
}

.clf {
	float: none;
	clear: left;
}

#bwr {
	display: table;
	height: 100%;
	width: 100%;
	min-width: 30em;
	background-color: #ffffff;
	font-size: 75%;
}

#hd {
	min-height: 1%;
}
html:not(:lang(zz)) #hd { display: table-row; height: 1%; border-spacing: 0; }

#hd .lgo, #hd .sign { display: table-cell; }
/*\*//*/ #hd .lgo, #hd .sign { display: inline-block; } /**/

#hd .lgo, #hd .sign, #hd img {
	vertical-align: bottom;
}

#hd .lgo {
	width: 250px;
	height: 52px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #ffffff;
}

#mnav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 91.67%;
}

#mnav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0.834em 0.415em 0 0.5em;
	background-image: url("../img/mnavln.gif");
	background-position: 0 62%;
	background-repeat: no-repeat;
}

#mnav li.fst {
	background-image: none;
	padding-left: 25px;
}

#mnav a {
	display: block;
	text-decoration: none;
	padding: 0 0.5em 0.416em 0.5em;
}

#mnav li.act a, #mnav a:hover {
	color: #ffffff;
	background-color: #99ca1a;
	text-decoration: none;
}

#hwr {
	clear: both;
	padding-bottom: 7px;
	background: #99ca1a url("../img/hdbg.gif") 0 100% repeat-x;
}

#mtwr {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 980px;
}

#mtp {
	display: table-cell;
	list-style-type: none;
	vertical-align: bottom;
	padding-left: 30px;
	width: 100%;
}

#mtp li {
	/* display: inline; */
	float: left;
	list-style-type: none;
	padding: 0 0.415em 0 0.5em;
	margin: 0;
	background-image: url("../img/mtpln.gif");
	background-position: 0 40%;
	background-repeat: no-repeat;
}

#mtp li.fst {
	padding-left: 0;
	background: none;
}

#mtp a {
	display: block;
	padding: 0.1em 0.66em 0.33em 0.66em;
	/* line-height: 2em; */
	color: #ffffff;
	text-transform: uppercase;
}

#mtp li.fst a {
	margin-left: -0.66em;
}

#mtp a:hover, #mtp li.act a {
	color: #000000;
	background-color: #ffffff;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.tabs li {
	/* float: left; */
	display: inline;
	list-style-type: none;
}

ul.tabs a {
	text-decoration: none;
}

#cnar {
	display: table;
	width: 100%;
	max-width: 980px;
	height: 100%;
}

#cnav {
	display: table-cell;
	vertical-align: top;
	width: 22%;
	margin: 0;
	padding: 0;
	border-bottom: 2em solid #c5de85;
	background: #c5de85 url("../img/cnavbg.gif") 0 0 repeat-y;
	/* font-weight: bold; */
	border-top: 2em solid #c5de85;
}

#cnav ul {
	margin: 0;
	padding: 0;
}

#cnav li {
	list-style: none;
	min-width: 10em;
	padding-left: 1em;
	/* padding-right: 1em; */
	margin-bottom: 0.25em;
	line-height: 1.43;
}

#cnav a {
	display: block;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-decoration: none;
	/* text-transform: uppercase; */
	background-image: url("../img/cnavlv2.gif");
	background-repeat: no-repeat;
	background-position: 0.25em 0.7em;
	background-position: 0.2em 0.6em;
}

#cnav ul li.act a {
	font-weight: bold;
	background-image: none;
	background-image: url("../img/cnavlv2act.gif");
}

#cnav ul li a:hover {
	font-weight: bold;
	background-image: url("../img/cnavlv2act.gif");
}

/*
#cnav ul li.act a {
	background-image: url("../img/cnavlv2.gif");
	background-position: 0.2em 0.6em;
}
*/

#cnav ul ul {
	border-top: none;
}

#cnav ul li.act ul a {
	padding-left: 1em;
	padding-bottom: 0;
	background-image: url("../img/cnavlv2.gif");
	background-position: 0.2em 0.6em;
	background-repeat: no-repeat;
	text-transform: none;
	font-weight: normal;
}

#cnav ul ul li.act a, #cnav ul ul li a:hover {
	background-image: url("../img/cnavlv2act.gif");
	font-weight: bold;
}

#cnav ul.brcr a, #cnav ul.brcr span {
	display: block;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
	padding-bottom: 0.25em;
	background-color: #c5de85;
	text-decoration: none;
	/* text-transform: uppercase; */
	background-repeat: no-repeat;
	background-position: 0.25em 0.7em;
	background-position: 0.2em 0.6em;
}

#cnav ul.brcr a {
	background-image: url("../img/brcr.gif");
}

#cnav ul.brcr a:hover {
	background-image: url("../img/brcract.gif");
}

#cnav ul.brcr span {
	background-image: url("../img/cnavlv2act.gif");
	font-weight: bold;
}

#cnav ul.chld {
	margin-top: 0;
	padding-left: 1em;
}

#cnav ul.chld li {
	padding-bottom: 0;
	background-position: 0.2em 0.6em;
	background-repeat: no-repeat;
	text-transform: none;
	font-weight: normal;
}


#cn {
	display: table-cell;
	vertical-align: top;
	padding: 2em 5.1% 2em 2.4%;
}

#cn img, #snt img {
	/* width: 100%;
	height: auto; */
	vertical-align: bottom;
}

#cn img.editbtn, #snt img.editbtn {
	width: auto;
}

#cn p.cptn, #snt p.cptn {
	margin-top: 0.5em;
	font-size: 83.33%;
	line-height: 1.2;
}

#cn ul, #snt ul  {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.3em;
	padding-left: 0;
}

#cn ul li {
	list-style-image: none;
	padding-left: 0.916em;
	background-image: url("../img/list.gif");
	background-position: 0 0.66em;
	background-repeat: no-repeat;
}

#cn li ul, #snt li ul {
	margin-bottom: 0;
}

#cn ul.pln li, #cn ul.nav li {
	padding-left: 0;
	background: none;
}

#cn table {
	width: 100%;
}

#cn td {
	line-height: 1.6;
}

#snt {
	display: table-cell;
	width: 250px;
	vertical-align: top;
	/* background: red; */
	background: #ffffff url("../img/sntbg.gif") 0 303px repeat-x;
}

#snt img.eyc {
	display: block;
	border-bottom: 3px solid #ffffff;
}

#snt h1, #snt h2, #snt h3, #snt h4, #snt h5, #snt h6 {
	margin-top: 0.583em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	/* text-transform: uppercase; */
	font-size: 100%;
	/* font-weight: normal; */
	background-color: #ffffff;
}

#snt div {
	padding: 0.2em 0.7em;
}

#snt div p, #snt div ul, #snt div.poll table, #poll fieldset, #poll .btnbr {
	margin-bottom: 0.33em;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	background-color: #ffffff;
}

#snt div.cn p.cptn {
	background-color: transparent;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#snt div.poll table.res {
	width: 100%;
	padding-bottom: 1em;
}

#snt div.poll table.res tr {
	vertical-align: top;
}

#snt div.poll table.res td {
	padding-top: 1em;
}

#snt div.poll table.res td.perc {
	width: 3em;
	padding-right: 0.2em;
	text-align: right;
	line-height: 1;
}

#snt div.poll table.res span.chce {
	display: block;
	height: 1em;
	background-color: #99ca1a;
}

ul.nav a {
	display: block;
	padding: 0 10px 0 7px;
	background: #ffffff url("../img/lvl1.gif") 1px 0.6em no-repeat;
	text-decoration: none;
}

ul.nav .act, ul.nav a:hover {
	background-position: -2px 0.6em;
	background-color: #000000;
	color: #ffffff;
}

#cn a.entity {
	padding-left: 12px;
	background-image: url("arrow.gif");
	background-position: 0 0.1em;
	background-repeat: no-repeat;
	text-decoration: none;
}

#cn blockquote {
	margin: 0;
	padding: 0;
}

#cn h1.ccnc, #cn h2.ccnc, #cn h3.ccnc, #cn h4.ccnc, #cn h5.ccnc, #cn h6.ccnc,
#cn a.ccnc { color:#336600; }

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

.chd {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0;
	border-top: none;
	font-size: 120%;
	/* text-transform: uppercase; */
	/* min-width: 25em; */
}

#poll fieldset {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#poll fieldset legend {
	display: block;
}

#poll .btnbr {
	text-align: right;
}

#poll .btnbr input {
	width: 100%;
	border: none;
	background-color: #f3f3f3;
	width: auto;
	padding: 0.416em 0 0.416em 12px;
	background: transparent url("../img/dblsbm.gif") no-repeat 0% 50%;
}

