@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
body {
	background-image:url(images/bodyBg.jpg);
}
img {
	border:none;
}
li{
	list-style-type:none;
}

h1{
	font-weight:normal;
	font-size: 26pt;
	margin-top: 29px;
}
h2{
	background-color:#000;
	color:#FFF;
	width: 300px;
	height: 32px;
	font-size: 26pt;
	font-weight: normal;
}
p#showcaseP{
	margin-top: 25px;
	float:left;
}

a.showcaseA{
	color:#D10247;
	text-decoration:none;
}
a.showcaseA:hover{
	color:#000;
	text-decoration:line-through;
}

p#showcasePtwee{
	margin-top: 25px;
	margin-left: 8px;
	width: 400px;
}
#schowcaseDiv{
	float:left;
	border-left:solid;
	border-left-width: 2px;
	margin-left: 125px;
	margin-top: 29px;
	margin-bottom: 25px;
	height: 175px;
}
.hoofding{
	width: 830px;
	margin-left:auto;
	margin-right:auto;
}
p.hoofdingP{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
	font-size: 12pt;
}
p.infoP{
	width: 350px;
	float:left;
	margin-top: 25px;
	margin-right: 25px;
}

ul#showcaseUl{
	margin-left: 8px;
}

li.menuLi{
	display:block;
}

a#werk, a#info, a#web, a#dried, a#tweed, a#contact{
	float:left;
	display:block;
}
a#werk, a#info{
	height: 20px;
}
a#werk{width: 105px;}
a#info{width: 82px; margin-left: 11px;}
a#web, a#dried, a#tweed, a#contact{
	height: 10px;
	margin-top: 10px;
}
a#web{width: 103px; margin-left: 13px;}
a#dried{width: 22px; margin-left: 16px;}
a#tweed{width: 23px; margin-left: 13px;}
a#contact{width: 83px; margin-left: 13px;}
span.offscreen{
	width: 1px;
	height: 1px;
	position: fixed;
	top: -100px;
	left: - 100px;
}

a.menuA:hover{
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color:#0F0;
}

#header{
	width: 100%;
	height: 403px;
	top: 0px;
	background-image:url(images/headerBg.png);
	overflow:hidden;
}

#headerBan{
	width: 1256px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 21px;
	background-color:#FFF;
}

.inhoud {
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	min-height: 50px;
}
a.miniatuur {
	width: 205px;
	height: 205px;
	float:left;
	background-color:#999;
}

#menu{
	height: 20px;
	width: 100%;
	position:fixed;
	bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:#D10247;
}
#inhoudMenu{
	height: 23px;
	width: 484px;
	background-image:url(images/menuBg.png);
	background-repeat:no-repeat;
}

.seperator{
	clear:both;
	height: 0px;
	line-height:0px;
	background-color:#FFF;
}
.seperatorLijn{
	clear:both;
	height: 2px;
	line-height:2px;
	background-color:#000;
	margin-bottom: 15px;
}
.margin{
	height: 60px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/*cool effect*/
.photo {
	/* relative position, so that objects in it can be positioned inside this container */
		position:relative;
	font-family:arial;
	/* hide those extra height that goes beyong the size of this container */
	overflow:hidden;
	margin-bottom: 15px;
	width:195px;
	height:195px;
	float:left;
}
.photo .heading, .photo .caption {
	/* position inside the container */
	position:absolute;
	background:#000;
	height:50px;
	width:195px;
	/* transparency for different browsers */
	/* i have shared this in my CSS tips post too */
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
.photo .heading {
	/* hide it with negative value */
			/* it's the height of heading class */
			top:-50px;
}
.photo .caption {
	/* hide it with negative value */
			/* it's the height of bottom class */
			bottom:-50px;
}
/* styling of the classes*/
.photo .heading span {
	color:#00CCDD;
	top:-50px;
	font-weight:bold;
	display:block;
	padding:5px 0 0 10px;
}
.photo .caption span {
	color:#EB0B0D;
	font-size:12px;
	display:block;
	padding:5px 10px 0 10px;
}

.galerij{
	margin-bottom: 15px;
	margin-right: 35px;
}
a.galerij{
	display:block;
	width: 68px;
	height: 131px;
	float:left;
	border: solid;
	border-color: #FFF;
	border-width: 2px;
}
a.galerij:hover{
	border-color:#D10247;
}
#footer{
	width: 100%;
	height: 335px;
	border-top: solid;
	border-top-width: 2px;
	border-top-color:#000;
	margin-top: 45px;
	background-color:#FFF;
}

#footerBan{
	border-left-style:solid;
	border-left-width: 2px;
	border-right-style:solid;
	border-right-width: 2px;
	width: 841px;
	height: 335px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footerBg.jpg);
}

ul.rechtsUit, ul.linksUit{
	top: 50px;
	float:left;
}

ul.rechtsUit{
	text-align:right;
	margin-left: 340px;
	margin-top: 30px;
}
ul.linksUit{
	margin-top: 30px;
	margin-left: 15px;
}

ul.rechtsUit#voor{
	text-align:right;
	margin-left: 505px;
	margin-top: 30px;
}

#addThis{
	position:fixed;
	right: 25px;
	bottom: 2px;
	z-index: 100;
}
