/* Copyright iMedia 2005 */
* html div#ContentInner { height:800px; }
* html div#SubmenuInner { height:800px; }

html, body {
	height: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
}

html, td, body, div, p, ul, li, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#Layout {
	margin: 0 auto;
	margin-top: 100px;
	width: 890px;
}

#LayoutNext {
	margin: 0 auto;
	margin-top: 20px;
	width: 894px;
}

#Submenu {
	float: left;
	position: relative;
	width: 240px;
	min-height: 388px;
}

#SubmenuInner {
	min-height: 750px;
	padding-left: 15px;
	padding-right: 15px;
}

#Content {
	float: left;
	position: relative;
	width: 433px;
	min-height: 388px;
}

#ContentInner {
	min-height: 750px;
	padding-left: 15px;
	padding-right: 15px;
}

.Concept {
	color:#FFF;
	font-weight:bold;
	line-height: 160%;
	width:400px;
	padding:10px;
	padding-top:20px;
	background-image: url(/img/bg_pointer_concept.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.Beeld {
	color:#FFF;
	font-weight:bold;
	line-height: 160%;
	width:400px;
	padding:10px;
	padding-top:20px;
	background-image: url(/img/bg_pointer_beeld.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.Design {
	color:#FFF;
	font-weight:bold;
	line-height: 160%;
	width:400px;
	padding:10px;
	padding-top:20px;
	background-image: url(/img/bg_pointer_design.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.Product {
	color:#FFF;
	font-weight:bold;
	line-height: 160%;
	width:400px;
	padding:10px;
	padding-top:20px;
	background-image: url(/img/bg_pointer_product.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

/* --------------------------------------------------*/
/* Header styles */
/* --------------------------------------------------*/
h1, h1.home, h1.portfolio, h1.retail, h1.persinformatie, h1.webwinkel, h1.contact, h1.organisatie, h1.cases {
	color: #999;
	font-weight: bold;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h1.concept {
	color: #DD7A35;
}
h1.beeld {
	color: #66B5E0;
}
h1.design {
	color: #915987;
}
h1.product {
	color: #5B9246;
}

h2, h2.home, h2.portfolio, h2.retail, h2.persinformatie, h2.webwinkel, h2.contact, h2.organisatie, h2.cases {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
h2.concept {
	color: #DD7A35;
}
h2.beeld {
	color: #66B5E0;
}
h2.design {
	color: #915987;
}
h2.product {
	color: #5B9246;
}

h3 {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* --------------------------------------------------*/
/* Layout elements
/* --------------------------------------------------*/

.imgcontent {
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

form {
	padding: 0;
	margin: 0;
}
	
table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
}

td.News {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

/* --------------------------------------------------*/
/* Global styles */
/* --------------------------------------------------*/
	
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
	 a img { color: inherit;     /* undo the rule above */
	 border: none;               /* hide from Netscape 4 */
	 }
}

p {
	margin:0px;
	margin-bottom:10px;
	display:block;
}

/* Global links */
a:link,a:active,a:visited {
	font-weight : bold;
	color : #777;
	text-decoration : none;
}
a:hover {
	color : #333;
}

.outlined {
	border: 1px solid #7FB4C8;
}

.context1 {
	width : 100%;
	text-align: center;
}

.context2 {
	width : 750px;
	border : 1px solid #987987;
}

/* --------------------------------------------------*/
/* Breadcrumb styles */
/* --------------------------------------------------*/
#BreadCrumb {
	font-size: 10px;
	color:#003F78;
	}
#BreadCrumb a:link, #BreadCrumb a:active, #BreadCrumb a:visited {
	color:#003F78;
	font-weight:normal;
	text-decoration:none;
	}
	
#BreadCrumb a:hover {
	text-decoration:underline;
	}	
	
/* --------------------------------------------------*/
/* Menu styles Level 0*/
/* --------------------------------------------------*/
	
/* InActive */
td.MenuLevel0 {
	vertical-align: middle;
	height: 20px;
	padding-top: 10px;
	padding-right: 11px;
	border-bottom: 1px solid #fff;
}
a.MenuLevel0:link, a.MenuLevel0:active, a.MenuLevel0:visited {
	color:#999;
	font-weight : bold;
	text-decoration : none;
}
a.MenuLevel0:hover {
	color:#000;
}	

/* Active */
td.MenuLevel0Active {
	vertical-align: middle;
	height: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
}
a.MenuLevel0Active:link,a.MenuLevel0Active:active,a.MenuLevel0Active:visited {
	color : #000;
}
a.MenuLevel0Active:hover {
}	

/* --------------------------------------------------*/
/* Menu styles Level 1*/
/* --------------------------------------------------*/
	
/* InActive */
td.MenuLevel1 {
	padding-left: 10px;
	vertical-align: middle;
	height: 20px;
}
a.MenuLevel1:link,a.MenuLevel1:active,a.MenuLevel1:visited {
	color: #999;
	font-weight: normal;
}
a.MenuLevel1:hover {
	color: #000;
}	

/* Active */
td.MenuLevel1Active {
	padding-left: 10px;
	vertical-align :middle;
	height: 20px;
}
a.MenuLevel1Active:link,a.MenuLevel1Active:active,a.MenuLevel1Active:visited {
	font-weight: normal;
	color : #000;
}
a.MenuLevel1Active:hover {
	color : #000;
}	

/* --------------------------------------------------*/
/* Menu styles Level 2*/
/* --------------------------------------------------*/

/* InActive */
td.MenuLevel2 {
	padding-left:20px;
	vertical-align:middle;
	height:19px;
}
a.MenuLevel2:link,a.MenuLevel2:active,a.MenuLevel2:visited {
	font-size:11px;
	font-weight : normal;
	text-decoration : none;
	color: #999;
}
a.MenuLevel2:hover {
	color : #000;
}	

/* Active */
td.MenuLevel2Active {
	padding-left:20px;
	vertical-align:middle;
	height:19px;
}
a.MenuLevel2Active:link,a.MenuLevel2Active:active,a.MenuLevel2Active:visited {
	font-size:11px;
	font-weight : normal;
	color: #000;
}
a.MenuLevel2Active:hover {
	color : #000;
}

/* --------------------------------------------------*/
/* Menu styles Level 3*/
/* --------------------------------------------------*/

/* InActive */
td.MenuLevel3 {
	padding-left:30px;
	vertical-align:middle;
	height:19px;
}
a.MenuLevel3:link,a.MenuLevel3:active,a.MenuLevel3:visited {
	font-size:11px;
	font-weight : normal;
	text-decoration : none;
	color: #999;
}
a.MenuLevel3:hover {
	color : #000;
}	

a.LanguageLink:link,a.LanguageLink:active,a.LanguageLink:visited {
	color: #CCC;
}
a.LanguageLink_ro:link,a.LanguageLink_ro:active,a.LanguageLink_ro:visited {
	color: #666;
	text-decoration: underline;
}


/* Active */
td.MenuLevel3Active {
	padding-left:30px;
	vertical-align:middle;
	height:19px;
}
a.MenuLevel3Active:link,a.MenuLevel3Active:active,a.MenuLevel3Active:visited {
	font-size:11px;
	font-weight : normal;
	text-decoration : none;
	color: #000;
}
a.MenuLevel3Active:hover {
	color : #000;
}


.MenuBar {
	padding-bottom:5px;
	position:absolute;
	bottom: 0;
}








