/****************************************************************************/
/****************** CASCADING STYLE SHEET MODELS ON MISSION *****************/
/****************************************************************************/

body {
	background:url(images/bg.png) #000 repeat-x;
	font-family:"Arial";
	line-height:20px;
	font-size:11px;
	color:#fff;
	margin:0;
}

/****************************************************************************/
/************************************ WRAP **********************************/
/****************************************************************************/

.wrap {
	width:100%;
}

.wrap.homepage {
	background:url(images/wrap_homepage.png) top center no-repeat;
}

.wrap.content {
	background:url(images/wrap_content.png) top center no-repeat;
}

/****************************************************************************/
/********************************* CONTAINER ********************************/
/****************************************************************************/

#container {
	position:relative;
	margin:0 auto;
	height:630px;
	width:100%;
}

/****************************************************************************/
/******************************** SCHADUW BALK ******************************/
/****************************************************************************/

#shaduw {
	filter:alpha(opacity=33);
	-khtml-opacity:0.33;
	-moz-opacity:0.33;
	background:#000;
	position:static;
	opacity:0.33;
	height:38px;
	width:100%;
	z-index:1;
}

/****************************************************************************/
/*********************************** HEADER *********************************/
/****************************************************************************/

#header {
	position:relative;
	margin:0 auto;
	height:124px;
	width:940px;
}

/****************************************************************************/
/************************************ MENU **********************************/
/****************************************************************************/

#header #menu {
	list-style-type:none;
	position:absolute;
	bottom:-45px;
	height:38px;
	width:940px;
	z-index:999;
	padding:0;
	margin:0;
	left:20px;
}

#header #menu li {
	margin:0 1px 0 1px;
	position:relative;
	z-index:100;
	height:26px;
	float:left;
	padding:0;
}

#header #menu li dl {
	position:absolute;
	padding-bottom:0;
}

#header #menu li a,
#header #menu li a:visited {
	text-decoration:none;
}

#header #menu li dd {
	display:none;
}

#header #menu li a:hover {
	border:0;
}

#header #menu li:hover dd,
#header #menu li a:hover dd {
	display:block;
}

#header #menu table {
	border-collapse:collapse;
	margin:-1px;
	padding:0;
}

#header #menu dl {
	background:transparent;
	width:112px;
	padding:0;
	margin:0;
}

#header #menu dt a {
	display:block;
}

#header #menu dd {
	position:relative;
	padding:0;
	margin:0;
}

#header #menu dt a,
#header #menu dt a:visited {
	behavior:url(iepngfix.htc);
	cursor:pointer;
	display:block;
	color:#fff;
}

#header #menu dd a,
#header #menu dd a:visited {
	text-decoration:none;
	text-indent:-6000px;
	cursor:pointer;
	display:block;
	color:#333;
}

/****************************************************************************/
/*************************** MENU - MODELS DROPDOWN *************************/
/****************************************************************************/

#header #menu li.models {
	width:112px;
}

#header #menu li.models dd {
	width:112px;
}

#header #menu li.models dt {
	font-weight:bold;
	width:112px;
	padding:0;
	margin:0;
}

#header #menu li:hover dt.models a,
#header #menu a:hover dt.models a {
	background:url(images/models_00_hover.png) no-repeat;
	width:112px;
}

#header #menu dt.models a {
	background:url(images/models_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:112px;
}

#header #menu dd.models_01 a {
	background:url(images/models_01.png) no-repeat;
	height:31px;
}

#header #menu dd.models_02 a {
	background:url(images/models_02.png) no-repeat;
	height:29px;
}

#header #menu dd.models_03 a {
	background:url(images/models_03.png) no-repeat;
	height:28px;
}

#header #menu dd.models_04 a {
	background:url(images/models_04.png) no-repeat;
	height:29px;
}

#header #menu dd.models_05 a {
	background:url(images/models_05.png) no-repeat;
	height:27px;
}

#header #menu dd.models_06 a {
	background:url(images/models_06.png) no-repeat;
	height:29px;
}

#header #menu dd.models_07 a {
	background:url(images/models_07.png) no-repeat;
	height:29px;
}

/****************************************************************************/
/*************************** MENU - ARTIST DROPDOWN *************************/
/****************************************************************************/

#header #menu li.artist {
	width:98px;
}

#header #menu li.artist dd {
	width:98px;
}

#header #menu li.artist dt {
	font-weight:bold;
	width:98px;
	padding:0;
	margin:0;
}

#header #menu li:hover dt.artist a,
#header #menu a:hover dt.artist a {
	background:url(images/artist_00_hover.png) no-repeat;
	width:98px;
}

#header #menu dt.artist a {
	background:url(images/artist_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:30px;
	width:98x;
}

#header #menu dd.artist_01 a {
	background:url(images/artist_01.png) no-repeat;
	height:42px;
}

#header #menu dd.artist_02 a {
	background:url(images/artist_02.png) no-repeat;
	height:29px;
}

#header #menu dd.artist_03 a {
	background:url(images/artist_03.png) no-repeat;
	height:29px;
}

#header #menu dd.artist_04 a {
	background:url(images/artist_04.png) no-repeat;
	height:38px;
}

#header #menu dd.artist_05 a {
	background:url(images/artist_05.png) no-repeat;
	height:34px;
}

#header #menu dd.women a {
	background:url(images/women.png) no-repeat;
	width:125px;
	height:31px;
}

#header #menu dd.men a {
	background:url(images/men.png) no-repeat;
	width:125px;
	height:29px;
}

#header #menu dd.teens a {
	background:url(images/teens.png) no-repeat;
	width:125px;
	height:27px;
}

/****************************************************************************/
/**************************** MENU HOVER EN CURRENT *************************/
/****************************************************************************/

#header #menu dd a:hover {
	background-position:left bottom;
}

#header #menu dt.models a:hover,
#header #menu dt.models.current a {
	background:url(images/models_00_hover.png) no-repeat;
	width:112px;
}

#header #menu dt.artist a:hover,
#header #menu dt.artist.current a {
	background:url(images/artist_00_hover.png) no-repeat;
	width:98px;
}

#header #menu dt.fashion_show a:hover,
#header #menu dt.fashion_show.current a {
	background:url(images/fashion_show_00_hover.png) no-repeat;
	width:123px;
}

#header #menu dt.projects a:hover,
#header #menu dt.projects.current a {
	background:url(images/projects_00_hover.png) no-repeat;
	width:81px;
}

#header #menu dt.models_fashion a:hover,
#header #menu dt.models_fashion.current a {
	background:url(images/models_fashion_00_hover.png) no-repeat;
	width:133px;
}

#header #menu dt.movies a:hover,
#header #menu dt.movies.current a {
	background:url(images/movies_00_hover.png) no-repeat;
	width:115px;
}

#header #menu dt.casting a:hover,
#header #menu dt.casting.current a {
	background:url(images/casting_00_hover.png) no-repeat;
	width:73px;
}

#header #menu dt.contact a:hover,
#header #menu dt.contact.current a {
	background:url(images/contact_00_hover.png) no-repeat;
	width:123px;
}

#header #menu dt.press a:hover,
#header #menu dt.press.current a {
	background:url(images/press_00_hover.png) no-repeat;
	width:104px;
}

#header #menu dt.news a:hover,
#header #menu dt.news.current a {
	background:url(images/news_00_hover.png) no-repeat;
	width:49px;
}

#header ul dl dl {
	position:absolute;
	width:112px;
	left:112px;
	top:0px;
}

#header ul li:hover ul {
	background:url(images/transparent.gif);
	visibility:visible;
	height:auto;
}

#header ul :hover dl dl {
	visibility:hidden;
}

#header ul :hover dl :hover dl {
	visibility:visible;
}

#header ul :hover dl dl dl {
	visibility:hidden;

}	

#header #menu ul table dl a,
#header #menu ul table dl a:visited {
	w\idth:112px;
	width:112px;
}

#header #menu table {
	position:absolute;
	font-size:1em;
	z-index:1;
	left:0;
	top:0;
}

#header #menu ul dl table {
	l\eft:-1px;
}


#header #menu li.fashion_show {
	width:123px;
}

#header #menu dt.fashion_show a {
	background:url(images/fashion_show_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:123px;
}

#header #menu li.projects {
	width:82px;
}

#header #menu dt.projects a {
	background:url(images/projects_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:81px;
}

#header #menu li.models_fashion {
	width:133px;
}

#header #menu dt.models_fashion a {
	background:url(images/models_fashion_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:133px;
}

#header #menu li.movies {
	width:115px;
}

#header #menu dt.movies a {
	background:url(images/movies_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:115px;
}

#header #menu li.casting {
	width:83px;
}

#header #menu dt.casting a {
	background:url(images/casting_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:98px;
}

#header #menu li.contact {
	width:123px;
}

#header #menu dt.contact a {
	background:url(images/contact_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:129px;
}

#header #menu li.press {
	width:104px;
}

#header #menu dt.press a {
	background:url(images/press_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:104px;
}

#header #menu li.news {
	width:49px;
}

#header #menu dt.news a {
	background:url(images/news_00.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	height:26px;
	width:49px;
}

/****************************************************************************/
/********************************* BACKGROUND *******************************/
/****************************************************************************/

#background {
	filter:alpha(opacity=55);
	-khtml-opacity:0.55;
	-moz-opacity:0.55;
	background:#000;
	position:static;
	margin:0 auto;
	margin-top:15px;
	opacity:0.55;
	height:440px;
	width:880px;
}

/****************************************************************************/
/********************************** CONTENT *********************************/
/****************************************************************************/

#content {
	position:absolute;
	padding:0 15px 0 25px;
	height:440px;
	width:840px;
	z-index:500;
	left:30px;
	top:200px;	
}

/****************************************************************************/
/************************************ SIDE **********************************/
/****************************************************************************/

#content .side {
	float:left;
	width:190px;
}

#content .side h1 {
	font-family:"Times new Roman";
	font-weight:normal;
	margin:0 0 15px 0;
	font-size:22px;
	color:#fff;
	padding:0;
}

#content h2 {
	font-weight:normal;
	margin:0 0 15px 0;
	font-size:22px;
	color:#E7BE48;
	padding:0;
}

#content .titel {
	font-weight:bold;
	font-size:11px;
	color:#E7BE48;
}

/****************************************************************************/
/***************************** PROFIEL INFO TABEL ***************************/
/****************************************************************************/

#content .side table.profiel {
	margin:0 0 5px 0;
	width:190px;
}

#content .side table.profiel th {
	text-align:left;
	width:65px;
}

#content .side table.profiel td {
	text-align:right;
}

/****************************************************************************/
/********************************** INFO BOX ********************************/
/****************************************************************************/

#content .side .info {
	padding:5px 10px 5px 10px;
	text-align:justify;
	background:#000;
	width:170px;
}

#content .side .info p {
	margin:0;
}

#content .naam  {
	color:#E7BE48;
	font-weight: bold;
}

/****************************************************************************/
/************************************ LINKS *********************************/
/****************************************************************************/

#content .side ul.links {
	list-style-type:none;
	padding:0;
	margin:10px 0 0 0;
}

#content .side ul.links li a {
	background:url(images/links.gif) no-repeat 0 1px;
	text-decoration:none;
	padding:0 0 0 15px;
	color:#fff;
}

/****************************************************************************/
/************************************ FOTOS *********************************/
/****************************************************************************/

#content .fotos {
	padding:40px 0 0 0;
	float:right;
	width:645px;
}

#content .fotos img {
	margin:0 1px 0 2px;
}

/****************************************************************************/
/*********************************** FOOTER *********************************/
/****************************************************************************/

#footer {
        padding:15px 0 0 0;
        background:#000;
        width:100%;
}

#footer .center {
        padding-bottom:15px;
        margin:0 auto;
        width:940px;
}

#footer .center.homepage {
        height:187px;
}

#footer .center.content {
        width:880px;
}

/****************************************************************************/
/************************************* BOX **********************************/
/****************************************************************************/

#footer .box {
	margin:30px 0 15px 0;
	height:120px;
	width:450px;
	float:left;
}

#footer .box.models {
   background:url(images/footer_models.png) right no-repeat;
}

#footer .box.news {
   background:url(images/footer_news.png) right no-repeat;
   margin-right:13px;
}

#footer .box .inner {
	padding:8px 0 0 10px;
	background:#171717;
	height:112px;
	width:415px;
	margin:0;
}

#footer .box .inner img {
	border:#292929 solid 1px;
	margin:0 40px 0 0;
}


/****************************************************************************/
/******************************** NIEUWS ITEM *******************************/
/****************************************************************************/

#footer .box .inner .item {
	border-right:#2e2e2e solid 1px;
	padding:10px 25px 0 15px;
	line-height:20px;
	float:left;
	height:93px;
	width:167px;
}

#footer .box .inner .item.geen {
	border:none;
}

#footer .box .inner .item a.more {
	background:url(images/plus.png) right 7px no-repeat;
	padding:0 12px 0 0 ;
	float:right;
}

#footer .box .inner h2 {
	font-family:"Times new Roman";
	padding:0 0 10px 0;
	font-weight:normal;
	font-size:19px;
	color:#fff;
	margin:0;	
}

#footer .box .inner h3 {
	font-family:"Times new Roman";
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	margin:0;
}

#footer .box .inner a {
	text-decoration:none;
	font-weight:bold;
	color:#dfd4ca;
}

/****************************************************************************/
/******************************** FOOTER TEXT *******************************/
/****************************************************************************/

#footer .copyright {
	font-weight:bold;
	float:left;
}

#footer .webregion {
	font-weight:bold;
	float:right;
}

#footer .webregion a {
	text-decoration:none;
	color:#E7BE48;
}

/****************************************************************************/
/*********************************** INTRO **********************************/
/****************************************************************************/

body.intro {
	background:#000;
}

#intro {
	background:url(images/intro.png) no-repeat;
	position:relative;
	margin:0 auto;
	height:500px;
	width:709px;
}

#intro .welkom a {
	background:url(images/intro_welkom.png) no-repeat;
	text-indent:-6000px;
	position:absolute;
	display:block;
	bottom:159px;
	height:20px;
	width:177px;
	left:265px;
}

#intro a:hover {
	background-position:bottom;
}

/****************************************************************************/
/*********************************** OVERIG *********************************/
/****************************************************************************/

.clear {
	clear:both;
}

.formulier 
{
	background: #686A69;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;	
}

a.contact:link, a.contact:visited 
{
	text-decoration:underline;
	color: #E7BE48;
}

a.contact:hover
{
	text-decoration:none;
	color: #E7BE48;
}

a
{
  outline: none;
}





