﻿body {
	background-color: white;
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.accessibility {
	display: none;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

input, select, textarea {
	border: 1px solid #000000;
	width: 300px;
	margin: 1px;
}

#page {
	position: relative;
	width: 800px;
	border: 1px solid #000000;
	margin: 15px auto 0px auto;
	padding: 5px 5px 5px 0px;
	background-color: #FFFFFF;
}

#leftside {
	width: 590px;
	float: left;
}

#logo {
	width: 473px;
	height: 99px;
	background-image: url(/fileadmin/templates/GUv1/images/guenstige_einlagerung_at_logo.gif);
	background-repeat: no-repeat;
	float: left;
	border: none;
}

#languages {
	text-align: right;
	margin: 0px 3px 0px 3px;
	visibility: hidden;
}

#languages img {
	border: none;
}

#address {
	padding-top: 0px;
	text-align: right;
}

#chapter_menu_pane {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
	width: 590px;
	overflow: hidden;
}

#chapter_menu_level1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: none;
	border-bottom: 1px none #C9C7C3;
	width: 100%;
}

#chapter_menu_level1 li.normal {
	list-style-type: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 6px;
	float: left;
	display: block;
	background-image: url(../images/tab_left_normal.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#chapter_menu_level1 li.normal a {
	color: #000000;
	background-image: url(../images/tab_right_normal.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: 1px none #C9C7C3;
	margin: 0px;
	padding: 12px 11px 5px 5px;
	text-decoration: none;
	display: block;
}

#chapter_menu_level1 li.normal a:hover {
	color: #FFC5A2;
}

#chapter_menu_level1 li.active {
	list-style-type: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 5px;
	float: left;
	display: block;
	background-image: url(../images/tab_left_active.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#chapter_menu_level1 li.active a {
	color: #FFC5A2;
	background-image: url(../images/tab_right_active.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: 1px none #C9C7C3;
	margin: 0px;
	padding: 9px 11px 8px 6px;
	text-decoration: none;
	display: block;
}

#chapter_menu_level1 li.end {
	display: none;
}

#chapter_menu_level2 {
	position: absolute;
	top: 29px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #2C00FF;
	border: 1px solid #C9C7C3;
	border-left: none;
	width: 590px;
}

#chapter_menu_level2 li.normal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

#chapter_menu_level2 li.normal a {
	color: #FFFFFF;
	background-image: none;
	background-color: #2C00FF;
	border-right: 1px solid #C9C7C3;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	display: block;
}

#chapter_menu_level2 li.normal a:hover {
	color: #FFC5A2;
	background-color: #2C00FF;
}

#chapter_menu_level2 li.active {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

#chapter_menu_level2 li.active span {
	color: #FFC5A2;
	background-image: none;
	background-color: #2C00FF;
	border-right: 1px solid #C9C7C3;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	display: block;
}

#location_menu_pane {
	position: absolute;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid black;
	background-color: #FFFFFF;
	width: 75px;
	overflow: hidden;
	left: -75px;
	top: 180px;
}

#location_menu_level1 {
	margin: 0px;
	padding: 0px;
}

#location_menu_level1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#location_menu_level1 li.normal a {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid black;
	border-bottom: none;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	display: block;
}

#location_menu_level1 li.normal a:hover {
	color: #FFCC66;
	background-color: #2C00FF;
}

#location_menu_level1 li.active span {
	color: #FFCC66;
	background-color: #2C00FF;
	border: 1px solid black;
	border-bottom: none;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	display: block;
}

#location_menu_pane div.clear {
	display: none;
}

#content_pane {
	background-color: #ffffff;
	padding: 10px 10px 10px 15px;
	clear: both;
}

#rightside {
	width: 190px;
	float: right;
}

#rightside img {
	border: 1px solid #999999;
}

#footer {
	margin: 5px auto 30px auto;
	width: 800px;
	text-align: center;
	vertical-align: top;
}

div.clear {
	clear: both;
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	border: 0px none #000000;
}