body {
	background-color: #CCCCCC;
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
}

.accessibility {
	display: none;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
}

#content {
	width: 990px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	min-height: 600px;
	clear: both;
	background-image: url(../images/bg_content_header.png);
	background-repeat: no-repeat;
	z-index: 200;
}

#header {
	width: 1000px;
	height: 113px;
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
}

#header h1 {
	margin: 0px;
}

#header h1 a {
	width: 480px;
	height: 80px;
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	background: transparent;
}

#languages {
	position: absolute;
	top: 113px;
	right: 0px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	z-index: 500;
	background: url(../images/bg_menu_language.png);
	background-repeat: repeat-x;
}

#legacy_languages {
	display: none;	
}

#language_begin {
	width: 10px;
	height: 26px;
	display: block;
	float: left;
	background-image: url(../images/bg_menu_language_begin.png);
}

#language_end {
	width: 15px;
	height: 26px;
	display: block;
	float: right;
	background-image: url(../images/bg_menu_language_end.png);
}

#languages img {
	border: none;
	margin: 0px;
	display: inline;
}

#languages a {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	display: inline;
}

#address {
	text-align: left;
	z-index: 300;
	position: absolute;
	right: 20px;
	top: 35px;
	width: 155px;
	font-family: "Courier New", Courier, monospace;
}

#chapter_menu_pane {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 51px;
	width: 1000px;
	overflow: hidden;
	z-index: 300;
	background-image: url(../images/bg_tab_bar.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#chapter_menu_level1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px none #C9C7C3;
	background-image: url(../images/bg_menu_bar.png);
	background-repeat: no-repeat;
	width: 1000px;
}

#chapter_menu_level1 li.normal {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
	border-left: 1px solid #153056;
	border-right: 1px solid #6496D9;
	height: 26px;
}

#chapter_menu_level1 li.normal a {
	color: white;
	background-image: url(../images/bg_menu_normal.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 6px 11px 5px 11px;
	text-decoration: none;
	display: block;
}

#chapter_menu_level1 li.normal a:hover {
	color: #080878;
	background-image: url(../images/bg_menu_active.png);
	background-repeat: repeat-x;
}

#chapter_menu_level1 li.active {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
	border-left: 1px solid #153056;
	border-right: 1px solid #6496D9;
}

#chapter_menu_level1 li.active a {
	color: #080878;
	background-image: url(../images/bg_menu_active.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 6px 11px 5px 11px;
	text-decoration: none;
	display: block;
}

#chapter_menu_level1 li.end {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
	border-left: 1px solid #153056;
	border-right: none;
	width: 1px;
	height: 26px;
}

#chapter_menu_level2 {
	position: absolute;
	top: 26px;
	left: 0px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-image: url(../images/bg_tab_bar.png);
	border-left: none;
	width: 970px;
	height: 25px;
}

#chapter_menu_level2 li.normal {
	list-style-type: none;
	background-image: url(../images/bg_tab_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	margin: 0px 1px;
	padding: 0px;
	float: left;
	height: 25px;
}

#chapter_menu_level2 li.normal a {
	color: black;
	margin: 0px;
	padding: 8px 8px 3px 8px;
	text-decoration: none;
	background-image: url(../images/bg_tab_normal_end.png);
	background-repeat: no-repeat;
	border: none;
	background-position: right top;
	height: 25px;
}

#chapter_menu_level2 li.normal:hover {
	background-image: url(../images/bg_tab_active.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#chapter_menu_level2 li.normal a:hover {
	color: #666;
	background-image: url(../images/bg_tab_active_end.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#chapter_menu_level2 li.active {
	list-style-type: none;
	background-image: url('../images/bg_tab_active.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 1px;
	padding: 0px;
	border: none;
	float: left;
	height: 25px;
}

#chapter_menu_level2 li.active span {
	color: #666;
	border: none;
	margin: 0px;
	padding: 8px 8px 3px 8px;
	background-image: url('../images/bg_tab_active_end.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	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: -70px;
	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 {
	width: 760px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	float: left;
	display: inline;
	clear: both;
}

#rightside {
	width: 180px;
	margin: 0px 5px 0px 0px;
	padding: 10px 5px 0px 10px;
	float: right;
	display: inline;
	overflow: hidden;
	z-index: 500;
}

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

#footer {
	margin: 0px auto 0px auto;
	padding: 15px;
	width: 970px;
	height: 60px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
}

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

#google_query {
	margin: 0px;
	padding: 2px 2px 2px 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	background-color: #cccccc;
	background-image: url(/fileadmin/templates/GUv1/images/google_bar_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: black;
	border: 0px solid white;
	height: 40px;
	position: relative;
	top: -10px;
}

#google_query .query {
	font-style: italic;
	font-weight: bold;
}

#google_logo {
	position: relative;
	top: 10px;
}

#c561 {
	position: absolute;
	top: 74px;
	left: 500px;
	width: 300px;
}

#c561 input.text {
	background-image: url(../images/bg_input.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	border: none;
	width: 198px;
	height: 20px;
	margin: 0px 5px 0px 0px;
	padding: 3px 5px 0px 5px;
}

#c561 input.button {
	background-image: url(../images/bg_button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 77px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 0px;
}

#c503 {
	position: absolute;
	width: 200px;
	top: 134px;
	right: 12px;
	z-index: 1000;
}

#offer_button a:link, #offer_button a:active, #offer_button a:visited, #offer_button a:hover {
	position: fixed;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: none;
	height: 170px;
	width: 30px;
	background-repeat: repeat-x;
	background: transparent;
	z-index: 1200;
	margin: 0px 0px 0px 979px;;
	padding: 0px;
	text-align: center;
	display: block;
	top: 170px;
}

#offer_button img {
	border: none;
	vertical-align: middle;
}

