@charset "windows-1252";

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff url('images/bg.png') no-repeat center top;

	font-family: Verdana, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
}

img {
	border: 0;
}

embed, object {
	outline: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

a {
	color: #b2bb1c;
	font-weight: bold;
}

a:hover {
	color: #000;
}

div#site {
	position: relative;
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 69px;
	width: 100%;
	background: url('images/bg_footer.gif') no-repeat right top;
	color: #7f7f7f;
	font-size: 10px;
}

div#footer span#zicht {
	position: absolute;
	left: 0;
	top: 40px;
}

div#footer span#zicht a {
	color: #7f7f7f;
}

div#footer span#zicht a:hover {
	color: #b2bb1c;
}

div#footer div#footermenu {
	position: absolute;
	left: 500px;
	top: 40px;
	color: #f9c588;
}

div#footer div#footermenu span {
	color: #fff;
	margin-right: 10px;
}

div#footer div#footermenu a {
	color: #fff;
}

div#footer div#footermenu a:hover {
	color: #2f2f2f;
}

div#layout {
	padding-bottom: 80px;
}

ul#header {
	height: 51px;
	background: url('images/bg_menu.png') repeat-x;
	border-bottom: 1px solid #cb6a14;
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
}

ul#header li.menuitem {
	border-right: 1px solid #f6ac53;
	width: 105px;
	height: 51px;
	float: left;
}

ul#header li.menuitem a {
	display: block;
	border-right: 1px solid #cb6a14;
	width: 94px;
	height: 31px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}

ul#header li.menuitem a:hover {
	background: url('images/bg_menu_hover.jpg') no-repeat;
}

ul#header li.menuitem.active a {
	background: url('images/bg_menu_active.png') repeat-x;
}

ul#header li.search {
	float: left;
	padding: 13px 0 0 13px;
}

div.search {
	width: 100px;
	height: 25px;
	background: url('images/bg_search.gif') no-repeat;
	float: left;
	margin-right: 3px;
}

div.search input {
	border: 0;
	background: transparent;
	width: 90px;
	height: 14px;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	padding: 6px 5px 5px 5px;
}

input.button_search {
	float: left;
	margin-top: 1px;
	margin-right: 18px;
}

ul#header li.search img.button_flag {
	float: left;
	margin-top: 3px;
}

div.contentrow {
	overflow: hidden;
	margin-bottom: 27px;
}

div.contentrow h3 {
	margin-bottom: 2px;
}

div.contentblock {
	float: left;
	margin-right: 39px;
	width: 299px;
	color: #303030;
}

div.contentblock.lastblock {
	margin-right: 0;
}

div.contentblock.homeflash {
	width: 637px;
	height: 236px;
}

div.contentblock.homelogo p {
	width: 250px;
	font-size: 12px;
	color: #575c04;
	font-weight: bold;
	margin-bottom: 10px;
}

div.contentblock.homelogo img.logo_citura {
	display: block;
	margin-bottom: 18px;
}

a.readmore {
	display: inline-block;
	height: 17px;
	background: url('images/bullet_readmore.gif') no-repeat;
	padding: 2px 0 0 25px;
	color: #b2bb1c;
	font-weight: bold;
	text-decoration: none;
}

a.readmore:hover {
	background-image: url('images/bullet_readmore_hover.gif');
	color: #2f2f2f;
}

div.contentblock h2, div.contentcolumn h2 {
	padding: 4px 0 0 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 22px;
	border-bottom: 1px solid #d5d5d5;
	color: #000;
}

div.contentblock.editorcontent ul, div.contentblock.editorcontent ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	line-height: 1.5em;
	list-style-position: inside;
}

div.contentblock h2.subtitle, div.contentcolumn h2.subtitle {
	border: none;
}

div.contentblock h2.news {
	border: none;
}

div.contentblock h2.large {
	font-size: 28px;
}

div.contentblock div.moreitem {
	color: #303030;
	margin-bottom: 20px;
	overflow: hidden;
}

div.contentblock div.moreitem h3 {
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 12px;
}

div.contentblock div.moreitem p {
	margin-bottom: 6px;
}

div.contentblock.homeproducts {
	border: 1px solid #b2bb1c;
	padding: 3px 9px 0 9px;
	width: 279px;
}

div.contentblock.homeproducts h2 {
	padding: 0;
	color: #636900;
	border-bottom: 1px solid #d1d677;
}

div.contentblock.homeproducts div.moreitem {
	margin-bottom: 10px;
}

div.contentblock.homeproducts div.moreitem h3 {
	color: #626800;
}

div.contentblock.homeproducts div.moreitem img.thumb {
	float: left;
	padding: 3px;
	border: 1px solid #b2b2b2;
	margin: 0 10px 0 0;
}

div.input_login {
	width: 190px;
	height: 25px;
	background: url('images/bg_input_login.gif') no-repeat;
	float: left;
}

div.input_login input {
	border: 0;
	width: 180px;
	height: 14px;
	background: transparent;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	padding: 6px 5px 5px 5px;
}

form.login label {
	float: left;
	display: block;
	width: 80px;
	padding-top: 4px;
}

form.login input.button_login {
	margin-left: 80px;
}

div#map_small {
	width: 298px;
	height: 193px;
	background: url('images/map_small.png') no-repeat;
	position: relative;
}

div#map_small img {
	position: absolute;
	left: 0;
	top: 0;
}

div#map_small img.pin_au {
	left: 190px;
	top: 110px;
}

div#map_small img.pin_az {
	left: 160px;
	top: 50px;
}

div#map_small img.pin_eu {
	left: 85px;
	top: 38px;
}

div#map_small img.pin_af {
	left: 100px;
	top: 95px;
	z-index: 2;
}

div#map_small img.pin_za {
	left: 30px;
	top: 100px;
}

div#map_small img.pin_na {
	left: 0px;
	top: 40px;
}

div#map_small img.pin_me {
	left: 115px;
	top: 65px;
}

img.mapblank {
	z-index: 9;
}

div#map_large {
	width: 626px;
	height: 402px;
	background: url('images/map_large.png') no-repeat;
	position: relative;
	margin-top: 30px;
}

div#map_large img {
	position: absolute;
	left: 0;
	top: 0;
}

div#map_large img.pin_large_au {
	left: 470px;
	top: 280px;
}

div#map_large img.pin_large_az {
	left: 400px;
	top: 160px;
}

div#map_large img.pin_large_eu {
	left: 250px;
	top: 140px;
}

div#map_large img.pin_large_af {
	left: 280px;
	top: 250px;
}

div#map_large img.pin_large_za {
	left: 130px;
	top: 260px;
}

div#map_large img.pin_large_na {
	left: 60px;
	top: 140px;
}

div#map_large img.pin_large_me {
	left: 310px;
	top: 190px;
}

div#contentheader {
	height: 130px;
	text-align: right;
}

div#contentheader img {
	margin-right: 80px;
}

h1 {
	padding: 0;
	margin: 0 0 14px 0;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 28px;
	border-bottom: 1px solid #d5d5d5;
	color: #000;
}

div.contentblock.doubleblock {
	width: 637px;
}

ul.avatars {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.avatars li {
	padding: 10px;
	overflow: hidden;
}

ul.avatars li div {
	width: 175px;
	float: right;
}

ul.avatars img.avatar {
	padding: 3px;
	border: 1px solid #b2b2b2;
}

ul.avatars li.even {
	background-color: #f2f2f2;
}

div.contentcolumn {
	float: left;
	width: 338px;
	overflow: hidden;
}

div.contentcolumn.doublecolumn {
	width: 637px;
	float: left;
}

img.content {
	float: left;
	padding: 3px;
	border: 1px solid #b2b2b2;
	margin: 0 23px 15px 0;
}

ul.submenu {
	margin: 4px 0 39px 0 !important;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d1d677;
}

ul.submenu li {
	border-bottom: 1px solid #d1d677;
}

ul.submenu li a {
	display: block;
	padding: 10px 10px 10px 27px;
	text-decoration: none;
	color: #b2bb1c;
	background: url('images/bullet_menu_green.gif') no-repeat 11px 15px;
	font-weight: bold;
}

ul.submenu li a:hover {
	color: #2f2f2f;
	background: url('images/bullet_menu_black.gif') no-repeat 13px 15px;
}

ul.submenu li.active a {
	background: #b2bb1c url('images/bullet_menu_white.gif') no-repeat 11px 15px;
	color: #fff;
}

ul.submenu li.active a:hover {
	background: #b2bb1c url('images/bullet_menu_white.gif') no-repeat 11px 15px;
	color: #fff;	
}

ul.submenu li.active.submenu a {
	background-image: url('images/bullet_menu_white_open.gif');
	border-bottom: 1px solid #d1d677;
}

ul.submenu li.active.submenu a:hover {
	background-image: url('images/bullet_menu_white_open.gif');
	border-bottom: 1px solid #d1d677;	
}

ul.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.submenu ul li {
	border-bottom: 1px solid #fff;
}

ul.submenu ul li a {
	background: #f8f8f8 !important;
	color: #2f2f2f !important;
	border: 0 !important;
	font-weight: normal;
}

ul.submenu ul li a:hover {
	border: 1px solid #c5c5c5 !important;
	padding: 9px 9px 9px 26px;
	background: #fff;
	color: #2f2f2f;
}

ul.submenu ul li.active a {
	font-weight: bold;
}

div.avatar {
	overflow: hidden;
}

div.avatar h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

div.avatar p {
	margin-bottom: 5px;
}

div.avatar img.avatar {
	padding: 3px;
	border: 1px solid #b2b2b2;
	float: left;
	margin-right: 15px;
}

ul.downloads {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.downloads li {
	background: url('images/icon_pdf.gif') no-repeat;
	margin-bottom: 10px;
}

ul.downloads li a {
	text-decoration: none;
	display: block;
	padding: 2px 25px 0 37px;
	background: url('images/bullet_readmore.gif') no-repeat right top;
	min-height: 19px;
	width: 237px;
}

ul.downloads li a:hover {
	background-image: url('images/bullet_readmore_hover.gif');
}

ul.downloads li div {
	font-size: 10px;
	margin-left: 37px;
}

div#champions {
	padding-top: 10px;
}

body.empty {
	background: #fff none;
}

body.empty ul.avatars {
	width: 299px;
}

ul.overview {
	margin: 4px 0 39px 0 !important;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d1d677;
}

ul.overview li {
	border-bottom: 1px solid #d1d677;
}

ul.overview li a {
	color: #b2bb1c;
	font-weight: bold;
	display: block;
	padding: 10px 50px 10px 10px;
	text-decoration: none;
	line-height: 1.5em;
	background: url('images/bullet_readmore.gif') no-repeat 270px 10px;
}

ul.overview li a:hover {
	background: url('images/bullet_readmore_hover.gif') no-repeat 270px 10px;
	color: #000;
}

ul.overview li.active a {
	background: #b2bb1c url('images/bullet_overview_hover.gif') no-repeat 270px 10px;
	color: #fff;
}

ul.overview li a span {
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 10px;
}

form div.formrow {
	clear: left;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.form_errors {
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #f00;
	list-style-position: inside;
}

ul.form_errors li {
	margin-bottom: 10px;
}

div.dashboarditem {
	position: relative;
	padding: 20px 50px 20px 20px;
}

div.dashboarditem.even {
	background-color: #f2f2f2;
}

div.dashboarditem h2 {
	color: #343434;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	padding: 0;
	margin: 0 0 1em 0;
	font-family: Verdana,sans-serif;
}

img.button_top {
	position: absolute;
	right: 20px;
	top: 20px;
}

div.searchstring {
	margin-bottom: 40px;
}

div#searchresults form.gsc-search-box {
	display: none;
}

div#searchresults table.gsc-resultsHeader {
	display: none;
}

div#searchresults div.gsc-control {
	width: 640px;
}

div#searchresults .gs-title {
	color: #000;
	text-decoration: none;
}

div#searchresults .gs-title b {
	color: #9aa211;
	text-decoration: none;
}

div#searchresults .gs-title:hover {
	text-decoration: underline;
}

div#searchresults .gs-title:hover b {
	text-decoration: underline;	
}

div#searchresults .gs-visibleUrl-short {
	display: none;
}

div#searchresults .gs-visibleUrl-long {
	display: block;
	color: #adadad;
	font-size: 11px;
}

div#searchresults .gs-snippet {
	margin-bottom: 3px;
}

div#searchresults .gs-result {
	margin-bottom: 20px;
}

div#searchresults .gsc-cursor-box {
	font-weight: bold;
	color: #adadad;
	font-size: 10px;
}

div#searchresults .gsc-cursor-box a {
	color: #adadad;
}

div#searchresults .gsc-cursor-page {
	color: #adadad;
}

div#searchresults .gsc-cursor-current-page {
	color: #000;
}

div.search-inline {
	clear: left;
	overflow: hidden;
	margin-bottom: 20px;
}

div.search-inline div.search {
	background-image: url('images/bg_search_white.gif');
}

ul.sitemap li {
    line-height: 30px;
}

ul.sitemap li li {
	line-height: 16px;
}

ul.sitemap li li a {
    font-weight: normal;
}

ul.sitemap li li li a {
    
}

img.logo-image {
	display: block;
	margin-bottom: 15px;
}

div#userinfo {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    top: 70px;
    line-height: 17px;
}

div#userinfo a {
    color: #ffffff;
}

div#userinfo a:hover {
    text-decoration: none;
}

