body {	
	padding:0px;
	margin:0px;
	font-family:Verdana;
	height:100%;
}
.main {
	position:absolute;
	width:100%;

	height:100%;
	min-width:800px;
	min-height:200px;
	background-color:#f5f5f5;
}
.contentbox{
	position:absolute;
	width:42em;
	min-height:22em;
	
	
	right:30px;
	bottom:50px;

	font-style:italic;
	font-size:11pt;
	color:#000000;

	border-radius:20px;
	border-top:0px;
	border-left:0px;
	border-right:2px solid #76cb27;
	border-bottom:2px solid #000000;
}
.content{
	position:absolute;
	left:0;
	top:0;
	margin:0em 1em 1em 1em;
	padding:0px;
	
}
.content a{
	text-decoration:none;
	color:#0000ff;
}
.content a:hover{
	text-decoration:underline;
}
.page a{
	text-decoration:none;
	color:#0000ff;
}
.page a:hover{
	text-decoration:underline;
}
.content_bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#ffffff;
	opacity:0.6;

}
.content p{
	text-align:justify;
}
#cbox{
	max-height:calc(100% - 100px);
	overflow:hidden;
	z-index:1;
}
.contentbox:target{
	display:none;
	position:absolute;
}

#logo{
	position:fixed;
	bottom:20px;
	right:5px;
	margin:0px;
	padding:0px;
}
#logo img{
	height:100px;
	margin:0px;
	padding:0px;
}




/*					*/
/*		Historie		*/
/*					*/
.page{
	display:none;
	position:relative;
	border:none;
	background-color:#ffffff;
	padding-bottom:5px;
	min-width:calc(100% - 20px);
	height:100%;
	padding:10px;
	text-align:justify;
}
.page:target{
	display:table;
}
.page tr{
	margin:0px;
	margin-bottom:1em;
	padding:0px;
}
.page td{
	margin:0px;
	padding:0px;

}
.page table{
	width:100%;
	border:none;
}
.page .date{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:0.7em;
	width:9%;
}
.page .info{
	vertical-align:top;
	text-align:left;
	padding-top:0.3em;
	font-size:0.6em;
	width:6%;
}
.page table .tcontent{
	width:84%;
	padding-bottom:1em;

}
.left{
	position:absolute;
	width:60%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#ffffff;
	overflow:hidden;
}
.right{
	position:absolute;
	width:calc(40% - 1em);
	right:0px;
	top:0px;
	height:100%;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:0px;
	padding-left:1em;
	
}
#chronik{
	overflow:auto;
}

.oballbox{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:5;
	height:20px;
}
.oballbox ul{
	list-style-type:none;
	white-space:nowrap;
	margin:0px;
	padding:0px;
	height:100%;
}
.oballbox li{
	display:inline-block;
	margin:0px;
	margin-left:2px;
}
.oball{
	height:20px;
	border-radius:10px;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
	opacity:0.6;
	position:relative;
	bottom:10px;
}
.oball:hover{
	color:#76cb27;
	opacity:1;
}
.oballbox a{
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	height:40px;
	width:40px;
}
.ccontent{
	position:absolute;
	height:calc(99%);
	right:30px;
	bottom:50px;
	width:calc(99% - 60px);
	overflow:hidden;
	border:none;
	border-bottom:1px solid #000000;
	border-right:1px solid #76cb27;
	border-radius:20px;
	background-color:#ffffff;
}
.ccontent:target{
	display:none;
	position:absolute;
}

























