/*
      css Rosa Bellissima
	  
	  StudioPrima
	  http://www.studioprima.nl
	  info@studioprima.nl
	  
*/

* { padding: 0; margin: 0; }

html, body {height: 100%;}

body {
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #000 repeat-x;
}
a { text-decoration: underline; color:#fff; }
a:active { color:#fff; }
a:hover { text-decoration: underline; color:#a29061; }
a:visited { color:#fff; }
img {
	border: none;
}
h1 {
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h2 {
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #db6692;
	text-transform: capitalize;
	line-height: 30px;
	font-weight:normal;
}
#logo {
	position: absolute;
	left: 6px;
	top: 24px;
	z-index:3;
}
#wrapper { 
	margin: 0 auto;
	width: 772px;
	/*background: #fff;*/
	position: relative;
	height: 100%;
}
#header {
	float: left;
	width: 772px;
	height: 24px;
	margin: 0;
	background: #a29061;
	display:inline;
	position: relative;
}

#topRight { 
	float: right;
	margin: 0px;
	height: auto;
	padding-top: 20px;
	width: 421px;
	height:292px;
	display: inline;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


#leftcolumn { 
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 225px;
	float: left;
}
#leftcolumn img {
	margin-bottom: 10px;
}
#rightcolumn { 
	float: right;
	color: #fff;
	margin: 0px;
	padding: 20px 0px;
	width: 421px;
	display: inline;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-height:342px;
	height:auto !important; /* voor moderne Browser */
	height:342px; /*voor IE6 */
}
#rightcolumn table {
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.test {
	width: 205px;
	text-align:center;
	background: #000 url(../images/bg_menu.gif) center center repeat-x;
}
#rightcolumn table a, #rightcolumn table a:visited, #rightcolumn table a:active {
	color:#fff;
	text-decoration: none;
}
#rightcolumn table a:hover, #rightcolumn table .current {
	color:#000;
}
.column { 
	z-index: -1;
	width: 50%;
	height:100%;
	position: absolute; 
	top: 0; 
}
.right {
	right: 0;
} 

#rightcol {
	margin-left: 385px;
	background: url(../images/bg_rechts.gif) top left no-repeat;
	height: 100%;
	position:relative;
}
.left {
	left: 0;
	height:100%;
	}
	

#leftcol {
	margin-right:-21px;
	background: url(../images/bg.jpg) top right no-repeat;
	position:relative;
	height: 100%;
}

#footer {
	width: 375px;
	clear: both;
	color: #fff;
	margin-left: 351px;
	height: 21px;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	
}


/*///// menu /////*/


.indentmenu{
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom:20px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 409px; /*width of menu*/
	background: #000 url(../images/bg_menu.gif) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #fff; /*text color*/
	padding: 5px 70px;
	text-decoration: none;
	border-right: 8px solid #000;
}

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

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000 !important; /*text color of selected and active item*/
}

#talen {

	width: 100px;
	position: absolute;
	left: 351px;
	top: 5px;
	z-index:2;
}
#talen a {	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; text-decoration: none; color:#fff; font-weight:bold; }
#talen a:active {	color:#fff; }
#talen a:hover {	color:#000; }
#talen a:visited {	color:#fff; }



