/*Style Reset*/
html,body{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:10pt;
}
/* General Elements*/
h1  {
	font-size: 2em;
	font-style: normal;
	color: #000000;
	line-height: 2em;
	text-align: left;    
	margin-left: 0px;
	margin-top: 0px;
}
h2  {
	font-size: 2em;
	font-style: normal;
	color: #000000;
	line-height: 2em;
	text-align: left;    
	margin-left: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 1em;
	margin:0px;
}
p {
	font-size: 10pt;
	font-style: normal;
	line-height:1.4em;
	color: #000000;
	text-align: justify;
	max-width:600px;
	margin-left: 0px;
	margin-right: 0px;
}
th {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: center;
}
td {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
}
li {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
}
a:link {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	text-decoration:none;
	border-bottom:1px solid;
}
a:visited {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	text-decoration:none;
	border-bottom:1px solid;
}
a:hover {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	text-decoration:none;
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid;
}
a {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
}
/* Classes */
a.event {
	font-size: 8pt;
	line-height: 1em;
}
.KH_Table {	border-color: #006699;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
}
.KH_Tooltip { visibility: hidden;
	border-color: #3399CC;
	border-width:1px;
	border-style:solid;
	font-size: 8pt;
	line-height: 1em;
	font-style: normal;
	color: #FFFFFF;
	background-color: #006699;
	width:200px;
}
.KH_Form {
	font-size: 10pt;
	font-style: normal;
	line-height:1.4em;
	color: #000000;
	text-align: justify;
	max-width:600px;
	margin-left: 0px;
	margin-right: 0px;
}
.KH_Form fieldset {
	margin-bottom: 10px;
	border:1px solid #006699;
}
.KH_Form legend {
	padding: 0 2px;
	font-weight: bold;
	border:1px solid #006699;
}
.aktbox {
	background-color:#FFFFFF;
	background-image: url( img/aktmiddle.png );
	background-repeat: repeat-y;
}
.akttext {
	width:160px;
	padding: 0px 8px 0px 8px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: left;
}

.frage {
color: #393582;
font-style:italic;
}
/* ID's */
#header {
	background-image:url(img/pano.gif); /* 2266*107 */
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
	height:107px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:4;
}

#header[id] {
	position:fixed;
}


#header h1 {
	background-image:url(img/logo.png); /* 270*70 */
	background-repeat:no-repeat;
	background-position:left 0px;
	width:22.5em;
	height:2.6em;
	margin:37px auto 0 auto;
}

#header h1 span {
	visibility:hidden;
}

#topbar	{
	width:100%;
	height:3em;
	background-image:url(img/topIE6.png); /* 1*35 */
	background-repeat:repeat-x;
	background-position:top;
	z-index:4;
}

#topbar[id] {
	background-image:url(img/top.png);
}

#topbar ul {
	padding:0;
	list-style:none;
	margin: 0 auto;
	width:45em;
	height:35px;
}

#topbar ul li {
	float:left;
	color:#FFFFFF;
	padding-top:2px;
	padding-right:0.2em;
	padding-left:0.2em;
	text-decoration:none;
	letter-spacing:0.1em;
	border:none;

}
#topbar ul li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	border:none;
}
#topbar ul li a:visited {
}
#topbar ul li a:focus {
}
#topbar ul li a:hover {
	border-bottom:1px solid;
	background-color:transparent;
}
#topbar ul li a:active {
	color:#CBCBCB;
	border:none;
}
#topbar ul li.active {
	background-image:url(img/topact.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	height:35px;
}

#content {
	margin: 0em auto;
	width:45em;
	padding-top:10em;
	padding-bottom:2em;
}
#content[id] {
	width:45em;
	max-width:600px;	
}

#content p {
	font-style: normal;
	line-height:1.4em;
	color: #000000;
	text-align: justify;
	max-width:45em;
	margin:0 0 10pt 0;
}