
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* 
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	*/
	background-color: #EEEEEE;
}

html {
  height: 100%;
	margin-bottom: 1px;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A, A:link, A:active, A:visited  {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #999999;
	text-decoration: none;
}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	padding-top: 6px;
	color: #FFFFFF;
	background-color: #CC3300;
	font-weight: normal;
	text-align: center;
	border-left: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	
}

a.nav:hover {
	background-color: #FFFFFF;
	color:  #CC3300;
}

a.nav_active {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	padding-top: 6px;
	color: #CC3300;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #CC3300;
}

/* sub-navigation */
a.subnav, a.subnav:link, a.subnav:visited {
	display: block;
	width: auto;
	padding-left: 20px;
	margin-left: 10px;
	color: #999999;
	background: url(../img/com_knopf_grau.gif) no-repeat left center;
}

a.subnav:hover {
	background: url(../img/com_knopf_rot.gif) no-repeat left center;
	color: #CC3300;
}

a.subnav_active  {
	display: block;
	width: auto;
	padding-left: 20px;
	margin-left: 10px;
	color: #CC3300;
	background: url(../img/com_knopf_rot.gif) no-repeat left center;
}

a.subnav_active:hover {
	color: #CC3300;
}



.border {
	border: 1px solid #CC3300;
}

.imgborder {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

.content {
	display: block;
	width: auto;
	margin: 15px 25px 15px 35px;
	text-align:justify;
	color: #333333;
}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}

.startbild {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.noprint { }