* { font-family: "Segoe UI", "Gill Sans MT", "Trebuchet MS"; }
.clear { width: 0px; height: 0px; margin: 0; padding: 0; line-height: 0px; font-size: 0px; clear: both; }
.noMarginBottom { margin-bottom: 0px; }
.floatLeft { float: left; }
.floatRight { float: right; }

a img { border: 0px; }

a { text-decoration: none; color:#41084D; }

html, body { margin: 0px; padding: 0px; }
html { background: url('../images/template/bgpattern.jpg') center top; width: 100%; height: 100%; overflow-y: scroll; }

#container { width: 800px; margin: 0 auto; background-color: #fff; padding-top: 15px; }

/* Header */
#header { width: 800px; }
#header #slogan { float: right; margin-right: 40px; margin-bottom: 10px;}
#header #slogan h1 { color: #000; margin: 0px; font-size: 20px; font-weight: normal;  }
#header #slogan h2 { color: #7a7a7a; margin: 0px; font-size: 16px; font-weight: normal; margin-left: 140px; }

#header #logo { width: 800px; height: 117px; }

/* Navigation */
#menu { width: 800px; background-color: #41064c; color: #fff; margin-top: 40px; }
#menu a { color: #fff; text-decoration: none; }
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav {width: 600px; margin: 0 auto; }
#nav a {
	display: block;
	width: 100px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#nav a:hover {
	background-color: #fff;
	color: #41064c;
}
#nav li {
	float: left;
	padding: 5px 0;
	width: 100px;
}

#nav li ul {
		margin-left: 0px;
		margin-top: 5px;
		border-top: 1px solid #fff;
        position: absolute;
        width: 130px;
        left: -999em;
		background-color: #41064c;
		padding-bottom: 6px;
		padding-top: 3px;
}

#nav li ul li { padding: 0px; height: 18px; padding-left: 10px; overflow: hidden; width: 120px; }
#nav li ul li a { text-align: left; font-size: 12px; }

#nav li:hover ul {
	z-index: 999;
        left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
        left: auto;
		z-index: 999;
}

#nav li:hover ul li:hover { background-color: #fff; }

.title-bar { height: 29px; background-color: #42064c; margin-bottom: 1px; color: #fff; font-size: 16px; font-weight: normal; padding-left: 50px; padding-top: 3px; }

#content { background-color: #fff; width: 780px; padding: 0 10px 10px; }
#content h3{ margin: 15px 55px 0; font-weight: normal; color: #41064c; }
#content .line { width: 300px; height: 2px; margin: 0px; padding: 0px; line-height: 0px; font-size: 0px; background-color: #41064c; }

#content #producten { margin-top: 20px; }
#content #producten .product { }
#content #producten .product img { float: left; }
#content #producten .product .informatie { margin-left: 5px; float: left; color: #41064c; font-size: 12px; }
#content #producten .product input { border: 0px; background-color: #41064c; color: white; font-weight: bold; font-size: 14px; padding: 2px; border: 1px solid #41064c;}

#pagenav { text-align: center; position: relative; }
#pagenav #number { position: absolute; left: 0; }
#pagenav ul li { list-style-type: none; display: inline-table; margin: 0 10px; }
#pagenav ul li a.current { color: #FF88AE; font-weight: bold; }
#pagenav ul li.none { color: #838383; }

#fp-twitter { position: absolute; width: 250px; height: 300px; right: 0px; top: 8px; }

/* Slideshow */
.slideshow-container { height: 340px; width: 800px; background-image: url('../images/template/slideshow-bg.jpg'); }
.slideshow-item { width: 299px; height: 261px; float: left; margin-top: 40px; }
.first { margin-left: 75px; margin-right: 52px; }

/* CSS */
.contact { color: #41084d; }
.formLayout p { margin-bottom: 5px; }
.formLayout label { display: block; font-size: 16px; }
input.text { padding: 2px; background-color: #EAD1EF; border: 1px solid #41064C; width: 275px; font-size: 16px;  }
textarea { padding: 2px; background-color: #EAD1EF; border: 1px solid #41064C; width: 400px; height: 170px; font-size: 16px;  }
input.submit { padding: 2px 10px; background-color: #EAD1EF; border: 1px solid #41064C; font-size: 16px; color: #000; }

/* AJAX */
.sbox-content-ajax { color: #41064c; }

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* This is a hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
