body {
	background: #e6e6e6 url(../images/header.png) repeat-x top left;
	color: #333;
	font-size: 12px;
	font-family: "Century Gothic",sans-serif, arial;	
}
a {
	color: #fff;
	text-decoration: none;
}
a.simple {
	color: #000;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	padding: 5px 30px 0 30px;
	
}

h2 {
	padding: 5px 30px 0 30px;
}

h4 {
	padding: 5px 30px 0 30px;
}


p {
	overflow: hidden;
	padding: 5px 30px 0 30px;
	text-align: left;
}

.container_16 {
	sbackground: #fff url(../images/16_col.gif) repeat-y;
}


/* Layout */
.footer {
	min-height: 400px;
	background: #000000 url(../images/footer.png) repeat-x top left;	
	color: #fff;
}

.footer .container_16{ padding: 25px 0;}

.content_header{
	background: url(../images/content_header.png) no-repeat bottom center;	
}

.content{
	background: url(../images/content.png) repeat-y bottom center;	
	min-height: 500px;
}

.content_footer{
	background: url(../images/content_footer.png) no-repeat top center;	
}

.single-page{
	margin-top: 40px;
}
.footje {
	margin-left: 15px;
	margin-right: 20px;
}

/* Menu */
.menu{ float: right; padding: 0px 20px 6px 0px; margin: 0px; height: 32px;
}

.menu li{ 
	background: url(../images/menu.png) no-repeat top center;		
	float: left;
	list-style: none;
	text-align: center;	
	width: 128px;
	padding-top: 12px;
	margin: 0 10px 0 0;
	}

.menu a{ 
	color: #333333; 
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	}
	
	
/* Top Header	*/

.more{
	float: right;
	padding-right: 40px;
}

.screenshot{
	text-align: center;
	padding: 40px 0;
}

.intro{ 
	text-align: left;
	padding: 40px 0px;
}

/* Text Links */

a.link {
	color: #339;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

/* main body */
.mmain p {
	font-size: 15px;
}


/* Pakketten */
.content div.pakket {
	margin-left: 100px;
	float: left;
	width: 250px;
	padding-right: 25px;
}
.content div.pakket ul li {
	list-style-type:circle;
	position: relative;
	left: 15px;
	text-align: left;	
}
.content div.pakket p {
	font-weight: bold;
}

/* Forms */
.content input, textarea {
	border: solid 1px #339;
	padding: 3px;
	background-color: #e6e6e6;
}
.content .submit {
	background: #e6e6e6 url(../images/header.png) repeat-x center left;
	color: #fff;
	font-weight: bold;
}
.content .submit:hover {
	background: #e6e6e6;
	color: #000;
}
.content .regform p {
	float:left;
	padding: 0 0 0 30px;
}
/* faq slides */
.content div.slideup p {
	margin: 0px;
}
.content div.slideup h4 {
	margin: 0px;
	font-weight: normal;
}
p.p13 {
	font-size: 13px;
	margin-bottom: 10px;
}

