@import url(screen.php);

body, html {
	background: #fff;
	margin: 0;
	padding: 0;
    color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top:20px;
}

ul, ul li {
	margin:0px;
	padding:0px;
}

#main {
	width:750px;
	background:url(../images/bg.gif);
	margin:0px auto;
	padding:10px 20px 0px 20px;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}


#lang_choice {
	display:none;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	height:105px;
	margin-left:-20px;
	margin-top:-20px;
	width:790px;
}

#bannerLink {
	position:absolute;
	display:block;
	height:72px;
	width:160px;
	margin-left:593px;
	margin-top:23px;
	
}

#menu ul li {
	list-style:none;
	background:url(../images/li_pijltje.gif) 0px 5px no-repeat;	
}

#menu ul li.actief {
	background:url(../images/li_pijltje_actief.gif) 1px 4px no-repeat;	
}


#menu ul li a {
    color:#009;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-left:15px;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li ul li ul li{
	background:url(../images/subli_pijltje.gif) 0px 4px no-repeat;
	margin-left:21px;	
}

#menu ul li ul li ul li.actief {
	background:url(../images/subli_pijltje_actief.gif) 1px 4px no-repeat;	
}

#menu ul li ul li ul li a{
	font-weight:normal;	
}

/** CONTENT **/

#titel {
	margin-lefT:170px;
	position:absolute;
}

#titel h2 {
	font-family: verdana, arial;
	color:#009900;
	font-weight:normal;
	font-size:20px;
}

#cms_content {
	float:right;
	width:579px;
	margin-top:25px;
}

#cms_content img {
	border:1px solid #c6c6c6;
}

#cms_content ul li {
	margin-left:20px;
}

.oneTextContent, .twoTextContent, .threeTextContent {
    float:left;
    margin-top:12px;
    padding:7px;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
	background:url(../images/columnbackground.gif) repeat-x;
	background-position:left bottom;
	min-height:157px;
	_height:157px;
}

.oneTextContent h3, .twoTextContent h3, .threeTextContent h3 {
	color:#0000ac;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.oneTextContent a, .twoTextContent a, .threeTextContent a {
	color:#009900;
	text-decoration:none;
}

.threeTextContent{
    width: 549px;
}

.twoTextContent{
    width: 358px;
	margin-right:4px;
}

.oneTextContent{
    width: 169px;
	margin-right:6px;
}

/*** BARCELONA BEURS ***/
.threeTextContent {
    padding: 7px 7px 0px 7px;
}
#cms_content #barcelona_banner {
    float: right;
    border: 0;
    border-top: 3px solid #000;
    margin-left: 7px;
    margin-right: -7px;
    margin-top: 4px;
}
#cms_content #banners {
    float: left;
    margin-left: -1px;
    margin-top: 10px;
    width: 564px;
    height: 36px;
}
#cms_content #barcelona_banners img {
    float: left;
}
/*** BARCELONA BEURS ***/



/** SEARCH **/

#site_search {
	background:url(../images/search_bg.gif) no-repeat;
	width:160px;
	height:100px;
	margin-top:20px;
}

#site_search input{
	border:1px solid #009900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:120px;
	margin-left:23px;
	height:14px;
	float:left;
}

#site_search .submit {
	border:none;
	margin:0px;
	margin-top:2px;
	color:#009900;
	width:auto;
	margin-left:100px;
	background:#fff;
}

/*** FOOTER ****/

#footer {
	clear:both;
	text-align:center;
	color:#bbbbbb;
	padding-left:100px;
}

#footer a {
	color:#bbbbbb;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


.clear {
	clear:both;
}

.floatLeft {
	float:left;
	margin-right:5px;
	
}

.floatRight {
	float:right;
	margin-left:5px;
	
}

