html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	background: #bbb url(../images/interface/page_back.png) left top;
}

/* coloured scrollbars in MSIE55+ */
* html, 
* html body  {
	scrollbar-3dlight-color: #bbb;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #bbb;
	scrollbar-darkshadow-color: #bbb;
	scrollbar-face-color: #bbb;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
}

* html form textarea  {
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	overflow: auto;
}

/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

/* #wrapper */

#wrapper {
	position: relative;
	width: 774px;
	left: 50%;
	margin-left: -389px;
	border: 2px solid white;
	border-top: none;
	background: white;
}


/* header / logo */

#header	{
	position: relative;
	height: 188px;
	background: url(../images/interface/header_back.jpg);
}

#header h1 {
	position: absolute;
	top: 149px;
	left: 15px;
	width: 257px;
	height: 109px;
	background: url(../images/interface/logo.png) no-repeat left top;
}

#wrapper #header h1 a	{
	display: block;
	width: 257px;
	height: 109px;
	text-indent: -999em;
	text-decoration: none;
}


/* #content */

#content {
	position: static;
	padding: 60px 30px 10px 288px;
	min-height: 250px;
}

* html #content {
	height: 250px;
}

#content h2 {
	color: #ecac00;
	font-size: 2em;
}


/* #menu */

#menu {
	position: absolute;
	right: 0;
	top: 188px;
	
	height: 36px;
}

#menu h2	{
	display: none;
}

#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	display: block;
	height: 36px;
	background-color: #ecac00;
	background-repeat: no-repeat;
	background-position: left center;
}

/* displace text differently for IE and FF */
html>body #menu ul li a {
	text-indent: -999em;
}
* html #menu ul li a strong {
	text-indent: -999em;
}

#menu ul li#mi_iedjee a {
	width: 92px;
	background-image: url(../images/interface/menu_iedjee.png);
}
#menu ul li#mi_tekst a {
	width: 67px;
	background-image: url(../images/interface/menu_tekst.png);
}
#menu ul li#mi_fotografie a {
	width: 108px;
	background-image: url(../images/interface/menu_fotografie.png);
}
#menu ul li#mi_zwitserland a {
	width: 127px;
	background-image: url(../images/interface/menu_zwitserland.png);
}
#menu ul li#mi_contact a {
	width: 92px;
	background-image: url(../images/interface/menu_contact.png);
}

#menu ul li a:hover {
	background-position: left top;
}

#menu ul li a.active {
	background-position: left bottom;
}


/* address */

#address {
	position: absolute;
	top: 298px;
	left: 50px;
}
#address address {
	font-style: normal;
}


/* #footer */

#footer	{
	position: relative;
	height: 35px;
	font-size: 0.9em;
	color: white;
	background: url(../images/interface/footer_back.png) no-repeat right top;
}

#footer .wrapper {
	margin-left: 288px;
	padding-top: 7px;
}

#footer a	{
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
}
