body {
	display: block;
	position: relative;
	margin: 10px;
	background: #fff;
	color: #666;
	text-align: justify;
	font-family: sans-serif;
	font-size: 11pt;
}	
#head {
	display: block;
	position: relative;
	height: 135px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 3;
}
#menu {
	display: block;
    position: absolute;
	top: 100px;
	right: 20px;
	z-index: 4;
}
#menu .button {
    float: left;
    margin-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*    padding: 2px;*/
	color: #666;
    background-color: #fff;
}
#menu a { 
    display: block;
    position: relative;
/*
    width: 100%;
    height: 100%;
*/
    padding: 2px;
    color: #666;
    background-color: #fff;
    text-decoration: none;
}
#menu a:hover {
	background-color: #ccc;
}
#menu a:active {
	background-color: #fff;
}
#content {
	display: block;
	position: relative;
    padding-top: 10px;
    padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	z-index: 2;
}	
#foot { 
	display: block;
	position: relative;
    border-top: solid 1px #ccc;
    border-right: 1px solid #ccc;
    z-index: 1;
    font-size: 8pt;
	text-align: center; 
}
a { 
    color: #666;
	text-decoration: underline;
}
a:hover {
	background-color: #ccc;
}
a:active {
	background-color: #fff;
}
h1 { 
	color: #666; 
	font-family: sans-serif;
	font-size: 18pt;
	text-decoration: none;
	text-align: left;
}
h2 {
	color: #666;
	font-family: sans-serif;
	font-size: 14pt; 
	text-decoration: none; 
	text-align: left;
}
table {
	display: table;
	position: relative;
	border-collapse: collapse;
	border: 2px solid #000;
	width: 95%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #000;
	font-family: sans-serif;
	font-size: 11pt;
}
caption {
	display: table-caption;
	caption-side: top;
	background-color: transparent;
	color: #666;
	text-align: left;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 200%;
}
col.one {
	display: table-column;
	width: 20%;
}
col.two {
   	display: table-column;
    width: 80%;
}
tr.rowh {
	display: table-row;
	background-color: #999;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
}
tr.row1 {
	display: table-row;
	background-color: #fff;
	text-align: center;
	line-height: 200%;
}
tr.row2 {
	display: table-row;
	background-color: #ccc;
	text-align: center;
	line-height: 200%;
}
tr.rowh td {
    display: table-cell;
    border: 2px solid #000;
}
tr.row1 td {
    display: table-cell;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    border-left: 2px solid #000;
}
tr.row2 td {
    display: table-cell;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    border-left: 2px solid #000;
}
td.text {
	display: table-cell;
	text-align: left;
	line-height: 120%;
}
th {
	display: table-cell;
}
table a {
    color: #000;
	text-decoration: underline;
}
tr.row1 a:hover {
	font-weight: bold;
	background-color: #fff;
}
tr.row2 a:hover {
    font-weight: bold;
	background-color: #ccc;
}
tr.row1 a:active {
	font-weight: normal;
}
tr.row2 a:active {
	font-weight: normal;
}
div.news {
	display: block;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	margin-bottom: -1px;
}
ul {
	list-style-type: disc;
}
pre {
    display: block;
    position: relative;
    white-space: pre;
    color: #69C;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
}
img.left {
	border: 0;
	margin: 10px;
	float: left;
}
img.right {
	border: 0;
	margin: 10px;
	float: right;
}
br:before {
	content: "\A"; /*Unicodezeichen fŸr Zeilenvorschub*/
}
