body, html{
	background: url("rsc/img/backgrnd2.gif") 50% 0 repeat;
	margin:0;
	padding:0;
	overflow:auto;		/* verberg verticale srollbar in IE */
	font-family: Verdana, Tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif; 
}

iframe {
	border : 1px solid black;
	width: 502px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.upperframe {
	height: 500px;	
}
.lowerframe {
	height: 82px;
}
img {
	border: 0 none;
}
p {
	text-align: center;
}
#Wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	min-width:1000px;
	min-height:660px;
 	max-width:1440px;
	max-height:900px;
	margin:0;
	padding:0;
}

#InnerWrapper{ 
	position:absolute;
/*	background-color:green; */
	top: 0px;
	bottom:0px;
	left:0px;
	right:0px;
}
#InnerWrapper:after {
	content:" ";
	display:block;
	clear:both;
}

#ContentLeft {
	position:absolute;
	top: 0px;
	bottom:0px;
	left:0px;
	right:0px;
	min-width:500px;
	margin-right: 50%;
	display: block;
 	overflow:none;
}

#ContentRight {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	min-width:	500px;
	margin-left: 50%;
 	display: block;
	overflow:none;
}

#Footer {
	position:fixed;
/*	background-color:lime;*/
	bottom:0px;
	left: 0px;
	right: 0px;
	height:20px;
 	overflow:hidden;
}

#Footer p {
	margin:2px;
	font-size:0.6em;
	text-align:center;
}


/* Menu's */

#menu-top a {
	color:black;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
}

#menu-top a:active {
	color:black;

	text-decoration:none;
}

#menu-top a:visited {
	color:black;
	text-decoration:none;
}

#menu-top a:hover {
	color:black;
	background-color:#FFFF99;
}

#menu-left a {
	color:black;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
}

#menu-left a:active {
	color:black;
	text-decoration:none;
}

#menu-left a:hover {
	color:black;
	background-color:#FFFF99;
}

#menu-left a:visited {
	color:black;
	text-decoration:none;
}

#menu-right a {
	color:black;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
}

#menu-right a:hover {
	color:black;
	background-color:#FFFF99; 
}

#menu-right a:active	{
	color:black;text-decoration:none;
}

#menu-right a:visited {
	color:black;text-decoration:none;
}