@charset "utf-8";
/* CSS Document */

* { /* dit is om de standaard marges van browsers weg te halen */
		margin: 0px;
		padding: 0px;
		}

p {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
  }

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #ff66ff; /*dark purple border*/
border-width: 1px 0;
background: black url(../indentbg.png) center center repeat-x;
/*margin-top: -3px !ie; /* IE 7 fix */*/ 

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ff66ff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: black !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(../indentbg2.png) center center repeat-x;
}



body {
	background: url(../bg2.png) 0 0 repeat-x;
}

#container { 
	width: 1002px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#wrapper {
	/*position: relative;*/
	width: 950px;
	height: 600px;
	margin: 10px auto 0px auto; /* Dit is om de wrapper te centreren in de browser */
	text-align: left;
	/*background-image:url(../bg2.png);
	background-repeat:repeat-x;*/
	/*height: 600px;*/
	
	background-color: white;
	}


#frame-1 {
	float: left; /* since this element is floated, a width must be given */
	width: 26px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 600px;
}
#frame-2 {
}

#frame-3 {
	float: right; /* since this element is floated, a width must be given */
	width: 26px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 600px;
}
*/
#frame-4 {
/*	background: url(../test/templates/rt_firenzie/images/style5/shadow-tl3.png) 0 0 no-repeat;
*/	padding: 0 36px;
	margin: -200px -33px;
	z-index: 100;
}

#content-left {
	background-color: white;
	float:left;
	width: 950px;
	text-align: center;
	}
	
#content-right {
	background-color: white;
	width: 25%;
	float:right;
	height: 430px;
/*	background-image:url(../test/templates/rt_firenzie/images/right-shadow.png);
*/	background-repeat: repeat-y;
}



/*#bg-links {
	background-image:url(../bg-links.png);
	background-repeat: repeat-y;
	width: 200px;
	height: 600px;
}
*/

