* {
	margin: 0;
	padding: 0;
}

html, body, #mainwrapper {
	min-height: 100%;
	height: 100%;
	font-family: verdana, arial, tahoma, sans-serif;
}

html>body, html>body #mainwrapper { 
	height: auto;
}

body {
	margin: 0 auto;
	width: 760px;
}

#mainwrapper {
	position: absolute;
	width: 760px;
}

#mainwrapper a img {
	border: none;
	vertical-align: top;
	display: block; /* Opera, why??? */
}

#topmenuwrapper {
	width: 760px;
	height: 20px;
	color: inherit;
	background: #4b4a74 url(../gf/block.jpg) no-repeat 685px 8px;
}

#mainmenu {
	float: left;
	border-bottom: 1px solid #2a426e;
	list-style-type: none;
	height: 19px;
	max-width: 500px;
	color: inherit;
	padding-right: 6px;
	background: #29426b url(../gf/menubglistlast.gif) no-repeat center right;
}

#mainmenu li, #extramenu li {
	float: left;
	background: url(../gf/menubglist.gif) no-repeat center left;
	height: 20px;
	padding: 0 1px 0 1px;
	margin-right: -1px;
}

#mainmenu li a, #extramenu li a {
	color: #c6e4ff;
	font-size: 12px;
	text-decoration: none;
	margin-top: 2px;
	display: block;
	padding: 0 10px 0 10px;
	background-color: inherit;
	border-top: 1px solid #b5c6e7;
	border-bottom: 1px solid #b5c6e7;
}

#mainmenu li a.selected, #mainmenu li a.selected:hover {
	background-color: #007aa6;
	color: #c6e4ff;
}

#mainmenu li a:hover, #extramenu li a:hover {
	color: #c6e4ff;
	background-color: #6a186c;
}

#mainmenu li:first-child {
	background: url(../gf/toolbar_bg_left1.gif) no-repeat center left !important;
	padding-left: 4px;
}

#mainmenu li ul, #extramenu li ul {
	position: absolute;
	top: 20px;
	margin-left: -1px !important;
	visibility: hidden;
	border-bottom: 1px solid #b5c6e7;
	border-left: 1px solid #b5c6e7;
	border-right: 1px solid #b5c6e7;
	padding-right: 1px;
	background: url(../gf/blank.gif); /* IE need this, because it is IE.... */ 
}

#mainmenu li ul li, #extramenu li ul li {
	line-height: 15px;
	list-style: none;
	float: none;
	background: #6a186c;
	color: inherit;
	padding: 0px !important;
	display: block;
	width: auto;
	height: auto;
	z-index: 10;
}

#mainmenu li ul li:first-child, #extramenu li ul li:first-child {
	background: #6a186c !important;
	color: inherit;
}

#mainmenu li ul li a, #extramenu li ul li a {
	padding: 3px 6px 3px 6px;
	margin: 0 !important;
	border-top: 1px solid #b5c6e7;
	border-bottom: none;
	display: block;
	width: auto;
	height: auto;
}

#mainmenu li ul li a:hover, #extramenu li ul li a:hover {
	color: #2a426e;
	background-color: #edfce8;
}

#mainmenu li ul li a.selected:hover {
	color: #000 !important;
	background-color: #edfce8 !important;
}

#extramenu {
	float: right;
	list-style: none;
	height: 20px;
	background: url(../gf/menubglistsitemap.gif) no-repeat center right;
	padding: 0 1px 0 9px;
	margin-right: 2px;
}

#extramenu li:first-child {
	background: url(../gf/toolbar_bg_right1.gif) no-repeat center left;
	padding-left: 9px;
}

#extramenu li a {
	border-top: 1px solid #B5C6E7;
	border-bottom: 1px solid #B5C6E7;
}

#extramenu li a.selected {
	background-color: #007aa6;
	color: #c6e4ff;
}

#sitemap:hover {
	background: #6a186c url(../gf/block.jpg) no-repeat -1px 5px !important;
	color: #2a426e;
}

#sitemap.selected {
	background: #007aa6 url(../gf/block.jpg) no-repeat -1px 5px !important;
	color: #c6e4ff !important;
}

#leftmenuwrapper {
	float: left;
	width: 190px;
	height: auto;
	padding-bottom: 3em;
	background: url(../gf/leftmenutopbg.gif) no-repeat top center;
	margin-top: 20px;
}

#leftmenuwrapper ul {
	list-style: none;
	border-left: 1px solid #5779a6;
	border-right: 1px solid #5779a6;
	width: 180px;
	padding: 4px 5px 2px 3px;
	background: url(../gf/leftmenutopbg.gif) no-repeat bottom left;
}

#leftmenuwrapper ul li {
	width: 180px;
	color: inherit;
	background-color: #d9e0eb;
	margin-bottom: 2px;
	border: 1px solid #5779a6;
}

#leftmenuwrapper ul li a.selected {
	color: #5779a6;
	background-color: #edfce8 !important;
}

#leftmenuwrapper ul li a {
	display: block;
	width: 175px;
	color: #5779a6;
	background-color: inherit;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
}

#leftmenuwrapper ul li a:hover {
	background-color: #edfce8;
	color: #5779A6;
}

#contentwrapper {
	float: left;
	width: 445px;
	min-height: 350px;
	height: auto;
	padding-bottom: 3em;
	margin: 20px 0 0 20px;
	padding-right: 100px;
}

#contentwrapper h1, #contactcontentwrapper h1 {
	background: url(../gf/title_h1.gif) no-repeat;
	padding-left: 26px;
	font-size: 16px;
	border-bottom: 1px solid #004184; 
	margin-bottom: 10px;
}

#contentwrapper h1 a, #contactcontentwrapper h1 a {
	text-decoration: none;	
	background-color: inherit;
	color: #004184;
}

#contentwrapper h2, #contactcontentwrapper h2 {
	font-size: 13px;
	font-style: italic;
	background-color: inherit;
	color: #004184;
	padding-left: 15px;
	text-decoration: underline;
	margin: 20px 0 20px 0;
	background: url(../gf/news_bullet.gif) no-repeat center left;
}

#contentwrapper p, #contactcontentwrapper p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#contentwrapper p a, #contactcontentwrapper p a, address a, #contentwrapper ul li a {
	font-size: 12px;
	color: #004184;
	text-decoration: none;
	border-bottom: 1px dotted #5779a6;
}

#contentwrapper p a:hover, #contactcontentwrapper p a:hover {
	border-bottom: 1px solid #5779a6;
}

#contentwrapper ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0 0 15px 15px;
}

#contentwrapper ul li ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0 0 0 15px;
}

#footer {
	clear: both; 
	height: 1.6em; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 760px;
	font-size: 10px;
	color: #c6e4ff;
	background-color: #4b4a74;
	border-top: 1px solid #7a9bc8;
}

#footer p {
	padding: 1px 5px 0 0;
	float: right;
}

/* GENERAL */

input[type=submit] {
	width: 6em; 
	height: 1.5em; 
	border-top: 1px solid #bbb; 
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-left: 1px solid #bbb; 
	background: #fbfbfb url(../gf/submit.png) repeat-x center top; 
	font-size: 0.9em;
	margin-top: 0.7em;
	padding-bottom: 0.1em;
	color: #000;
}

input[type=submit]:hover { 
	background-position: 0 8px; 
}

abbr {
	border-bottom: 1px dotted #ccc;
}

address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
}


/* Customer support form */

#rentprosupport_form label, #frmSS label {
	cursor: pointer;
	width: 80px;
	display: block;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
}

#rentprosupport_form fieldset, #frmSS fieldset {
	border: none;
}

#rentprosupport_form legend, #frmSS legend {
	display: none;
}

#rentprosupport_form input, #frmSS input {
	margin-bottom: 5px;
}

#rentprosupport_form input[type=submit], #frmSS input[type=submit]{
	margin-left: 145px;
}

/* Login form */

#login_form fieldset, #contact_form fieldset {
	border: none;
}

#login_form legend, #contact_form legend {
	display: none;
}

#login_form label, #contact_form label {
	cursor: pointer;
	width: 120px;
	height: 17px;
	display: block;
	padding-top: 2px;
	float: left;
	font-size: 12px;
}

#login_form input, #contact_form input {
	margin-bottom: 5px;
}

#login_form input[type=submit], #contact_form input[type=submit] {
	margin-left: 185px;
}

/* Contact */

#contact_form {
	width: 450px;
}

#contact_form label {
	width: 125px;
}

#contact_form input[type=text] {
	width: 315px;
}

#contact_form textarea {
	width: 440px;
	height: 200px;
}

#contact_form input[type=submit] {
	margin-left: 355px;
}

#contactaddress {
	border: 1px solid #5779a6;
	padding: 5px;
	margin-bottom: 10px;
	width: 230px;
}

/* CMS buttons */

#cmsbuttons {
	position: absolute;
	bottom: 20px;
}

.cmspagebutton {
	margin-right: 10px;
	float: left;
	display: block;
	text-decoration: none;
	color: #004184;
	font-weight: bold;
	border: none !important;
}

.buttontext {
	border-bottom: 1px dotted #004184;
}

.buttontext:hover {
	border-bottom: 1px solid #004184;
}

#errornumber {
	font-size: 8px;
}

#errorsign {
	margin-right: 3px;
	vertical-align: top;
}

fieldset {
	margin-bottom: 5px;
}

#newsitem {
	color: #004184;
	font-size: 11px;
}

#mail2 {
	display: none;
}