#textblock {
	padding-left: 29px;
	padding-right: 40px;
	padding-top: 50px;
}
td.hg_rechts {
	background: url(images/template/hg_rechts.gif) left repeat-y;
	padding-right: 37px;
}
.hg_unten {
	background: url(images/template/hg_unten.gif) top repeat-x;
}
.hg_adresse {
	background: url(images/template/hg_adresse.gif) bottom repeat-x;
}
.hg_oben {
	background: url(images/template/hg_oben.gif) left bottom no-repeat;
}
img.bildClass {
	border-left: #E2001A solid 5px;
	border-right: #FED511 solid 41px;
}

#naviblock {
	margin-top: 30px;
	background: url(images/navi.gif) top right repeat-y;
}
.hauptnavi a, .hauptnavi a:hover, .hauptnavi_selected a, .hauptnavi_selected a:hover {
	color: #000;
	position: relative;
	display: block;
	padding-right: 13px;
	height: 22px;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
.hauptnavi a:hover {
	color: #E2001A;
}
.hauptnavi_selected a, .hauptnavi_selected a:hover {
	font-weight: bold;
	color: #000;
	background: url(images/navi_selected.gif) top right repeat-y;
}

.unternavi a, .unternavi a:hover, .unternavi_selected a, .unternavi_selected a:hover {
	color: #666;
	position: relative;
	display: block;
	padding-right: 13px;
	background: url(images/navi_selected.gif) top right repeat-y;
	font-size: 11px;
	text-decoration: none;
	height: 18px;
	margin: 0;
}
.unternavi a:hover {
	color: #E2001A;
}
.unternavi_selected a, .unternavi_selected a:hover {
	color: #666;
	font-weight: bold;
}

/***************************************************/


body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
.kleiner {
	font-size: 0.8em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.buttons {
	color: #000;
	background-color: #F7AC00;
	text-decoration: none;
}
input.button {
	color: #000;
	border : 1px solid #000;
	background-color: #CCC;
	font-size : 10pt;
	cursor: pointer;
} 
input.submit {
	color: #000;
	border : 1px solid #0000
	background-color: #CCC;
	font-size : 10pt;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
p {
	padding: 0;
	margin: 0;
}
ul, ol {
	padding: 0;
	margin: 0;
}
li {
	padding: 2px;
	margin-left: 17px;
}
.schriftWeiss {
	color: #FFF;
}
.schriftSchwarz {
	color: #000;
}
.schriftHell {
	color: #E6E6E6;
}
.HGdunkel {
	background-color: #C3C3C3;
}
.HGweiss {
	background-color: #FFF;
}
.HGhell {
	background-color: #E6E6E6;
}
.HGgelb {
	background-color: #FED511;
}
.HGrot {
	background-color: #E2001A;
}
