/* komentar */

* /* alles vorformatieren */
{
	font-family : Arial, Helvetica, sans-serif;
}

/* normale text-groesse-farbe */
body,p,ul,ol,li,table,td,th,form,input,textarea,select,option
{
	font-size: 12px;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}
body {
	background-repeat: no-repeat;
}

/* normale links */
a, a img
{
	font-size: 12px;
	color : #CC0000;
	text-decoration : none;
	font-weight : bold;
	border-color: #CC0000; /* bilder */
}

a:link, a:link img
{
	font-size: 12px;
	color : #003366;
	text-decoration : none;
	font-weight : bold;
	border-color: #003366; /* bilder */
}

a:visited, a:visited img
{
	font-size: 12px;
	color : #003366;
	text-decoration : none;
	font-weight : bold;
	border-color: #003366; /* bilder */
}

a:hover, a:hover img
{
	font-size: 12px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	border-color: #000000; /* bilder */
}

a:active, a:active img
{
	font-size: 12px;
	color : #003366;
	text-decoration : none;
	font-weight : bold;
	border-color: #003366; /* bilder */
}

/* links in haupt-navigation oben */
a.menue-link-negativ:link
{
	color : #ffffff;
}

a.menue-link-negativ:visited
{
	color : #ffffff;
}

a.menue-link-negativ:hover
{
	color : #ffffff;
}

a.menue-link-negativ:active
{
	color : #ffffff;
}

/* links in unter-navigation oben */
a.unter-menue-link-negativ:link
{
	color : #ffffff;
	font-weight : normal;
}

a.unter-menue-link-negativ:visited
{
	color : #ffffff;
	font-weight : normal;
}

a.unter-menue-link-negativ:hover
{
	color : #ffffff;
	font-weight : normal;
}

a.unter-menue-link-negativ:active
{
	color : #ffffff;
	font-weight : normal;
}

/* titel */
.titel
{
	font-size : 18px;
	color : #003366;
	font-weight : bold;
}

/* untertitel */
.untertitel
{
	font-size : 12px;
	color : #666666;
	font-weight : bold;
}

.klein
{
	font-size : 11px;
}

a.link-klein:link { font-size : 11px; }
a.link-klein:visited { font-size : 11px; }
a.link-klein:hover { font-size : 11px; }
a.link-klein:active { font-size : 11px; }

.block
{
	background-color: #D0D6BE;
	padding: 14px;
	/* line-height: 20px; */
}

.zahl-gross
{
	font-family : "Times New Roman", Times, serif;
	font-size : 32px;
	font-style: italic;
	font-weight: bold;
	color : #666666;
	line-height: 22px;
}

input
{
	height: 18px;
}

.grau {
	color : #666666;
}
.rot {
	color: #993300;
}
.link
{
	font-size: 12px;
	color : #003366;
	text-decoration : none;
	font-weight : bold;
}
.bg_braun_hell {
	background-color: #F0F2EA;
}
.bg_braun_dunkel {
	background-color: #C7CEB4;
}

/* unter-navigation rechts */
.navi-sub-rechts {
	font-weight: bold;
}
.navi-sub-rechts * {
	display: block;
	padding-bottom: 3px;
}
.navi-link-level-2 {
	padding-left: 12px;
}
.navi-link-level-3 {
	padding-left: 24px;
}

#homepage { /* text startseite */
	position: absolute;
	top: 480px;
	width: 532px;
	display: block;
	overflow: hidden;
}
.button-homepage-blau {
	background-image: url(../art/bg_button_homepage_blau.jpg);
}
.button-homepage-orange {
	background-image: url(../art/bg_button_homepage_orange.jpg);
}
.button-homepage-blau,
.button-homepage-orange {
	background-repeat: repeat-x;
}
td.button-homepage-blau a,
td.button-homepage-orange a {
  width:100%;
  height:100%;
  display:block;
  line-height: 200%;
  background-color: transparent;
}
td.button-homepage-blau a:hover,
td.button-homepage-orange a:hover {
  background-color: #A8AA88;
  background-image: none;
}
.button-homepage-blau-bottom {
	background-image: url(../art/bg_button_homepage_blau_bottom.jpg);
}
.button-homepage-orange-bottom {
	background-image: url(../art/bg_button_homepage_orange_bottom.jpg);
}
.button-homepage-blau-bottom,
.button-homepage-orange-bottom {
	background-repeat: repeat-x;
}