/*** RESET ***/
*
{
    margin: 0;
    padding: 0;
    border: none;  
}

a
{
    text-decoration: none;
}

.stardekk a
{
	color: #939698;
    border-bottom: 1px solid #939698;
    text-decoration: none;
}
.stardekk a:hover
{
	color: #939698;
    border-bottom: 0px solid #939698;
}
body{
	font-family: arial, sans-serif;
	font-size: 13px;
	background-color: #1b1411;
}
ol, ul {
	list-style: none;
}


:focus {
	outline: 0;
	-moz-outline-style: none;
}

a:active { outline: none; }

/*** END RESET ***/

/*** BASIC LAYOUT ***/
#mainwrapper
{
    background: #1b1411 url('../images/mainwrapper_bg.png') top left repeat;
    width: 100%;
    min-width: 900px;
    padding-bottom: 45px;
    border-bottom: 1px solid #100c0a;
}

#totalcontainer
{
    width: 825px;
    margin: 0 auto;
}

#headercontainer 
{
	width: 825px;
    margin: 0 auto;
    position: relative;
}
#bannercontainer 
{
	width: 825px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

#contentcontainer 
{
	width: 825px;
	margin: 30px auto 0 auto;
    position: relative;
}
#footercontainer 
{
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
    position: relative;
    border-top: 1px solid #312523;
}

#footercontainer .footerpointerimg
{
    position: absolute;
    top: -1px;
}

.brusselscity #footercontainer .footerpointerimg
{
    left: 40px;
}

.brusselsresidence #footercontainer .footerpointerimg
{
    left: 220px;
}

.brusselsexpo1 #footercontainer .footerpointerimg
{
    left: 420px;
}

.brusselsexpo2 #footercontainer .footerpointerimg
{
    left: 640px;
}

.brusselscity a
{
    color: #9a1f2b;
}

.brusselsresidence a
{
    color: #4b808c;
}

.brusselsexpo1 a
{
    color: #775075;
}

.brusselsexpo2 a
{
    color: #7f9b4d;
}

.extern
{
    display: none;
}

/*** HEADER ***/

#header 
{
	width: 834px;
	margin: 0 auto;
	height: 137px;
}
#header #header1
{
	position: absolute;
	height: 10px;
	top: 24px;
	font-size: 0.7em;
	line-height: 1.2;
	color: #838383;
	right: 0;
}
#header #header1 li
{
	display: inline;
}
#header #header1 a
{
	color: #838383;
}
#header #header1 a:hover
{
	color: #e8e8e8;
}
#header #header1 #links
{
	float: left;
	text-transform: lowercase;
	padding-top: 3px;
	font-size: 11px;
}
#header #header1 #taal
{
	float: left;
	margin-left: 10px;
	background-color: #342e2c;
	padding: 4px 8px 4px 8px;
	font-size: 11px;
}
#header #header1 #taal li
{
	display: inline;
	color: #ffffff;
}

#header #header1 #taal li a{
    color: #ffffff;
}

.brusselscity #header #header1 #taal li a:hover{
    color: #9a1f2b;
}

.brusselsresidence #header #header1 #taal li a:hover{
    color: #4b808c;
}

.brusselsexpo1 #header #header1 #taal li a:hover{
    color: #775075;
}

.brusselsexpo2 #header #header1 #taal li a:hover{
    color: #7f9b4d;
}

#header #header2
{
	position: relative;
	background: url("../images/logo.png") no-repeat;
	width: 348px;
	float: left;
	height: 62px;
	top: 30px;
}
#header #header3
{
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 12px;
}
#header #header3 li
{
	float: left;
	border-right: 1px solid #484240;
	/*padding: 0 4px 0 4px;*/
    line-height: 12px;
}

#header #header3 li a
{
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    display: block;
}

.brusselscity #header #header3 li a:hover
{
    color: #9a1f2b;
}

.brusselsresidence #header #header3 li a:hover
{
    color: #4b808c;
}

.brusselsexpo1 #header #header3 li a:hover
{
    color: #996796;
}

.brusselsexpo2 #header #header3 li a:hover
{
    color: #7f9b4d;
}

#header #header3 li.menuright
{
	border-right: none !important;
	padding-right: 0;
}
/*** BANNER ***/

#banners
{
	position: relative;
	width: 822px;
	height: 301px;
	overflow: hidden;
	border: 1px solid #373737;
	left: 0;
	top: 0;
	-moz-box-shadow: 0px 0px 29px #000; /* Firefox/Mozilla */  
    -webkit-box-shadow: 0px 0px 29px #000; /*Safari/Chrome */  
    box-shadow: 0px 0px 29px #000; /* Opera & hoe het zou moeten */  
    /* Voor IE 8 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=120, Color='#000000')";  
    /* Voor IE 5.5 - 7 */  
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=120, Color='#000000');
    z-index: 5;
}

#banners img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 822px;
	height: 301px;
	border: none;
	z-index: 0;
	display: none;
}

#bannercontainer #bannersTitle
{
    position: absolute;
    bottom: 30px;
    right: -25px;
    padding-right: 95px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-transform: lowercase;
}

#bannercontainer #bannersTitle a
{
    color: #ffffff;
}

.brusselscity #bannersTitle
{
    background-color: #9a1f2b;
}

.brusselsresidence #bannersTitle
{
    background-color: #4b808c;
}

.brusselsexpo1 #bannersTitle
{
    background-color: #775075;
}

.brusselsexpo2 #bannersTitle
{
    background-color: #7f9b4d;
}

/*** CONTENT ***/
.googleinfo
{
    color: #000000;
}

#content 
{
	width: 825px;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 250px;
	color: #bfbfbf;
}
#content #leftcontent
{
	position: relative;
	float: left;
	width: 350px;
	margin: 0 auto;
}
#content #leftcontent .leftcontenttitle
{
	font-size: 15px;
	color: #bfbfbf;
	margin-bottom: 20px;
	line-height: 18px;
	font-weight: normal;
}
#content #leftcontent .leftcontenttext
{
	color: #bfbfbf;
	margin-bottom: 20px;
	width: 350px;
}
#content #leftcontent .leftcontenttext a
{
	color: #bfbfbf;
	text-decoration: underline;
}
#content #rightcontent
{
	float: right;
	width: 450px;
	margin: 0 auto;
}
#content #rightcontent #eyecatcher1
{
	float: left;
	width: 220px;
	margin: 0 auto;
}
#content #rightcontent #eyecatcher2
{
	float: left;
	width: 220px;
	margin: 0 auto;
	margin-left: 10px;
}

#content #rightcontent .eyecatcherimage
{
	margin-bottom: 15px;
}

#content #rightcontent .eyecatchertitle
{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

.brusselscity #content #rightcontent .eyecatchertitle
{
	color: #9a1f2b;
}

.brusselsresidence #content #rightcontent .eyecatchertitle
{
	color: #4b808c;
}

.brusselsexpo1 #content #rightcontent .eyecatchertitle
{
	color: #775075;
}

.brusselsexpo2 #content #rightcontent .eyecatchertitle
{
	color: #7f9b4d;
}

#content #rightcontent .eyecatchertext
{
	color: #cfcfcf;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #332c2a;
	width: 210px;
}
#content #rightcontent .eyecatchermeerinfo a
{
	background: 1px 4px url("../images/meerinfoarrow.png") no-repeat;
	padding-left: 18px;
	font-style: italic;
	font-size: 11px;
	color: #a09f9f;
	text-transform: lowercase;
}

#content #rightcontent .eyecatchermeerinfo a:hover
{
	color: #616161;
}

/*** CONTENT BINNENPAGE***/

#content #leftcontentbinnen 
{
	position: relative;
	float: left;
	width: 193px;
	margin-right: 30px;
}
#content #leftcontentbinnen h1
{
	margin-bottom: 8px;
	color: #C4C6C8;
	font-size: 1.3em;
} 

#content #leftcontentbinnen h1 #leftcontentbinnentitle
{
	margin-bottom: 8px;
	color: #C4C6C8;
	font-size: 1.3em;
}
#content #leftcontentbinnen #leftcontentbinnenmenu ul li
{
	margin-bottom: 1px;
}

.brusselscity #content #leftcontentbinnen #leftcontentbinnenmenu ul li
{
    background-color: #9a1f2b;
}

.brusselsresidence #content #leftcontentbinnen #leftcontentbinnenmenu ul li
{
    background-color: #4b808c;
}

.brusselsexpo1 #content #leftcontentbinnen #leftcontentbinnenmenu ul li
{
    background-color: #775075;
}

.brusselsexpo2 #content #leftcontentbinnen #leftcontentbinnenmenu ul li
{
    background-color: #7f9b4d;
}

#content #leftcontentbinnen #leftcontentbinnenmenu ul li a
{
	color: #ffffff;
	height: 14px;	
	padding: 6px 4px 6px 4px;
	color: #ffffff;
	font-size: 0.9em;
	cursor: pointer;
	display: block;
}

.brusselscity #content #leftcontentbinnen #leftcontentbinnenmenu ul li:hover
{
	background-color: #ba2534;
}

.brusselsresidence #content #leftcontentbinnen #leftcontentbinnenmenu ul li:hover
{
	background-color: #5fa1b0;
}

.brusselsexpo1 #content #leftcontentbinnen #leftcontentbinnenmenu ul li:hover
{
	background-color: #996796;
}

.brusselsexpo2 #content #leftcontentbinnen #leftcontentbinnenmenu ul li:hover
{
	background-color: #94b55b;
}

#content #leftcontentbinnen #leftcontentbinnenmenu2 ul li
{
	background-color: #AA2A26;
	height: 14px;
	margin-bottom: 1px;
	padding: 6px 4px 4px 4px;
	color: #ffffff;
	font-size: 0.9em;
}

#content #leftcontentbinnen #leftcontentbinnenmenu2 ul li a
{
	color: #ffffff;
}
#content #leftcontentbinnen #leftcontentbinnenmenu2 ul li:hover
{
	background-color: #AA2A26;
	cursor: hand;
	cursor: pointer;
}

#content #leftcontentbinnen #leftcontentbinnenmenu3 ul li
{
	background-color: #99BB2D;
	height: 14px;
	margin-bottom: 1px;
	padding: 6px 4px 4px 4px;
	color: #ffffff;
	font-size: 0.9em;
}

#content #leftcontentbinnen #leftcontentbinnenmenu3 ul li a
{
	color: #ffffff;
}
#content #leftcontentbinnen #leftcontentbinnenmenu3 ul li:hover
{
	background-color: #99BB2D;
	cursor: hand;
	cursor: pointer;
}

#content #rightcontentbinnen 
{
	float: left;
	width: 580px;
	min-height: 300px;
	border-left: 1px solid #393030;
	padding-left: 20px;
	margin-bottom: 30px;
}

#content #rightcontentbinnen img 
{
	height: 120px;
	margin-right: 14px;
	margin-bottom: 14px;
}

#content #rightcontentbinnen .images img
{
    margin-bottom: 0;
    height: 80px;
}

#content #rightcontentbinnen .rightcontentbinnenleft 
{
	float: left;
	width: 260px;
	clear: both;
	margin-top: 10px;
	display: block;
}
#content #rightcontentbinnen  h2
{
	float: left;
	margin-bottom: 0px;
	font-size: 20px;
	width: 580px;
}

.brusselscity #content #rightcontentbinnen h2
{
    color: #9a1f2b;
}

.brusselsresidence #content #rightcontentbinnen h2
{
    color: #4b808c;
}

.brusselsexpo1 #content #rightcontentbinnen h2
{
    color: #775075;
}

.brusselsexpo2 #content #rightcontentbinnen h2
{
    color: #7f9b4d;
}

#content #rightcontentbinnen  h2 .city
{
	float: left;
	margin-bottom: 0px;
	color: #99BB2D;
	font-size: 1.3em;
	width: 600px;
}

#content #rightcontentbinnen  h2 .expo
{
	float: left;
	margin-bottom: 0px;
	color: #AA2A26;
	font-size: 1.3em;
	width: 600px;
}

#content #rightcontentbinnen .rightcontentbinnengallery
{
	float: left;
}
#content #rightcontentbinnen .rightcontentbinnenright 
{
	clear: both;
	/*float: left;*/
	/*width: 330px;*/
	padding-top: 20px;
    text-align: justify;
    padding-bottom: 20px;
}
#content #rightcontentbinnen .rightcontentbinnenright .koptekst
{
	/*color: #939698;*/
	color: #C4C6C8;
	font-size: 1em;
	margin-bottom: 14px;
	line-height: 1.4;
}
#content #rightcontentbinnen .rightcontentbinnenright .koptekst p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#content #rightcontentbinnen .rightcontentbinnenright .koptekst a
{
	color: #939698;
    border-bottom: 1px solid #939698;
}
#content #rightcontentbinnen .rightcontentbinnenright .koptekst a:hover
{
	color: #939698;
    border-bottom: 0px solid #939698;
}

#content #rightcontentbinnen .rightcontentbinnenright .koptekst ul
{
	list-style: square;
    margin: 25px;
}

/*** FOOTER ***/

#footer
{
	position: relative;
	width: 825px;
	margin: 0 auto;
	padding-top: 28px;
}
#footer #footerup
{
	width: 825px;
	margin-bottom: 40px;
}
#footer #footerup #footer1
{
	float: left;
	width: 128px;
	border-right: 1px solid #393030;
	margin-right: 10px;
	padding-top: 7px;
	height: 110px;
}
#footer #footerup #footer2
{
	position: relative;
	float: left;
	width: 140px;
	margin: 0 auto;
	height: 110px;
	border-right: 1px solid #393030;
	margin-left: 30px;
	padding-right: 25px;
	padding-top: 7px;
}
#footer #footerup #footer3
{
	position: relative;
	float: left;
	width: 150px;
	margin: 0 auto;
	height: 110px;
	border-right: 1px solid #393030;
	margin-left: 30px;
	padding-right: 25px;
	padding-top: 7px;
}
#footer #footerup #footer4
{
	position: relative;
	float: left;
	width: 180px;
	margin: 0 auto;
	height: 110px;
	padding-left: 30px;
	padding-top: 7px;
}
#footer #footerup .hoteladres
{
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 10px;
	color: #a3a3a3;
	text-transform: uppercase;
}

#footer #footerup .hoteltitle
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

#footer #footerup .btnBekijk
{
	font-size: 11px;
	color: #aaaaaa;
	border: 1px solid #372d2d;
	background-color: #241a18;
	cursor: pointer;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer #footerup .btnBekijk:hover
{
    color: #ffffff;
    background-color: #261c1a;
    border-color: #524242;
}

#footer #footerup .bekijk input:hover
{
	border: 1px solid #949494;
	background-color: #ffffff;
	color: #555555;
}

.clearfloats 
{
	clear: both;
}
#footer #footerdown 
{
	width: 834px;
	height: 50px;
	margin-bottom: 20px;
}
#footer #footerdown #footerleft
{
	float: left;
	height: 10px;
}
#footer #footerdown #footerleft li
{
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #efefef;
}
#footer #footerdown #footerright
{
	background: 1px 2px url("../images/bovenarrow.png") no-repeat;
	float: right;
	width: 68px;
	height: 20px;
	padding-left: 20px;
	font-size: 0.6em;
}
#footer #footerdown #footerright a
{
	color: #a3a3a3;
}
#footer #footerdown #footerright a:hover
{
	color: #373737;
}

#footer #stardekkfooter 
{
	position: absolute;
	width: 134px;
	height: 20px;
	font-size: 11px;
	bottom: -20px;
	right: 0;
	
}
#footer #stardekkfooter a
{
	color: #a3a3a3;
}
#footer #stardekkfooter a:hover
{
	color: #ffffff;
}
#footer #stardekkfooter #stardekklogo
{
	position: relative;
	background: url("../images/stardekk.jpg") no-repeat;
	float: left;
	top: -1px;
}

/* Splash */
#splash_container
{
    width: 100%;
    min-width: 995px;
}

#splash_headercontainer
{
    width: 100%;
    background: url('../images/splash_headerbg.png') top left repeat-x;
    height: 340px;
}

#splash_headercontainer #headercontainer
{
    width: 975px;
    margin: 0 auto;
    position: relative;
}

#logocontainer
{
    padding-top: 50px;
    width: 550px;
}

#logocontainer img
{
    width: 44px;
    height: 43px;
    float: left;
    padding-bottom: 60px;
    margin-right: 14px;
}

#logocontainer h3
{
    font-size: 28px;
    font-weight: bold;
    color: #dfdfdf;
    margin-bottom: 7px;
    text-shadow: #000000 1px 1px 2px;
}

#logocontainer h3 span
{
    color: #ffffff;
}

#logocontainer h4
{
    color: #ffffff;
    font-size: 12px;
}

.brusselscity #logocontainer h4
{
    color: #9a1f2b;
}

.brusselsresidence #logocontainer h4
{
    color: #4b808c;
}

.brusselsexpo1 #logocontainer h4
{
    color: #775075;
}

.brusselsexpo2 #logocontainer h4
{
    color: #7f9b4d;
}

#topmenu
{
    list-style: none;
    position: absolute;
    top: 35px;
    right: 10px;
    color: #ffffff;
    font-size: 14px;    
}

#topmenu li
{
    float: left;
    margin-left: 4px;
}

#topmenu li a
{
    text-decoration: none;
    color: #ffffff;
}

#topmenu li a:hover
{
    text-decoration: underline;
}

#eyecatcherscontainer
{
    list-style: none;
    display: block;
}

#eyecatcherscontainer li
{
    background-color: #382e2e;
    width: 196px;    
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-box-shadow: 5px 5px 5px #000; /* Firefox/Mozilla */  
    -webkit-box-shadow: 5px 5px 5px #000; /*Safari/Chrome */  
    box-shadow: 5px 5px 5px #000; /* Opera & hoe het zou moeten */  
    /* Voor IE 8 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#000000')";  
    /* Voor IE 5.5 - 7 */  
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#000000');
    margin-right: 7px;
}

#eyecatcherscontainer h1
{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 4px;
    line-height: 15px;
}

#eyecatcherscontainer h2
{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    line-height: 15px;
}

#eyecatcherscontainer p
{
    font-size: 12px;
    color: #c4c6c8;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 18px;
}

#eyecatcherscontainer img
{
    width: 196px;
    height: 137px;
    margin-bottom: 14px;
}

#eyecatcherscontainer .leesmeer
{
    color: #ffffff;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 2px solid #0e0c0c;
    border-bottom: 2px solid #0e0c0c;
}

#eyecatcherscontainer .brusselsresidence h2
{
    color: #4b808c;
}

#eyecatcherscontainer .brusselsresidence .leesmeer
{
    background-color: #4b808c;    
}

#eyecatcherscontainer .brusselsresidence .leesmeer:hover, #eyecatcherscontainer .brusselsresidence.active .leesmeer
{
    background-color: #5fa1b0;
}

#eyecatcherscontainer .brusselscity h2
{
    color: #9a1f2b;
}

#eyecatcherscontainer .brusselscity .leesmeer
{
    background-color: #9a1f2b;
}

#eyecatcherscontainer .brusselscity .leesmeer:hover, #eyecatcherscontainer .brusselscity.active .leesmeer
{
    background-color: #ba2534;
}

#eyecatcherscontainer .brusselsexpo1 h2
{
    color: #775075;
}

#eyecatcherscontainer .brusselsexpo1 .leesmeer
{
    background-color: #775075;
}

#eyecatcherscontainer .brusselsexpo1 .leesmeer:hover, #eyecatcherscontainer .brusselsexpo1.active .leesmeer
{
    background-color: #996796;
}

#eyecatcherscontainer .brusselsexpo2 h2
{
    color: #7f9b4d;
}

#eyecatcherscontainer .brusselsexpo2 .leesmeer
{
    background-color: #7f9b4d;
}

#eyecatcherscontainer .brusselsexpo2 .leesmeer:hover, #eyecatcherscontainer .brusselsexpo2.active .leesmeer
{
    background-color: #94b55b;
}

#splash_contentcontainer
{
    width: 825px;
    margin: 60px auto 0 auto;
    position: relative;
    color: #c4c6c8;
    font-size: 13px;
    line-height: 18px;
}

#splash_contentcontainer .map
{
    width: 341px;
    height: 282px;
    margin-left: 75px;
    float: left;
    margin-right: 45px;
    margin-bottom: 50px;
}

#splash_contentcontainer p
{
    margin-bottom: 10px;
}

#splash_contentcontainer .inleiding
{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 18px;
}

#splash_footercontainer
{
    background: url('../images/splash_footerbg.png') top left repeat-x;
    width: 100%;
    margin-top: 45px;
    height: 55px;
    position: relative;
}

#splash_footer
{
    width: 975px;
    margin: 0 auto;
    color: #9f928d;  
    font-size: 11px;
    padding-top: 20px;
}

#splash_footer a
{
    color: #9f928d;
}

#splash_footer a:hover
{
    color: #ffffff;
}

#splash_footer_left
{    
    float: left;
}

#splash_footer_right
{
    float: right;
}

#splash_contentcontainer a
{
    color: #939698;
    text-decoration: underline;
}

.splash_readmore
{
    color: #C4C6C8;
    margin-top: 20px;
    border: 1px solid #C4C6C8;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    font-size: 11px;
    text-decoration: none !important;
}

.clearfloats
{
    clear: both;
}

.textbox, .textarea, select
{
    font-size: 13px;
    border: 1px solid #1c1615;
    background-color: #2b2422;
    color: #ffffff;
    padding: 3px 4px 3px 4px;
    margin: 6px 0 6px 0;
    resize: none;
    font-family: Arial, Sans-Serif;
}

.inputbutton
{
    font-size: 13px;
    border: 1px solid #1c1615;
    background-color: #3d332f;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    margin: 6px 0 6px 0;
    resize: none;
    font-family: Arial, Sans-Serif;
    cursor: pointer;
}
