@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align:center;
    background-color: #1F1F1F;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    color: #C30013;
}

a img {
	border: 0;
}

div .kolomleft {
    float: left;
    padding: 5px;
    width: 250px;
}

div .kolomcenter {
    margin: auto;
    position: relative;
    width: 250px;
    padding: 5px;
}
    
div .kolomright {
    float: right;
    text-align: left;
    width: 250px;
    padding: 5px;
}

/* container */
div#container {
	position: relative;
    min-height: 100%;
    height: auto !important; /* voor moderne browsers */
    height: 100%; /* voor IE */
}

/* global */
div#header, div#navigatie, div#content, div#footer {
	margin: 0;
    padding: 10px;
}

div#header .content, div#navigatie .content, div#content .content, div#footer .content {
	width: 790px;
	position: relative;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* header */
div#header {
	background-color: #6F6F6F;
	color: #FDFDFD;
}

div#header h1 {
    color: #FDFDFD;
    margin-left: 60px;
}

/* navigatie */
div#navigatie {
    background-color: #1F1F1F;
    overflow: hidden;
    color: #FDFDFD;
}

/*div#navigatie .kolomleft {
    border-left: 1px dotted #FDFDFD;
}

div#navigatie .kolomcenter {
	border-left: 1px dotted #FDFDFD;
}
	
div#navigatie .kolomright {
	border-left: 1px dotted #FDFDFD;
	border-right: 1px dotted #FDFDFD;
}*/

div#navigatie ul, div#navigatie ol {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

div#navigatie li {
    padding: 0;
}

div#navigatie strong, div#navigatie a {
	padding: 3px 10px 3px 10px;
	display: block;
	width: 230px;
	border-bottom: 1px solid #1F1F1F;
}

div#navigatie strong, div#navigatie a:hover {
    border-bottom: 1px dotted #FDFDFD;
    text-decoration: none;
}

div#navigatie a {
    color: #FDFDFD;
}

div#navigatie a:hover {
	background-color: #2F2F2F;
}

/* content */
div#content {
    background-color: white;
    padding-bottom: 30px;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
    
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

table tr .alignright {
    text-align: right;
}

.highlight {
	background-color: #FFE09F;
}

table tr.recepten {
	border-top: 10px solid white;
}

table tr td.foto {
	width: 125px;
}

table tr td.omschrijving {
	font-style: italic;
}

table tr td.titel a {
	font-size: 1.2em;
	font-weight: bold;
}

span.label {
	width: 120px;
    float: left;
}

div.belongstolabel {
	margin-left: 120px;
}

p.pagination {
	width: 100%;
	text-align: center;
}

/* formulieren */
label {
    width: 120px;
    float: left;
    cursor: pointer;
    padding: 3px;
}

input, textarea {
	border: 1px solid #000;
	padding: 3px;
	font-family: Verdana, sans-serif;
}

select {
	border: 1px solid #000;
}

select option {
	padding: 2px;
}

textarea {
    width: 500px;
    height: 200px;
    font-size: 12px;
}

form input[type=submit] {
    margin-left: 126px;
}

/* reacties */

div#content ol {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, serif;
    color: #C30013;
}

div#content ol li:first-child {
    border-top: 1px solid #7F7F7F;
}

div#content ol li {
    border-bottom: 1px solid #7F7F7F;
    padding-left: 50px;
}

div#content ol li p{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, sans-serif;
    color: #000000;
}

div#content ol li p.bold {
    font-weight: bold;
}

div#content ol li p.italic {
    font-style: italic;
}

/* footer */
div#footer {
    background-color: #1F1F1F;
    color: #FFFFFF;
    overflow: hidden;
}

div#footer .kolomleft {
    border-left: 1px dotted #FFFFFF;
    text-align: center;
}

div#footer .kolomcenter {
    border-left: 1px dotted #FFFFFF;
    text-align: center;
}
    
div#footer .kolomright {
    border-left: 1px dotted #FFFFFF;
    border-right: 1px dotted #FFFFFF;
    text-align: center;
}

div#footer strong {
    padding: 3px 10px 3px 10px;
}

div#footer ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

div#footer ul li {
	margin: 0;
	padding: 3px 10px 3px 10px;
}

div#footer a {
    color: #FFFFFF;
}
