/*
@font-face {
	font-family: "Helvetiker";
	font-weight: normal;
	src: url(/fonts/helvetiker_regular.ttf?format=raw);
}

@font-face {
	font-family: "Helvetiker";
	font-weight: bold;
	src: url(/fonts/helvetiker_bold.ttf?format=raw);
}
*/

html, body, #page {
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	font-family: "HelveticaNeue LT 55 Roman", "Helvetica CE 55 Roman", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sanf-serif;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.4;
}

body, #page {
	overflow: hidden;
	z-index: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
a:link {
	color: #0ba1e2;
}

/* Grundaufbau */

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*
#background-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
*/

#background {
	position: absolute;
	top: 0px;
	z-index: 0;
	/*
	left: 50%;
	margin-left: -800px;
	*/
	left: 0px;
	width: 100%;
	min-width: 1600px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 295px;
}

#mainmenu ul,
#mainmenu ul li,
#submenu ul,
#submenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainmenu,
#mainmenu li,
#mainmenu a,
#submenu,
#submenu li,
#submenu a {
	color: #fff;
	font-weight: bold;
	/*font-family: helvetica, serif;*/
	font-size: 0.92em;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

#mainmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #4d2e03;
	width: 260px;
	height: 295px;
	background-image: url(/content/img/logo.png);
	background-repeat: no-repeat;
	background-position: 26px 25px;
}

#mainmenu ul {
	position: absolute;
	left: 26px;
	bottom: 17px;
}

#mainmenu li.active,
#mainmenu li.childActive {
	padding-top: 4px;
}

#mainmenu li.active,
#mainmenu li.childActive,
#mainmenu li.active a,
#mainmenu li.childActive a {
	color: #0ba1e2;
}

#mainmenu li.active a,
#mainmenu li.childActive a {
	background-image: url(/content/img/menu-active.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#mainmenu li.active a:after,
#mainmenu li.childActive a:after {
	/*content: " \25B8";*/
}

#submenu {
	position: absolute;
	top: 0px;
	left: 265px;
	z-index: 10;
	/*
	background-color: #3da3d4;
	background-color: rgba(61, 163, 212, 0.65);
	*/
	height: 295px;
}

#submenu,
#submenu-background {
	width: 260px;
}

#submenu.narrow,
#submenu.narrow #submenu-background {
	width: 200px;
}

#submenu-content {
	width: 230px;
}

#submenu.narrow #submenu-content {
	width: 170px;
}

#submenu-background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background-color: #3da3d4;
	height: 295px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

#submenu-content {
	position: absolute;
	left: 26px;
	bottom: 17px;
	/*padding-top: 80px;*/
	z-index: 12;
	/*
	background-image: url(/content/img/submenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	*/
}

#submenu-head {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#submenu li li {
	padding-left: 12px;
}

#submenu li li,
#submenu li li a {
	font-weight: normal;
}

#submenu ul.highlight-root li.active a,
#submenu ul.highlight-root li.childActive a {
	color: #4d2e03;
}

#submenu li li.active,
#submenu li li.childActive,
#submenu li li.active a,
#submenu li li.childActive a {
	color: #4d2e03;
}

#submenu-active,
#submenu ul#submenu-active {
	margin-top: 22px;
}

#headinfo {
	position: absolute;
	bottom: 0px;
	left: 470px;
	/*width: 445px;*/
	width: 497px;
	background-color: #fff;
	/*padding: 17px 26px;*/
	z-index: 10;
	height: 5.3em;
}

#headinfo div {
	font-weight: bold;
	text-transform: uppercase;
	color: #4d2e03;
	font-size: 0.67em;
	position: absolute;
	left: 26px;
	top: 17px;
}

#body h2.headinfo,
#headinfo h2 {
	text-transform: uppercase;
	color: #0ba1e2;
	margin: 0;
	font-size: 1.67em;
	line-height: 1.1;
}

#headinfo h2 {
	position: absolute;
	left: 26px;
	top: 1.65em;
}

#body h2.headinfo {
	margin-bottom: 25px;
}

#headinfo.with-text {
	height: 15em;
}

#headinfo.with-text p {
	margin: 0;
	color: #4d2e03;
	position: absolute;
	left: 26px;
	bottom: 17px;
	width: 393px;
}

#body {
	position: absolute;
	background-color: #fff;
	padding: 17px 26px;
	z-index: 10;
	left: 265px;
	width: 650px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	top: 300px;
	bottom: 40px;
	overflow: auto;
	color: #4d2e03;
	/*line-height: 1.4;*/
}

#body.narrow {
	/*width: 200px;*/
	left: 470px;
	width: 445px;
}

#body h2 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#body h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#body p,
#body .p,
#body ul,
#body h2,
#body h3 {
	margin: 0px 0px 20px;
}

#body ul {
	padding: 0;
	list-style-type: none;
}

#body ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	padding-left: 15px;
	background-image: url(/content/img/list-icon.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#body dt {
	color: #0ba1e2;
	margin: 0;
	font-weight: bold;
}

#body dd {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#body .right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

#body .left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#body .clear {
	clear: both;
}

#body .rclear {
	clear: right;
}

#body .lclear {
	clear: left;
}

#body .box {
	position: relative;
}

#body .aright {
	position: absolute;
	right: 0px;
}

#body .aleft {
	position: absolute;
	left: 0px;
}

#body .atop {
	position: absolute;
	top: 0px;
}

#body .abottom {
	position: absolute;
	bottom: 0px;
}

#body .ohidden {
	overflow: hidden;
}

#body .half {
	width: 320px;
}

#body .center {
	text-align: center;
}

#body .tright {
	text-align: right;
}

#body .tleft {
	text-align: left;
}

#body .np {
	margin-bottom: 0px;
}

#body .sp {
	margin-bottom: 5px;
}

#body .hp {
	margin-bottom: 10px;
}

/* Scrollbar */

.scrollbox {
	position: relative;
}

.scrollbar {
	background: transparent;
	width: 18px;
	position: absolute;
	padding: 25px 0px;
	overflow: hidden;
}

.scrollbar .scrollbar-background {
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}

.scrollbar .ui-slider {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0px none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	z-index: 12;
}

.scrollbar .ui-slider .ui-slider-handle {
	background: transparent;
	border: 0px none;
	background-color: #fff;
	height: 50px;
	width: 18px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	left: 0px;
	margin-bottom: -25px;
	z-index: 13;
	cursor: move;
}

/* Formulare */

form {
	margin-bottom: 1em;
}

form div.field {
	clear:left;
	padding-top:.6em;
}

form div.submit {
	clear:left;
	padding-top:.6em;
	padding-left: 160px;
}

form div.field label {
	display: block;
	float: left;
	width: 160px;
	font-weight: bold;
	margin-bottom: .2em;
	font-size: 100%;
}

form div.wide label {
	float:none;
	width:auto;
}

form textarea,
form input,
form select {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

form div.field input,
form div.field select
{
	width: 300px;
}
form div.field textarea {
	display: block;
	clear: both;
	width: 100%;
	height: 120px;
}

form div.field input[type="checkbox"],
form div.field input[type="radio"],
form div.field input[type="submit"] {
	width: auto;
}
form div.field input[type="checkbox"],
form div.field input[type="radio"] {
	border: 0px none;
}

form div.field div.error {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #932020;
	padding: 2px;
	color: #FFF;
	width: 298px;
	margin-left: 160px;
}
form div.field.wide div.error {
	width: 100%;
	margin-left: 0px;
}

table td{
	padding-right:	15px;
}

