html, body {
	font: 16px/160% Helvetica, Arial, sans-serif;
	color:#454545;
	margin:0px;
}

h1#title {
	text-indent: -999em;
	background: transparent url('../img/logo.png') no-repeat top left;
	min-width: 548px;
	margin: 0;
	padding: 0;
	min-height: 74px;
	float: left;
}

p#subtitle {
	position:absolute;
	left:5px;
	bottom:15px;
	margin:0;
	padding: 0;
	color:#999;
	width:30%;
	font-size:1.2em;
}

.superwrapper {
	min-width: 980px;
	max-width: 1080px;
	margin: 20px auto;
	min-height: 100%;
}

.masthead {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	padding-bottom: 35px;
}

.masthead ul {
	padding-left: 0px;
	margin-right: 0px;
	float: right;
}

.masthead img {
	margin-top: 5px;
	float: left;
}

.masthead li {
	padding-left: 10px;
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
}

.masthead li a {
	text-decoration: none;
	padding: 11px 17px;
	color: #888;
	border-bottom: 1px transparent solid;
	font-size:1em;
}

.masthead > ul > li a:hover, .masthead > ul > li:hover > a {
	color: #444;
	border-bottom-color: #C11B17;
	border-bottom-width: 3px;
}

.masthead li.selected a {
	background: #EBE9E1 none repeat scroll 0 0;
	border-bottom: solid #C11B17 1px;
	padding-top: 15px;
	color: #5C563D;
}

.masthead ul li ul {
	position: absolute;
	bottom: 0;
	padding-bottom:15px;
	right: 0;
	display: none;
	width: 50%;
	font-size:95%;
}

.masthead > ul > li:hover ul {
	display: block;
}

.masthead ul li ul li {
	float: right;
	margin: 0;
}

.masthead ul li ul {
	padding-top: 25px;
}

.masthead ul li ul a {
	border: none;
	padding: 7px 10px;
	padding-bottom:20px;
	height: 10px;
}

.masthead ul li ul a:hover {
	color: #ffffff;
	background: #C11B17;
	border-radius: 			2px 2px 0px 0px;
	-moz-border-radius: 	2px 2px 0px 0px;
	-webkit-border-radius:	2px 2px 0px 0px;
	-o-border-radius: 		2px 2px 0px 0px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.main {
	padding: 25px;
	overflow: auto;
	background: #ffffff;
	border-top: 1px solid #C11B17;
	border-bottom: 1px solid #C11B17;
}

.main .gutter {
	padding:25px;
}

.main h2 {
	background:#C11B17;
	font-weight:normal;
	margin:0;
	letter-spacing:-1px;
	font-size:1.3em;
	color:white;
	padding:15px 25px;
}

.main h3 {
	text-align:center;
	margin-top:0;
	font-weight:normal;
	font-size:1.25em;
	padding-bottom:8px;
	margin-bottom:0;
	letter-spacing:-1px;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 80%;
	text-align: center;
	position: relative;
	margin-top: 50px;
	height: 50px;
	clear: both;
}

#title {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	margin-top: -15px;
}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
	/
}

.header {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.name {
	font-size: 105%;
}

.footer{
	width:100%;
	margin-bottom:0px;
}

.image_carousel {
	position: relative;
}

.content {
	width:930px;
	height:700px;
	display: block;
	float: left;
}

.pagination {
	text-align: center;
}

.pagination a {
	background: url(http://caroufredsel.frebsite.nl/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}

.pagination a span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}

#options{

}

#option1{
	margin-top:30px;
	padding:15px;
	border: 1px solid #ccc;
	float:left;
	width:45%;
	border-radius: 	2px 2px 0px 0px;
		-moz-border-radius: 2px 2px 0px 0px;
		-webkit-border-radius:	2px 2px 0px 0px;
		-o-border-radius: 2px 2px 0px 0px;
}

#option2{
	margin-top:30px;
	padding:15px;
	border: 1px solid #ccc;
	float:right;
	width:45%;
	border-radius: 	2px 2px 0px 0px;
		-moz-border-radius: 2px 2px 0px 0px;
		-webkit-border-radius:	2px 2px 0px 0px;
		-o-border-radius: 2px 2px 0px 0px;
}

#servicelist{
	margin-top:50px;
	margin-bottom:10px;
}

#servicelist li{
	list-style-type:none;
	height:100px;
	padding:10px;
	border-top: 1px solid #ccc;
}
blockquote p {
	padding-right:28px;
	float: left;
	background: url(../img/quote_down.png) bottom right no-repeat;
}

blockquote {
	padding: 20px;
	padding-left:28px;
	padding-top:0px;
	background: url(../img/quote_up.png) top left no-repeat;
}

cite {
	font-size: 90%;
	padding-right:20px;
	float: right;
	margin-bottom:10px;
}

.profile{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom: 1px solid #ccc;
}

.profile img{
	width: 167px;
	height:200px;
	margin: 20px;
	margin-left: 0px;
	margin-top:10px;

}

.profile p{
	min-width:600px;
	max-width: 800px;
	float: right;
	margin-top:8px;
}

.name{
	font-size:105%;
}

.titleblock{
	margin-top:8px;
	float:left;
}

.content h3{
	text-align:left;
}

.sidebar{
	margin-left:10px;
	padding-left: 15px;
	float:right;
	width:250px;
	border-left: 1px solid #ccc;
}

.sidebar h3{
	text-align:left;
}