body {
	background: url(../img/cgcbg.png) repeat-x #FFF;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
}

form, ul, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

img {
	display: block;
	border: none;
}

h1 {
	color: #4980AD;
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 10px;
	border-left: 5px solid #7FA6C5;
	margin-bottom: 10px;
}

button.knop {
	background-image: url(../img/buttonbg.png);
	border: 1px solid #CCC;
	padding: 5px 20px;
	color: #FFF;
	margin: 10px 0;
	cursor: pointer;
}

hr.front {
	background-color: #CCC;
	border: none;
	clear: both;
	color: #CCC;
	height: 1px;
	margin: 20px 0;
}

span.links {
	float: left;
}

span.rechts {
	float: right;
}

span.markeer {
	background-color: #FFFCBC;
}

.img-right {
	float: right;
	margin-left: .5em;
}

.img-left {
	float: left;
	margin-right: .5em;
}

#wrap {
	width: 722px;
	margin: 0 auto;
}

#header {
	height: 65px;
	background: url(../img/headerbg.png) #FFF;
	padding-top: 15px;
	padding-left: 20px;
}

a#logo {
    width: 146px;
    height: 60px;
    background-image: url(../img/logo-cgc.png);
    display: block;
    text-decoration: none;
}

a#logo:hover {
    background-position: 146px 0;
}

#foto {
	height: 120px;
	background-color: #FFF;
}

#navigatie {
	font-size: .9em;
	margin: 1px 3px;
}

#navigatie ul {
	padding-left: 0;
	margin-left: 0;
	background-image: url(../img/navigbg.png);
	color: #FFF;
	float: left;
	width: 100%;
	text-transform: uppercase;
}

#navigatie ul li {
	display: inline;
}

#navigatie ul li a {
	padding: 0.2em 1em;
	background-image: url(../img/navigbg.png);
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navigatie ul li a:hover {
	background-image: url(../img/navighoverbg.png);
	color: #FFF;
}

#navigatie ul li #current {
	background-image: url(../img/navighoverbg.png);
	color: #FFF;
}

#content {
	background: url(../img/contentbg.png) no-repeat #FFF;
}

#maincontent {
	display: inline;
	float: left;
	margin: 50px 0 50px 20px;
	width: 480px;
}

#maincontent a:link {
	color: #004D8C;
	text-decoration: underline;
}
				
#maincontent a:visited {
	color: #333;
	text-decoration: underline;
}

#maincontent a:hover {
 color: #FFF;  
 background-color: #CC0000;
 text-decoration: none;
}

#sidebar {
	display: inline;
	width: 170px;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	text-align: center;
}

#sidebar img {
	display: inline;
}

#sideinfo {
	background: url(../img/hashbg.png) no-repeat;
	padding: 20px 10px;
}

#footer {
	border-top: 1px solid #EEE;
	margin-top: 80px;
	padding-left: 20px;
	color: #999;
	font-size: .8em;
	height: 20px;
	clear: both;
}

.nieuws {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
}

.nieuws:hover {
	padding: 10px;
	border: 1px dashed #CC0101;
}

.nieuws hr {
	background-color: #E5EDF3;
	border: none;
	clear: both;
	color: #E5EDF3;
	height: 1px;
	margin: 20px 0;
}

.logonieuws {
	float: right;
	clear: both;
}

.icon {
	display: inline;
	vertical-align: middle;
}

.file {
	color: #999;
	font-size: .8em;
}

.valid {
	float: right;
	margin-right: 20px;
}

.contactadres {
	float: left;
	width: 90px;
}

/* Kalender */
#kalender {
	margin-top: 20px;
}

.datum {
	color: #CC0101;
	font-size: 1em;
}

.topic {
	color: #4980AD;
}

#kalender img {
	float: right;
}

#kalender p {
	padding: 10px 2px;
	margin: 0;
}

#kalender p:hover {
	background-color: #F7FAFB;
	padding: 10px 2px;
}

#kalender hr {
	background-color: #E5EDF3;
	border: none;
	clear: both;
	color: #E5EDF3;
	height: 1px;
	margin: 0;
	margin-top: 0;	
}

/* Galerij */
.galerij {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.galerij li{
	display: inline;
	float: left;
	height: 92px; /* Height of img + 2 times 1px border */
	margin: 0;
	padding: 10px;
	position: relative;
	width: 28%;
}

.galerij a, .galerij img {
	display: block;
	width: 100%;
}

.galerij a:link, .galerij a:visited {
	border: 1px solid #FFF;
	height: 90px;
	left: 50%;
	margin: -56px 0 0 -60px; /* Margins value is half of the width of the image */
	position: absolute;
	top: 50%;
	width: 120px;		
}

.galerij a:hover {
	border: 1px solid #E5EDF3;
}

a:link {
	color: #4980AD;
	text-decoration: underline;
}
				
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover { 
 color: #000;  
 text-decoration: none;
}