@charset "utf-8";

/**
------------------------------------------------------------------------------------------
		Allgemeine Elemente
------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow:	auto;
}

body {
	background: #ff9966;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

body * {
}

a:link {
	color: #a10228;
}

a:visited, a:hover, a:focus, a:active {
	color: #a10228;
}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	margin-top: -25px;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 1em;
	margin: 10px 0 5px 0;
	font-weight: normal;
	text-decoration: underline;
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
}

h6{
	font-size:1em;
	margin:15px 0 0 0;
}

p {
	font-size: 1em;
	line-height: 1.2em;
}

img {
	border: none;
}

address {
	font-style: normal;
	text-align: left;
}

hr {
	width: 80%;
	color: #ff0000;
	margin: 10px auto;
	text-align: center;
}

/**
------------------------------------------------------------------------------------------
		Extra
------------------------------------------------------------------------------------------*/
#checkbox{
	margin: 20px 0;
}
#checkbox input.error {
	border: 1px solid #ffffff;
}

#contact_nav li {
	background: url(../graph/contact_back.gif) no-repeat !important;
	height: 24px !important;
	width: 185px !important;
	padding: 3px 0 0 7px !important;
	margin-left: 25px !important;
	font-size: 0.7em !important;
}

#contact_nav li:hover {
	list-style: none !important;
}

#contact_nav li#active {
	list-style: none !important;
}

#contact_opt li {
	list-style: none;
	list-style: url(../graph/arrow_right.gif) square inside;
	height: 40px;
}

#contact_opt li a {
	position: relative;
	top: -10px;
}

#content {
	float: left;
	margin: 0 0 0 25px;
	width: 600px;
	color: #a10228;
	padding-bottom: 25px;
}

#content li {
	margin: 2px;
}

#content p, address {
	margin: 10px 0;
}

#content ul {
	margin: 10px 0 10px 25px;
	list-style: square;
}

#copy_nav {
	position: absolute;
	bottom: 19px;
	left: 31px;
	font-size: 0.7em;
}

#hours {
	margin: 0 auto;
	background: #ffcc99;
	width: 168px;
	padding: 5px 10px;
}

#hours p {
	margin: 5px 0 5px 10px;
}

#hours h3 {
	margin: 0px 0px 5px 0px;
}

#hours address {
	margin-top: 25px;
}

#kform {
	margin-top: 15px;
}

#kform div span.error {
	color: #ffffff;
}

#kform input {
	width: 500px;
	margin-left: 90px;
	border: 1px solid #a10228;
	background: #ffcc99;
	color: #a10228;
	padding: 5px;
}

#kform input.error {
	border: 1px solid #ffffff;
}

#kform label {
	position: absolute;
	display: inline;
	color: #a10228;
	font-weight: bold;
	margin: 5px 0;
}

#kform label#lab_ms {
	display: block;
	position: relative;
}

#kform #send {
	width: 70px;
	text-align: center;
	margin: 20px 0 0 0;
	color: #a10228;
	font-weight: bold;
	cursor: pointer;
}

#kform #send:hover {
	background: #ffffff;
}

#kform span {
	font-size: .9em;
	margin-left: 25px;
}

#kform textarea {
	width: 590px;
	height: 150px;
	background: #ffcc99;
	border: 1px solid #a10228;
	padding: 5px;
	color: #a10228;
}

#kform textarea.error {
	border: 1px solid #ffffff;
}

#main {
	width: 900px;
	margin: 50px auto 25px;
}

#map iframe{
	border: 1px solid #a10228;
}

#navigation {
	position: relative;
	background: #ff9966 url(../graph/nav_back_bar.jpg) no-repeat;
	width: 215px;
	height: 475px;
	float: left;
	font-size: 1em;
	padding-bottom: 25px;
}

#navigation address {
	margin: 25px 10px 5px 32px;
	line-height: 1.4em;
	color: #a10228;
}

#navigation a:link {
}

#navigation a:visited, #navigation a:focus, #navigation a:active {
}

#navigation a:visited, #navigation a:focus, #navigation a:active, #navigation a:hover {
}

#navigation li {
	color: #a10228;
	margin: 6px 10px 6px 32px;
	list-style: none;
	padding-top: 1px;
}

#navigation li:hover {
	list-style: url(../graph/list.jpg) square;
}

#navigation li a:hover {
}

#navigation ul {
	font-size: 1.2em;
	margin-top: 25px;
	padding-left: 5px;
}

#news {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #a10228;
	border-top: #ff9966 solid 3px;
	font-weight: bold;
	font-size: 1.1em;
	/*word-spacing: 50px;
	letter-spacing: 3px;*/
	white-space: nowrap;
}

#news a {
	color: #ffffff;
	text-decoration: none;
}

#pathway a {
	text-decoration: none;
}

#pathway a:hover {
	text-decoration: underline;
}
#scroll {
	position:fixed;
	height: 15px;
	background-color: #ffcc99;
	overflow: auto;
}
#scrollable {
	float: left;
	width: 600px;
	height: 205px;
	color: #a10228;
	padding-bottom: 25px;
	overflow-x:hidden;
	overflow-y:scroll;
	scrollbar-face-color:#ff9966;
	scrollbar-track-color:#ff9966;
	margin-bottom:10px;
}

#staff img {
	margin: 2px;
	width: 190px;
	height: 190px;
}

#staff p {
	margin: 0 0 10px 0;
}

.clear {
	clear: both;
}

.close {
	position: relative;
	text-align: right;
}

.container {
	width: 190px;
	margin: 2px;
}

.date {
	font-size: .8em;
	padding-left: 28px;
	font-style: italic;
	color: white;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
	margin-left: 2px;
}

.gal {
	margin-top: 5px;
}

.hide {
	visibility: hidden;
}

.invisible {
	position: absolute;
	left: -9999px;
}

.tipp {
	margin: 0 10px;
	background: #ffcc99;
	padding: 5px 10px;
}

.tipp_motto {
	margin: 0 275px 0 10px;
	background: #ffcc99;
	padding: 5px 10px;
}

div .personal {
	float: left;
}

div .provider {

}

div.provider div {
	margin: 0 auto;
}

h1 img {
	width: 455px;
	height: 215px;
}

li#active {
	color: #ffffff;
	font-weight: bold;
	list-style: url(../graph/list.jpg) square;
}
