#stbContentPanel {
display:none;
}

#searchablecontent, #skipnavigation, #logo_print {
	display: none;

}

body, html {
	background:white;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body, input, textarea, button, select, table {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
hr { 
height:1px;
border: none;
background-color: #ffffff;
border-bottom: 1px dashed #999999;
 
}

* {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #B1B1B1;
	SCROLLBAR-SHADOW-COLOR: #B1B1B1;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #B1B1B1;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #B1B1B1;
}

img {
	border: 0px;
}

a {
	color: #CA0000;
	text-decoration: none;
}
a:hover {
	color: #1C3169;
	text-decoration: none;
}
h1 {
	font-family: verdana;
	font-size: 12px;
	color: #CA0000;
	font-weight: bold;
}
h2 {
	font-family: verdana;
	font-size: 11px;
	color: #152551;
	font-weight: bold;
}
.headline {
	font-family: verdana;
	font-size: 12px;
	color: #152551;
	font-weight: bold;
}

#page_head {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 252px;
	z-index:1000;
}
#head_greybar {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	height: 64px;
	background-color: #DADADA;
}
#head_redbar {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 64px;
	height: 5px;
	background-color: #CA0000;
	font-size: 1px;
}
#head_stripebar {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 72px;
	height: 179px;
	background-image: url(../images/strich_verlauf.gif);
	background-repeat: repeat-x;

}
#head_container {
	position: relative;
	margin:auto;
	top:0px;
	width: 751px;
	height:252px;
	z-index:1100;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#head_functions {
	position: absolute;
	top: 40px;
	right: 0px;
}

#head_functions a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #152551;
	margin-left: 25px;
	text-decoration:none;
}
#head_functions a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	text-decoration:none;
	margin-left: 25px;
}
#pic_bg {
	position: absolute;
	top: 72px;
	left: -1px;
	width: 252px;
	height: 180px;
	z-index: 2000;
	background-color: white;
}
#pic {
	position: absolute;
	top: 72px;
	left: 0px;
	z-index: 2100;
}
#nav_top {
	position: absolute;
	top: 72px;
	left: 250px;
	z-index: 1500;
}
#nav_bottom {
	position: absolute;
	bottom: 0px;
	left: 250px;
	z-index: 1500;
}
#nav {
	position: absolute;
	top: 78px;
	left: 250px;
	width:251px;
	z-index: 1500;
	
}
#nav .drop_area {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:1px;
	height:24px;	
	
}

#nav .drop_area ul {
	visibility: hidden;
	position: absolute;
	left: 251px;
	top: 0px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:24px;
	white-space:nowrap;
	background-color: 1C3169;
	z-index: 1500;
	
}

#nav .drop_area ul li {
	margin-top:6px;
	margin-bottom: 11px;
}

#nav .drop_area ul a {
	display:block;
	color: #ffffff;
	font-size:11px;
	text-decoration: none;
	background-image: url(../images/pfeil_weiss.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
}

#nav .drop_area ul a:hover {
	font-weight: bold;
}

#subnav {
	position:relative;
	margin:0px;
	padding:0px;

	height:24px;
	z-index: 100;
}

#subnav .nav_file2 {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

#subnav ul {
	position: absolute;
	left: 1px;
	top: 6px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:24px;
	white-space:nowrap;

}

#subnav li {
	margin-top:6px;
	margin-bottom: 11px;
}

#subnav.tools li {
	margin-bottom:5px;
}

#subnav a {
	display:block;
	color: #ffffff;
	font-size:11px;
	text-decoration: none;
	background-image: url(../images/pfeil_weiss.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	
}

#subnav a:hover {
	font-weight: bold;

}

#AREA_KONTAKT ul {
position:absolute;
left:250px;
top:auto!important;
bottom:-6px!important;
}

#bluefield1 {
	position: absolute;
	bottom: 0px;
	left: 250px;
	height: 180px;
	width: 251px;
	background-color: #152551;
	z-index: 7;
}
#bluefield2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 180px;
	width: 250px;
	background-color: #1C3169;
	z-index: 10;
}
#page_center{
	position: absolute;
	right: 0px;
	left: 0px;
	top: 252px;
	bottom: 38px;
}
#center_container {
	position: relative;
	margin:auto;
	width: 751px;
	height:100%;
}
#left_container {
	position: absolute;
	top: 0px;
	bottom:0px;
	width: 251px;
	left: 0px;
}

#left_content {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	border-right: 1px dashed #B1B1B1;
	border-left: 1px dashed #B1B1B1;
}

#tools_container {
	position: absolute;
	top: 8px;
}

#tools {
position:absolute;
left:10px;
top:35px;
}

#tools a {
	text-decoration: none;
	color: #666666;
	background-image:url(../images/pfeil.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	display:block;
	margin-bottom:6px;
}
#tools a:hover {
	color: #CA0000;
}

#contact {
	position: absolute;
	bottom: 0px;
	height: 210px;
	width: 249px;
	background-color: white;
}
#contact_luebeck {
	position: absolute;
	left: 10px;
	bottom: 87px;
	width: 230px;
	background-color: white;
}
#contact_stralsund {
	position: absolute;
	left: 10px;
	bottom: 8px;
	width: 230px;
	background-color: white;
}
#content_container {
	position: absolute;
	width: 490px;
	height: 100%;
	right: 0px;
	top: 0px;
	border-right: 1px dashed #B1B1B1;
	overflow: auto;	
}
#calcdiv {
	position: absolute;
	width: 490px;
	height: 100%;
	right: 0px;
	top: 8px;
	border-right: 1px dashed #B1B1B1;	
}
#calc {
	width: 100%;
	height: 100%;
}
#text_container {
	position: relative;
	margin-top:5px;
	margin-left:5px;
	width:460px;
}
#subheadline {
	position: absolute;
	top:8px;
}
#text {
	position: absolute;
	top: 40px;
	padding-bottom:15px;
	
}
#text ul {
	list-style-image: url(file:///P|/btr-sumus.com/images/pfeil_grau.gif);
}
#page_footer {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 38px;

}
#footer_greybar {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 33px;
	background-color: #DADADA;
}
#footer_redbar {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 33px;
	height: 5px;
	background-color: #CA0000;
	font-size: 1px;
}
#footer_container {
	position: relative;
	margin:auto;
	top:0px;
	width: 751px;
	height:38px;	
}
#footer_functions {
	position: absolute;
	right: 0px;
	top: 10px;
}
#footer_functions a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #152551;
	margin-left: 25px;
	text-decoration:none;
}
#footer_functions a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA0000;
	text-decoration:none;
	margin-left: 25px;
}
#author {
	position: absolute;
	top: 5px;
	left: 0px;
}
.news_container {
	padding: 10px;
}

.news_headline {
	display: block;
	font-weight: bold;
}

/*Formulare*/
.formulareingabefeld {
	border: 1px solid #818182;
	width: 130px;
	background-color: #FFFFFF;
}

.dropdown {
	width: 188px;
	font-size: 11px;
	background-color: #ffffff;
}
.radiocheckbox {
	border: 0px;
	width: 20px;
}
.texteingabefeld{
	width: 400px;
	overflow: auto;
	border: 1px solid #818182;
	background-color: #FFFFFF;
}
.buttonsenden{
	border: 0px;
}

/*Sitemap*/
.sitemap_folder {
	font-family: verdana;
	font-size: 11px;
	color: #152551;
	font-weight: bold;
}
.sitemap_files a {
	display: block;
}
.sitemap_files {
	margin-top: 1em;
	margin-bottom: 1em;
}
.sitemap_files, .sitemap_sub_files {
	margin-left: 20px;
	font-weight: normal;
}

/* Formatierung der Gemeinschaftsseiten + Onlinerechner */
td.tdfarbe {
	background-color: #658228;
}

.tdfarbe {
	background-color: #658228;
}

.textfett {
	font-weight: bold;
	color: black;
}

.textklein {
	font-size: 10px;
}

.titel {
	color: #658228;
	font-weight: bold;
	font-size: 13px;
}

.titelklein {
	color: #152551;
	font-weight: bold;
	font-size: 11px;
}

.vpiklein {
	font-size: 9px;
}

#gsdesc {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#gsnav a {
	
	color: #CA0000;
	text-decoration: none;
}

#gsnav .gsactive ,#gsnav a:hover {
	color:  #1C3169;
}

.ZMStable {
	width: 460px;
}
.odd, .even {
	font-family: arial;
	font-size: 10px;
}
th {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 10px!important;
}
thead {
	text-align: left!important;
}

#calcdiv {
	background-color: transparent;
}

#calc {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}


