
/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	font-size:68%;
	font-family:Verdana;
	color:#cccccc;
	background:#151515 url('images/background.gif') repeat-x;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }


/* Link layout settings */

a {
	text-decoration:none;
	color:#3399ff;
}
a:hover {
	text-decoration:underline;
	color:#3399ff;
}
a:link { }
a:visited { }
a:active { }
.footer {
	font-size:0.833em;
}


/* Headings */

h1 {
	color:#3399ff;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	color:#3399ff;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	color:#3399ff;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color:#3399ff;
	font-size: 1.0em;
	font-weight: normal;
}

h5 {
	color:#3399ff;
	font-size: 0.8em;
	font-weight: normal;
}

h6 {
	color:#3399ff;
	font-size: 0.6em;
	font-weight: normal;
}


/* Main layout style settings */

div#wrapper {
	padding: 0px;
	text-align:center;
}
div#label {
	position:absolute;
	left:0px;
	top:0px;
	width:109px;
	height:109px;
	background:url('images/label.png');
}

div#band {
	position:absolute;
	z-index:0;
	left:0px;
	top:130px;
	background:#333333;
	height:203px;
	width:100%;
}
div#container_box {
	position:relative;
	width:735px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#logo {
	position:absolute;
	width:216px;
	height:42px;
	top:80px;
	left:480px;
	background:url('images/logo.png');
	text-indent:-10000px;
}
div#label,div#logo { behavior: url(iepngfix.htc) }

div#menu {
	position:absolute;
	top:103px;
	width:327px;
	height:27px;
	border:0px solid red;
}
div#menu ul#m1 { 
	margin:0px;
	padding:0px;
}
div#menu ul#m1 li {
	float:left;
	list-style:none;
	text-indent:-1000px;
}

div#menu ul li a#menu-home {
	display:block; width:57px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/home1.png');	}
div#menu ul li a:hover#menu-home {
	display:block; width:57px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/home1.png');	}
div#menu ul li a#menu-onze-winkel {
	display:block; width:96px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/onze-winkel0.png');	}
div#menu ul li a:hover#menu-onze-winkel {
	display:block; width:96px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/onze-winkel1.png');	}
div#menu ul li a#menu-foto-gallerij {
	display:block; width:106px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/foto-gallerij0.png');	}
div#menu ul li a:hover#menu-foto-gallerij {
	display:block; width:106px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/foto-gallerij1.png');	}
div#menu ul li a#menu-contact {
	display:block; width:68px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/contact0.png');	}
div#menu ul li a:hover#menu-contact {
	display:block; width:68px; height:27px; cursor:pointer; cursor:hand;
	background-image: url('images/contact1.png');	}
div#trailer {
	position:absolute;
	width:733px;
	height:194px;
	top:134px;
	border:0px solid #ccc;
	background:url('images/trailer/2.jpg');
}
div#content {
	position:absolute;
	width:734px;
	top:333px;
}
div#content_outer_box {
	background:#0c0c0c url('images/background_box.gif') bottom no-repeat;
}
div#content_box {
	padding:20px;

}
div#mapbox {
	width:300px;
	height:300px;
	overflow:hidden;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* ImageBox */

#ImageBoxOverlay {
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(images/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(images/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Classes */

div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
div.floatercell {
	float:left;
	width:105px;
	height:105px;
	margin:3px;
	background:#222222;
	border:1px solid #444;
}


/* Form layout settings */

input[type=text],input[type=password], textarea, select {
	border:1px solid #333; 
	background:#111;
	color:#ccc;
	font-size:1em;
}
input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	border:1px solid #444; 
	background:#151515;
}

.field {
}

.fieldButton { font-size: 1em; }
