body {
	width: 100%;
}

body.page {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

body.print {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 11pt;
}

#b {
	width: 199px;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

#b_sub {
	width: 199px;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 0px;
}

#copyright
{
	font-size: 7pt;
}

#querbalken {
	background-image: url(images/bgh.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 116px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 339px;
	height: 206px;
	z-index: 6;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	line-height: 17px;
	width: 750px;
	position: absolute;
	left: 240px;
	top: 160px;
	z-index: 10;
}

#menue {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 207px;
}

.button {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	width: 197px;
	height: 47px;
}

.button_sub {
	background-image: url(images/button_sub.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	width: 197px;
	height: 47px;
}

.button_over {
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
	width: 197px;
	height: 47px;
}

.button_over_sub {
	background-image: url(images/button_over_sub.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	width: 197px;
	height: 47px;
}

td {
	vertical-align: top;
}

td.error {
	font-weight: bold;
	font-size: 12pt;
	color: Red;
}

td.title {
	font-weight: bold;
	text-decoration: underline;
}

td.title2 {
	font-size: 12pt;
	font-weight: bold;
}

td.title3 {
	font-weight: bold;
}

td.title.paragraph {
 font-size: 12pt;
 text-align:center;
}

td.title.page {
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

td.title3.paragraph {
 font-size: 12pt;
 text-align:center;
}

td.title3.page {
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

td.tab {
	width: 20%;
}

td.tab_kontakt {
	width: 65%;
}