* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFF;
	background-color: #1c1645;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	padding-bottom: 20px;
}
H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	color: #BBB6CB;
}
p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

img { border: none; }

/* Header */

#header {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/CO_fotobalk_home.jpg);
	background-repeat: repeat-x;
}
#header-visie {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/header-visie.jpg);
	background-repeat: repeat-x;
}
#header-recepten {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/CO_fotobalk_authentiek.jpg);
	background-repeat: repeat-x;
}
#header-menu {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/CO_fotobalk_keuken.jpg);
	background-repeat: repeat-x;
}
#header-contact {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/CO_fotobalk_reserveren.jpg);
	background-repeat: repeat-x;
}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 475px;
}

#content .content {
}
#content a:hover {
	text-decoration: underline;
	color: #FFF;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content a:link {
	text-decoration: underline;
	color: #B9B4C9;
	font-weight:normal;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content a:visited {
		color: #B9B4C9;
	text-decoration: underline;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* logo */

#logo {
	float: left;
	width: 260px;
	height: 100px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
/* Sidebar */


#sidebar {
	float: left;
	padding-left: 20px;
	width: 200px;
	padding-top: 15px;
}
.navcontainer{
	text-align:left;
	border-left: 1px solid #8d8d8d;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 5px 10px 5px 10px;
	font-size:14px;
}
a {
	color: #FFF;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFF;
}
#sidebar a:active {
	text-decoration: none;
	color: #FFF;
}

#sidebar a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#sidebar a:visited {
	text-decoration: none;
	color: #FFF;
}

.selected{
	color: #FFF;
	font-weight: normal;
	background-color:#625a7d;
	font-size:14px;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 11px;
	color: #efefef;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #efefef;
}

#footer a {
	color: #999;
	text-decoration:none;
}
