.noScreen {
	display: none;
}
html, body {
	margin: 0; padding: 0;
}
* html, * html body {
	height: 100%;
}

html {
	background: #fff url(../img/interface/grass.jpg) no-repeat center bottom;
}
body {
	background: url(../img/interface/sky.jpg) no-repeat center top;
}

#wrapper_top {
	width: 970px; height: 40px;
	margin: 0 auto;
	background: url(../img/interface/wrapper_top.png) no-repeat center bottom;
}
	* html #wrapper_top {
		background-image: url(../img/interface/wrapper_top.gif);
	}
#wrapper_bottom {
	position: relative;
	width: 970px; height: 60px;
	margin: 0 auto;
	background: url(../img/interface/wrapper_bottom.png) no-repeat center top;
}
	* html #wrapper_bottom {
		background-image: url(../img/interface/wrapper_bottom.gif);
	}
#wrapper {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(../img/interface/wrapper_back.png) repeat-y center top;
}
	* html #wrapper {
		background-image: url(../img/interface/wrapper_back.gif);
	}

/* header */
#header {
	position: relative;
	height: 93px;
	background: url(../img/interface/header_back.gif) no-repeat center top;
}

#logo {
	position: absolute;
	left: 13px; top: 0px;
	width: 380px; height: 80px;
}
#logo a {
	display: block;
	width: 380px; height: 80px;
	background: url(../img/interface/logo_ruissen.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
}


/*  mainMenu */
#menu {
	position: absolute;
	bottom: 10px; right: 12px;
	height: 41px;
}
	* html #menu {
		width: 560px; /* IE6 needs width */
		background: url(../img/interface/menu_back.gif) no-repeat right bottom;
	}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu li {
	float: left; display: inline;
	height: 41px; line-height: 15px;
	background: url(../img/interface/menu_back.gif) repeat-x left bottom;
	font-family: Verdana, Geneva, Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}
#menu li.first {
	background: url(../img/interface/menu_first.gif) no-repeat left bottom;
}
#menu li.active {
	background: url(../img/interface/menu_active_left.gif) no-repeat left bottom;
}
#menu li.activeFirst {
	background: url(../img/interface/menu_active_first.gif) no-repeat left bottom;
}
#menu li a {
	float: left; display: inline;
	height: 15px;
	padding: 18px 15px 8px 15px;
	text-decoration: none;
	color: #fff;
}
	* +html #menu li a {
		padding-top: 16px; padding-bottom: 10px; /* fix position in IE8 */
	}
#menu li a:hover {
	color: #464646;
}
#menu li.first a,
#menu li.activeFirst a {
	padding-left: 25px;
}
#menu li.active a,
#menu li.activeFirst a {
	padding-top: 16px; padding-bottom: 10px;
	background: url(../img/interface/menu_active_right.gif) no-repeat right bottom;
	color: #464646;
}
	* +html #menu li.active a,
	* +html #menu li.activeFirst a {
		padding-top: 14px; padding-bottom: 12px; /* fix position in IE8 */
	}
/*
.theme_green #menu li.active a {
	color: #8cc63f;
}
*/

/* footer */
#footer {
	position: absolute;
	top: 0; left: 0;
	width: 930px;
	margin: 15px 20px 0 20px;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCopyright {
	float: left; display: inline;
	color: #fff;
}
#footerDesign {
	float: right; display: inline;
	color: #fff;
}
#footerDesign a {
	color: #fff;
}


/* partners */
#partners {
	position: relative;
	margin: 0 12px;
	background: url(../img/interface/partners_back.gif) repeat-x left top;
	text-align: center;
}
#partners h2 {
	position: absolute;
	top: -24px; left: 0;
	width: 946px; height: 16px;
	padding-top: 8px;
	background: url(../img/interface/partners_title.gif) no-repeat center bottom;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9px;
	color: #909090;
}
	* html #partners h2 {
		height: 19px; padding-top: 5px; /* fix position for IE6 */
	}
	* +html #partners h2 {
		height: 19px; padding-top: 5px; /* fix position for IE7 */
	}
#partners img {
	vertical-align: middle;
	margin: 12px 30px;
}
#partners a:hover img {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}


/* content */
#content {
	padding: 30px 55px 30px 40px;
	min-height: 780px;
}
	* html #content {
		height: 780px; /* min-height for IE6 */
	}
#primaryContent {
	float: right; display: inline;
	width: 640px;
}
#secondaryContent {
	float: left; display: inline;
	width: 215px;
}

#primaryContent h1 {
	padding: 0 0 0 21px;
	background: url(../img/interface/bullet_title_blue.gif) no-repeat 8px 4px;
}
	* html #primaryContent h1 {
		background-position: 8px 6px; /* fix position for IE6 */
	}
	* +html #primaryContent h1 {
		background-position: 8px 6px; /* fix position for IE7 */
	}
	.theme_green #primaryContent h1 {
		background-image: url(../img/interface/bullet_title_green.gif)
	}
	.theme_green h2 {
		color: #8cc63f;
	}
#primaryContent .content {
	padding: 0 19px 0 21px;
}

#secondaryContent h2 {
	position: relative;
	left: -9px;
	margin: 0 0 6px 0;
	width: 212px; height: 23px;
	background: url(../img/interface/title_blue.gif) no-repeat left top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	color: #fff;
}
	.theme_green #secondaryContent h2 {
		background-image: url(../img/interface/title_green.gif)
	}
#secondaryContent h2 span {
	padding: 2px 9px;
	display: block;
	color: #fff;
}
	* html #secondaryContent h2 span { /* fix position for IE6 */
		padding-top: 1px;
	}
	* +html #secondaryContent h2 span { /* fix position for IE7 */
		padding-top: 1px;
	}
	
.ruler {
	margin: 0 0 15px 0;
	height: 2px; font-size: 0; line-height: 0%;
	background: url(../img/interface/ruler_blue.gif) no-repeat left top;
}
	.theme_green .ruler {
		background-image: url(../img/interface/ruler_green.gif);
	}


/* subMenu */
#subMenu {
	margin: 0 0 50px 0;
}
#subMenu ul,
#subMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#subMenu li {
	padding: 2px 0 2px 16px;
	background: url(../img/interface/bullet_blue.gif) no-repeat 3px 9px;
	font-weight: bold;
	font-size: 15px;
}
	.theme_green #subMenu li {
		background-image: url(../img/interface/bullet_green.gif)
	}
#subMenu li a {
	text-decoration: none;
	color: #636363;
}
#subMenu li a:hover {
	text-decoration: underline;
	color: #29abe2;
}
#subMenu li.active a {
	text-decoration: none;
	color: #29abe2;
}
	.theme_green #subMenu li a:hover,
	.theme_green #subMenu li.active a {
		color: #8cc63f;
	}

/* address */
#address {
	padding-left: 3px;
	line-height: 24px;
	font-size: 13px;
}
#address h2 {
	background: url(../img/interface/title_green.gif) no-repeat left top;
}
	.theme_green #address h2 {
		background-image: url(../img/interface/title_blue.gif);
	}
#address address {
	margin: 0 0 10px 0;
	font-style: normal;
}
#address .spacer {
	display: block;
	height: 10px;
	overflow: hidden;
}
#address .label {
	float: left; display: inline;
	width: 8px;
	margin-right: 8px;
	font-family: Verdana, Geneva, monospace;
	text-align: center;
	color: #8cc63f;
}
	.theme_green #address .label {
		color: #29abe2;
	}
#address address a {
	text-decoration: none;
	color: #636363;
}
#address address a:hover {
	text-decoration: underline;
}
#address a.tel {
	text-decoration: none;
	color: #636363;
	cursor: text;
}
#address a.tel:hover {
	text-decoration: none;
}
#address ul,
#address li {
	margin: 0; padding: 0;
	list-style: none;
}
#address li {
	padding: 2px 0 2px 16px;
	background: url(../img/interface/bullet_green.gif) no-repeat 3px 10px;
	font-weight: bold;
	font-size: 13px;
}
	.theme_green #address li {
		background-image: url(../img/interface/bullet_blue.gif);
	}
#address li a {
	text-decoration: underline;
	color: #636363;
}
#address li a:hover {
	text-decoration: underline;
	color: #8cc63f;
}
	.theme_green #address li a:hover {
		color: #29abe2;
	}

