@charset "utf-8";
body {
height: 100%;
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
padding: 0;
text-align: center;
background-color: #fefde1;
}

body,td,th,p, .text {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
}

a:link    { color:#000000;}
a:visited { color:#000000;}
a:active  { color:#4e701c;}
a:hover  { color:#4e701c;}

h1, h2, h3, h4, h5 {
font-family: Times New Roman, serif;
color: #4e701c;
line-height: 1.1em;
}

#page {
	position:relative;
  text-align: left; 
  margin: 0px auto;
	width:984px;
	min-height:300px;
	z-index:1;
	background-image: url(bg.gif);
	background-color: #FFFFFF;
}
#head {
	position:relative;
	width:984px;
	height:160px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(bg_head.gif);
}

#logoKanone {
	position:absolute;
	width:220px;
	height:160px;
	z-index:1;
	left: 0;
	top: 0;
}
#signet {
	position:absolute;
	width:665px;
	height:57px;
	z-index:2;
	left: 248px;
	top: 55px;
}
#seit {
	position:absolute;
	width:218px;
	height:19px;
	z-index:3;
	left: 248px;
	top: 133px;
	margin: 0 0 12px 0;
}
#navigation {
	position:relative;
	width:200px;
	min-height:240px;
	z-index:2;
	left: 20px;
	top: 20px;
	float: left;
}
#content {
	position:relative;
	width:720px; /* 720 */
	min-height: 300px;
	z-index:3;
	left: 0px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 20px;
	float: right;
	display: block;
	line-height: 1.5em;
}
#foot {
	/* width:984px; */
	height:22px;
	padding: 2px 0px;
	z-index:4;
	left: 0px;
	background-color: #b8c6a5;
	display: block;
	clear: both;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
padding: 0;
margin: 0;
border: 0;
}

#navigation li{
list-style: none;
padding: 4px;
margin: 0 0 4px 0;
display: block;
}

.navi { font-size: 14pt; font-family: Times New Roman, serif; text-decoration: none; color: #FFFFFF; font-weight: bold; }
.navi:link    { color: #FFFFFF; }
.navi:visited { color: #FFFFFF; }
.navi:active  { color: #FFFFFF; }
.navi:hover  { color: #FFFFFF; text-decoration: underline; }

.navion { font-size: 14pt; font-family: Times New Roman, serif; text-decoration: none; color: #b8c6a5; font-weight: bold; }
.navion:link    { color: #b8c6a5; }
.navion:visited { color: #b8c6a5; }
.navion:active  { color: #b8c6a5; }
.navion:hover  { color: #b8c6a5; text-decoration: underline; }

.navi2 { font-size: 12pt; font-family: Times New Roman, serif; text-decoration: none; color: #FFFFFF; font-weight: bold; }
.navi2:link    { color: #FFFFFF; }
.navi2:visited { color: #FFFFFF; }
.navi2:active  { color: #FFFFFF; }
.navi2:hover  { color: #FFFFFF; text-decoration: underline; }

.navi2on { font-size: 12pt; font-family: Times New Roman, serif; text-decoration: none; color: #b8c6a5; font-weight: bold; }
.navi2on:link    { color: #b8c6a5; }
.navi2on:visited { color: #b8c6a5; }
.navi2on:active  { color: #b8c6a5; }
.navi2on:hover  { color: #b8c6a5; text-decoration: underline; }

.archiv a {
font-size: 14pt; font-family: Times New Roman, serif; text-decoration: none; color: #4e701c; font-weight: bold; margin: 28px 0 6px 4px;
}

.text-grey {
color: grey;
}

.text-justify, .text-justify p, .text-justify li {
	text-align:justify;
}

li {
	list-style: disc;
	padding: 4px;
	margin: 0 0 8px 0;
	}

button {cursor: pointer;}

.button1 {
	background-color: #b8c6a5; border-radius: 8px; padding: 4px 6px;
	font-weight: bold;
	color:#000000;
}

.infobox {
background-color:#fefde1;
border: 1px solid #4e701c;
padding: 1em;	
}

table.tbl-programm td {
    padding-bottom: 15px;
}

table.tbl-content {
	border: none;
}

table.tbl-content tr {
	display: table-row;
}

td {
	vertical-align: top;
  }