body {
	display: block;
	position: relative;
	background-color: #333;
	color: #000;
	text-align: justify;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;	/* Resets 1em to 10px */
	z-index: 1;
}
#page {
	display: block;
	position: relative;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #fff;
}
#head {
	display: block;
	position: relative;
	padding: 5px;
	background-color: transparent;
	background-image: url(../../media/images/bg_head.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu {
	display: block;
    position: relative;
   	height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #fff;
	background-color: transparent;
	background-image: url(../../media/images/bg_head.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 2;
}
#menu-one {
	display: block;
    position: absolute;
	left: 10px;
	z-index: 2;
}
#menu-one .menutitle {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	z-index: 2;
}
#menu-one .menutitle a {
	display: block;
	position: relative;
	background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    z-index: 2;
}
#menu-one .menutitle a:hover {
	background-color: #000;
	color: #f00;
}
#menu-one .menutitle a:active {
	background-color: transparent;
	color: #fff;
}
#menu-one .menuentry {
	display: none;
}
#menu-one .menutitle:hover .menuentry, #menu-one .menutitle.over .menuentry {
	display: block;
	position: relative;
	width: 170px;
	z-index: 2;
}
#menu-one .menuentry a {
	display: block;
	position: relative;
	height: 100%;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	background-image: url(../../media/images/menubg.png);
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	z-index: 2;
}
#menu-one .menuentry a:hover {
	background-image: none;
	background-color: #000;
	color: #f00;
}
#menu-one .menuentry a:active {
	background-color: transparent;
	background-image: url(../../media/images/menubg.png);
	color: #fff;
}
#menu-two {
	display: block;
    position: absolute;
	right: 10px;
}
#menu-two a { 
	padding-right: 3px;
	padding-left: 3px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-size: 1.4em;
}
#menu-two a:hover {
    color: #f00;
    background-color: #000;
}
#menu-two a:active {
    color: #fff;
    background-color: transparent;
}
#content {
	display: block;
	position: relative;
	width: 980px;
	left: 10px;
	right: 10px;
	padding-top: 10px;
	padding-bottom: 100px;
}
#quicklinks {
	display: block;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}
#quicklinks a {
	padding-right: 1px;
	padding-left: 1px;
}
#conindex {
	display: block;
	position: relative;
	width: 650px;
}
#newsblock {
	display: block;
	position: relative;
	float: right;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#newsblock #news-head {
	display: block;
	position: relative;
	height: 80px;
	background: url(../../media/images/bg_news.jpg) no-repeat top left;
}
#newsblock #news-content {
	display: block;
	position: relative;
	background: url(../../media/images/bg_news_scale.jpg) repeat-y top left;
}
#newsblock #news-foot {
	display: block;
	position: relative;
	height: 20px;
	background: url(../../media/images/bg_news.jpg) no-repeat left bottom;
}
#newsblock h1 {
	display: block;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border: 0px;
	color: #000;
	font-family: sans-serif;
	font-size: 2.4em;
	text-decoration: none; 
	text-align: left;
}
#newsblock h2 {
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 1.8em;
	text-decoration: none; 
	text-align: left;
}
#newsblock h3 {
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 1.6em;
	text-decoration: underline; 
	text-align: left;
}
#newsblock p {
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
}
#newsblock p.center {
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
}
#newsblock ul.disc {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
}
#newsblock a {
	color: #000;
	text-decoration: underline;
}
#newsblock a:hover {
	color: #f00;
}
#newsblock a:active {
	color: #000;
}
#foot { 
	display: block;
	position: relative;
	width: 980px;
	left: 10px;
	right: 10px;
    padding-bottom: 20px;
    border-top: solid 1px #666;
	color: #666;
	text-align: center; 
}
#foot a {
	color: #666;
	text-decoration: underline;
}
#foot a:hover {
	color: #f00;
}
#foot a:active {
	color: #666;
}
a { 
    color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
a:active {
	color: #000;
}
h1.head { 
	display: block;
	position: relative;
	border: 0px;
	color: #fff;
	font-family: sans-serif;
	font-size: 3.0em;
	text-decoration: none;
	text-align: center;
}
h1 {
	display: block;
	position: relative;
	border-bottom: 1px solid #666;
	color: #000;
	font-family: sans-serif;
	font-size: 2.4em;
	text-decoration: none; 
	text-align: left;
}
h2 {
	display: block;
	position: relative;
	color: #000;
	font-family: sans-serif;
	font-size: 1.8em;
	text-decoration: underline; 
	text-align: left;
}
h3 {
	display: block;
	position: relative;
	color: #000;
	font-family: sans-serif;
	font-size: 1.6em;
	text-decoration: underline; 
	text-align: left;
}
h2.erklaerung {
	display: block;
	position: relative;
	color: #000;
	font-family: sans-serif;
	font-size: 2.4em;
	text-decoration: none; 
	text-align: center;
}
h3.nounderline {
	display: block;
	position: relative;
	color: #000;
	font-family: sans-serif;
	font-size: 1.6em;
	text-decoration: none; 
	text-align: left;
}
div.kasten {
	display: block;
	position: relative;
	border: 1px solid #000;
}
p.normal {
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
}
p.bold {
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
}
p.center {
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}
p.centerbold {
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
p.right {
	display: block;
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
}
p.small {
	display: block;
	position: relative;
	font-size: 1.0em;
	font-weight: normal;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
b {
	font-weight: bold;
}
big {
	display: inline;
	font-size: 1.6em;
	font-weight: bold;
}
ul.disc {
	list-style-type: disc;
	font-size: 1.4em;
	font-weight: normal;
}
ul.minus {
	list-style-type: none;
	font-size: 1.4em;
	font-weight: normal;
}
ul.minus li:before {
	content: "- ";
}
ul.none {
	list-style-type: none;
	font-size: 1.4em;
	font-weight: normal;
}
ul.folin {
	list-style-type: disc;
	font-size: 1.8em;
	font-weight: normal;
}
ul.folin li {
	display: list-item;
	padding-bottom: 20px;
}
li {
	display: list-item;
}
img {
	border: 0;
}
img.left {
	border: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
img.right {
	border: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
img.center {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#imgindex {
	display: block;
	position: relative;
}
#imgindex table {
	border: 0;
}
#imgindex img {
	border: 0;
}
#imgindex a {
	display: block;
	position: relative;
	text-decoration: none;
	background-color: transparent;
}
#imgindex a:hover {
	text-decoration: none;
	background-color: transparent;
}
#imgindex a:hover img{
	border: 2px solid #333;
}
#imgindex a:active {
	text-decoration: none;
	background-color: transparent;
}
object.movie {
	display: block;
	position: relative;
	width: 480px;
	height: 290px;
 	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	z-index: 1;
}
embed {
	z-index: 1;
}
param {
	z-index: 1;
}
table {
	display: table;
	position: relative;
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #000;
	font-size: 1.4em;
}
col.one {
	display: table-column;
    width: 25%;
}
col.two {
	display: table-column;
    width: 75%;
}
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;
}
th {
	display: table-cell;
}
td.text {
	display: table-cell;
	padding: 5px;
	text-align: left;
	line-height: 120%;
}
table.form {
	display: table;
	position: relative;
	border-collapse: collapse;
	border: 0px;
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #000;
	font-size: 1.4em;
}
table.form col.one {
	display: table-column;
  	width: 10%;
}
table.form col.two {
	display: table-column;
}
table.form tr {
	display: table-row;
	background-color: #fff;
	text-align: left;
	line-height: 120%;
}
table.form th {
	display: table-cell;
}
table.form td {
	display: table-cell;
}
table.tabright {
	display: table;
	position: relative;
	float: right;
	width: 300px;
	border-collapse: collapse;
	border: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000;
	background-color: #fff;
	font-size: 1.4em;
	text-align: center;
}
table.tabright tr {
	display: table-row;
}
table.tabright th {
	display: table-cell;
}
table.tabright td {
	display: table-cell;
}
table.tabright img {
	border: 0;
	margin-bottom: 60px;
}
table.img {
	display: table;
	position: relative;
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	color: #000;
	text-align: center;
}
table.img col {
	display: table-column;
    width: 33%;
}
table.img tr {
	display: table-row;
}
table.img th {
	display: table-cell;
}
table.img td {
    display: table-cell;
}
br:before {
	content: "\A"; /*Unicodezeichen fŸr Zeilenvorschub*/
}
