
@import url("forms.css");

/*--------------------------------------------------------------------------------
Html & Body Reset
----------------------------------------------------------------------------------*/
html {
	text-align: center;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	font-size:12px;
	background: #fff url(../img/achtergronden/background.jpg) repeat-x;
	color: #424242;
}

/*--------------------------------------------------------------------------------
Containers
----------------------------------------------------------------------------------*/

.outer-container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/achtergronden/bg-container.png) repeat-y center 0;
	position: relative;
	padding: 0 13px;
}

.inner-container {
	background: url(../img/achtergronden/bg-inner-container.png) repeat-x bottom;
	width: 886px;
	padding: 0 42px 10px 42px;
	margin: 0;
}

/*--------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------*/

.header {
	background: url(../img/bg-header.gif) repeat-x;
	width: 886px;
	height: 293px;
	position: relative;
}

/*--------------------------------------------------------------------------------
Header -> h1
----------------------------------------------------------------------------------*/

.header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

.header h1 a {
	width: 513px;
	height: 106px;
	display: block;
	text-decoration: none;
	background: url(../img/algemeen/logo.png) no-repeat;
}

.header h1 a span {
	visibility: hidden;
}

.header-visual {
    height: 184px;
    width: 885px;
    overflow: hidden;
}

.header-visual img {
	margin: 0;
	padding: 0;
	display: inline;
	border: 3px solid #0a53a0;
	float: left;
}

/*--------------------------------------------------------------------------------
Kruimelpad
----------------------------------------------------------------------------------*/
.kruimelpad {
	display: block;
	background: #0a53a0;
}

.kruimelpad p {
	margin: 0;
	padding: 6px 27px;
	font-size: 11px;
	color: #fff;
}

.kruimelpad a, .kruimelpad a:hover {
    color: #fff;
    text-decoration: none;
}

.kruimelpad a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------------*/

.sidebar {
	float: left;
	width: 240px;
	padding-left: 20px;
}

.sidebar .navigatie ul {
	margin: 12px 0 15px 0;
	padding: 0;
	list-style: none;
}

.sidebar .navigatie ul li {
	border-bottom: 1px solid #e0e0d7;
}

.sidebar .navigatie ul li a {
	background: url(../img/algemeen/arrow.png) 4px center no-repeat;
	display: block;
	padding: 6px 0 5px 19px;
	color: #0A53A0;
	text-decoration: none;
}

.sidebar .adres {
    font-size: 11px;
}

.sidebar .adres span {
	color: #0b539f;
}

.sidebar a {
	color: #0b539f;
}

/*--------------------------------------------------------------------------------
Content
----------------------------------------------------------------------------------*/

.content {
	width: 575px;
	float: right;
	padding-top: 12px;
}

.content h2 {
	font-size: 19px;
	color: #84b816;
	margin: 0 0 8px 0;
	padding: 0;
}

.content h2 a, .content h2 a:hover {
    color: #84b816;
    text-decoration: none;
}

.content h3 {
	font-size: 15px;
	color: #0b539f;
	margin: 0 0 4px 0;
	padding: 0;
}

.content h3 span {
    padding-right: 20px;
    font-weight: bold;
}

.content a {
	color: #0b539f;
}

.content ul.agenda, .content ul.nieuws {
	list-style: none;
	padding: 0;
	margin:  0 0 10px 0;
}

.content .blok {
	width: 250px;
	float: left;
	margin-left: 25px;
}

.content .blok .border {
	border: 1px solid #dfe1d6;
	background: #fff;
	font-size: 11px;
	padding: 7px;
}

.content .blok .border img {
	float: left;
	margin: 2px 5px 0 0;
}

.content .nomargin {
	margin-left: 0;
}

.content ul.agenda li, .content ul.nieuws li {

}

.content ul.agenda li a, .content ul.nieuws li a {
	text-decoration: none;
	color: #424242;
}

.content ul.agenda li a span, .content ul.nieuws li a span{
	padding-right: 10px;
	color: #0b539f;
}

.content .album-images img {
    border: 1px solid #CBD1D6;
    float: left;
    margin: 3px 8px 0 0;
    padding: 2px;
}

.content .album-list .preview {
    float: left;
    width: 80px;
}

    .content .album-list .preview img {
        border: 1px solid #CBD1D6;
        float: left;
        margin: 0 8px 0 0;
        padding: 2px;
    }

    .content .album-list .subtext {
        font-size: 11px;
    }

    .content .album-list .album {
        padding-bottom: 10px;
    }

/*--------------------------------------------------------------------------------
Footers
----------------------------------------------------------------------------------*/

.footer {
	padding: 20px 0 10px;
}

.footer img {
	float: left;
	border: 2px solid #84b816;
	border-width: 2px 2px 2px 0;
}

.footer img.first {
	border-width: 2px 2px 2px 2px;
}

.outer-footer {
	height: 32px;
	background: url(../img/achtergronden/bg-footer.png) no-repeat top center;
}

.outer-footer p {
    font-size: 10px;
    padding-top: 16px;
    color: #BBBBBB;
}

.outer-footer a, .outer-footer a:hover {
    color: #BBBBBB;
    text-decoration: none;
}
