html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both; }

/*div { border: 1px dotted red; }*/


/* SHT Winter styling */
body {
	margin: 0;
	background-color: #2d7ba6;
	padding-top: 26px;
}

#background {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}

#background img { width: 100%; height: 100%; }

#page {
	z-index: 1;
	position: relative;
	width: 862px;
	margin: 0 auto;
	font-family: tahoma;
	font-size: 12px;
	color: #2d7ba6;
}

#header { }

#logo {
	margin-left: 52px;
	width: 332px;
	float: left;
}

#navigation {
	float: right;
	width: 433px;
	height: 49px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	margin-top: 37px;
}

#navigation h1 { display: inline; }
#navigation a {
	color: #2d7ba6;
	font-size: 14px;
	text-decoration: none;
	float: left;
	line-height: 19px;
	margin-top: 14px;
	margin-left: 25px;
	*margin-left: 20px;	
}
#navigation a:hover { text-decoration: underline; }
#headerimage { }

#content {
	float: left;
	width: 431px;
	height: 334px;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
}

#extratext {
	overflow: auto;
	height: 300px; 
	scrollbar-arrow-color:#2d7ba6;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#cdcdcd;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#2d7ba6;
	scrollbar-shadow-color:#2d7ba6;
}

#text { padding: 10px 40px 0 40px; }
#text p { margin: 10px 0; line-height: 14px; }
#text a { color: #2d7ba6; text-decoration: underline; }
#text a:hover { text-decoration: none; }
#text h1 { font-weight: bold; font-size: 14px; }
#text ul { list-style-type: square; }
#text li { line-height: 16px; margin-left: 13px; }
#text .motto { font-size: 13px; font-weight:bold; }

#mini {
	width: 411px;
	height: 360px;
	float: right;
	margin-top: -27px;
	margin-bottom: 15px;
	background-image: url(../images/minibox.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}

#mini div {
	background-repeat: no-repeat;
	margin-top: 13px;
	margin-left: 12px;
}
#hauptbild_bg ul { display: none;  }

#footer {
	color: #fff;
	text-align: center;
	line-height: 15px;
}

	#footer a { color: #fff; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }

#notdienst {
	text-decoration: underline;
	font-weight: bold;
}

form { margin-left: 40px; }
form, input, #s, textarea { font-family: tahoma; font-size: 11px; color: #2d7ba6; }
#content form ul { list-style-type: none; padding: 0; margin: 0; }
#content form ul li { margin-bottom: 3px; }
#content form ul li label { float: left; width: 80px; line-height: 200%; }
#content form ul li input { width: 270px; border: 1px solid #2d7ba6; padding: 2px; background: transparent; }
#content form ul li textarea { width: 270px; border: 1px solid #2d7ba6; padding: 2px; height: 60px; background: transparent; }
#s { background: transparent; border: 1px solid #2d7ba6; margin-left: 13px; }

