/* CSS Document */

BODY {
	margin:0;
	font-family:Arial;
	font-size:12px;
	color:#888888;
	background:url(../images/backgrounds/back.png) repeat-x #B0B0B0;
}

P {
	line-height:18px;
}

H1 {
	font-size:14px;
	color:#0077C2;
	font-weight:bold;
	margin:0px;
}

A {
	color:#0077C2;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

INPUT,TEXTAREA,SELECT {
	font-family:Arial;
	font-size:12px;
}

.menu_normal {
	font-size:11px;
	font-family:"Trebuchet MS";
	color:white;
	text-indent:25px;
	text-transform:uppercase;
}

.menu_active {
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#333333;
	text-indent:25px;
	text-transform:uppercase;
	background:white;
	cursor:pointer;
}

.submenu_normal {
	text-indent:25px;
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	color:#888888;
	height:28px;
}
.submenu_hover {
	text-indent:25px;
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	color:#888888;
	height:28px;
	background:#EFEFEF;
	cursor:pointer;
}
.submenu_active {
	text-indent:25px;
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	color:white;
	height:28px;
	background:#005F9B;
	cursor:pointer;
}



.ver_bar {
	background:url(../images/common/ver_bar.png) repeat-y left;
}

.contact {
	font-size:11px;
	color:#CCCCCC;
}
.contact A {
	color:#cccccc;
}

.breadcrumb {
	color:#0077C2;
	font-size:11px;
}
.breadcrumb A {
	color:#0077C2;
	font-size:11px;
	text-decoration:none;
}
.breadcrumb A:hover {
	text-decoration:underline;
}
.breadcrumb SPAN {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
}

H1 {
	font-size:14px;
	color:#666666;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
}

H2 {
	font-size:13px;
	font-weight:bold;
	color:#0077C2;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
}

H3 {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin:0;
	margin-bottom:-10px;
}

.content {
	line-height:18px;
}

.content_table THEAD TD {
	background:url(../images/backgrounds/table_header.png);
	height:24px;
	color:white;
	text-indent:10px;
	font-size:11px;
}

.content_table TBODY TD {
	background:#EFEFEF;
	height:30px;
	text-indent:10px;
}

HR {
	height:1px;
	background:#DFDFDF;
	color:#DFDFDF;
}


.merken_header {
	background:url(../images/backgrounds/table_header.png);
	height:24px;
	color:white;
	text-indent:10px;
	font-size:11px;
	line-height:24px;
}

.tussenruimte {
	height:20px;
	width:100%;
}

.merken_item {
	float:left;
	margin:0 10px 10px 0;
}

.clear {
	clear:both;
	height:20px;
}

.small {
	font-size:11px;
	color:#666666;
}

.kantlijn {
	width:200px;
	padding:0 15px 0 25px;
}

.kantlijn A {
	text-decoration:none;
}
.kantlijn A:hover {
	text-decoration:underline;
}

.kantlijn UL {
	list-style:none;
	margin:20px 0 0 0;
}

.kantlijn UL LI {
	list-style:none;
	line-height:23px;
}

.kantlijn UL LI A {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}
.kantlijn UL LI A:hover {
	text-decoration:none;
}


#motioncontainer {
	width:75px; 
	height:264px;
	overflow:hidden;
	position: relative;
}

#motiongallery {
	position:absolute; 
	left:0; 
	top:0;
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}


#fotoalbum {
	width:100%;
	height:300px;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

#big_img {
	position:absolute;
	clip:rect(0 390px 260px 0);
	left:0;
	top:0;
}

#fotoalbum_big_image {
	width:392px;
	height:262px;
	border:1px solid #DFDFDF;
	position:absolute;
	left:0;
	top:0;
}

#fotoalbum_big_image IMG {
	
}

#fotoalbum_selector {
	position:absolute;
	left:405px;
	top:0;
	width:75px;
	height:264px;
}

.assortiment {
	width:100%;
	height:300px;

}

.assortiment_big_image {
	position:absolute;
	left:0;
	top:0;
}

.assortiment_thumb_1 {
	position:absolute;
	left:360px;
	top:0;
	width:92px;
	height:92px;
	border:1px solid #dedede;
}

.assortiment_thumb_1_img {
	position:absolute;
	clip:rect(50px 140px 140px 50px);
	margin-left:-49px;
	margin-top:-49px;
	border:1px solid white;
	cursor:pointer;
}

.assortiment_thumb_2 {
	position:absolute;
	left:360px;
	top:104px;
	width:92px;
	height:92px;
	border:1px solid #dedede;
}

.assortiment_thumb_2_img {
	position:absolute;
	clip:rect(50px 140px 140px 50px);
	margin-left:-49px;
	margin-top:-49px;
	border:1px solid white;
	cursor:pointer;
}

.copyright {
	font-size:11px;
	color:#7C7C7C;
}

.copyright A {
	font-size:11px;
	color:#7C7C7C;
	text-decoration:underline;
}

.copyright A:hover {
	font-size:11px;
	color:#7C7C7C;
	text-decoration:none;
}
	
