/* CSS Document */
body {
	background-color: #efefef;
	margin: 0px;
	}
	
a {
	color: #373737;
	}
	
a:hover {
	text-decoration: none;
	color: #F9B208;
	}
	
html, body, textarea, iframe {
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#ededed;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#31649B;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ededed;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ededed;
}

.head {
	border: 1px solid #979797;
	}

.head_top {
	background-color: #EFDAA7;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
.head_bottom {
	background-color: #DCDCDC;
	border-top: 1px solid #EFDAA7;
	border-bottom: 1px solid #ffffff;
	padding-top: 32px;
	padding-left: 13px;
	padding-bottom: 13px;
	}
	
.headline_kl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #373737;
	}
	
.headline_gr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #373737;
	}

.main {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	}
	
.navi {
	background-color: #DCDCDC;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #ffffff;
	}
	
.navi_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #373737;
	background-color: #EFDAA7;
	border-bottom: 1px solid #ffffff;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.navi_menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #373737;
	background-color: #E3DAC4;
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.navi_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #373737;
	background-color: #E3DAC4;
	border-bottom: 1px solid #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	
.navi_button a {
	text-decoration: none;
	color: #373737;
	}
	
.navi_button a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
.navi_button a:active {
	text-decoration: none;
	color: #ff0000;
	}
		
.navi_pic {
	border: 1px solid #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	}
	
.content {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.box {
	border-top: 1px solid #EFDAA7;
	border-bottom: 1px solid #EFDAA7;
	}
	
.box_bg {
	background-color: #ffffff;
	}

.box_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #373737;
	background-color: #EFDAA7;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.box_content {
	background-color: #E5E0D4;
	border-top: 1px solid #EFDAA7;
	border-bottom: 1px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.box_tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #373737;
	background-color: #F0F0F0;
	border-top: 1px solid #EFDAA7;
	}
	
.box_tabelle td {
	border-bottom: 1px solid #979797;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.box_pic {
	border: 1px solid #979797;
	}
	
.iframe {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 390px;
	}
	
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	width: 540px;
	text-align: right;
	}
