﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF url('afbeeldingen/achtergrond.gif') repeat;
	width: 800px;
	padding: 0;
	margin: 0 auto;
}
html, body {
	height: 100%;
}
#container {
	background: #fff;
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 800px;
	voice-family: inherit;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
html>body #container {
	height: auto;
}
#header {
	background: #fff url('afbeeldingen/header.gif') no-repeat bottom left;
	height: 150px;
	width: 800px;
	padding: 0;
	margin: 0;
}
/* MENU */
#menu {
	width: 800px;
	height: 36px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background: transparent url('afbeeldingen/menu.gif') no-repeat top left;
	width: 800px;
}

#menu ul li {
	float: left;
}
#menu li a {
	display: block;
	height: 36px;
}
a#menu0 {
	width: 69px;
}
a#menu1 {
	width: 53px;
}
a#menu2 {
	width: 75px;
}
a#menu3 {
	width: 63px;
}
a#menu4 {
	width: 81px;
}
a#menu5 {
	width: 84px;
}
a#menu6 {
	width: 89px;
}
a#menu7 {
	width: 92px;
}
a#menu8 {
	width: 49px;
}
a#menu9 {
	width: 68px;
}
a#menu10 {
	width: 77px;
}
.menu li a:hover {
	display:block;
	background: transparent url('afbeeldingen/menu.gif') top left no-repeat;
}

a#menu1:hover {
	background-position: -869px 0;
}
a#menu2:hover {
	background-position: -922px 0;
}
a#menu3:hover {
	background-position: -997px 0;
}
a#menu4:hover {
	background-position: -1060px 0;
}
a#menu5:hover {
	background-position: -1141px 0;
}
a#menu6:hover {
	background-position: -1225px 0;
}
a#menu7:hover {
	background-position: -1314px 0;
}
a#menu8:hover {
	background-position: -1406px 0;
}
a#menu9:hover {
	background-position: -1455px 0;
}

/* SUBMENU */
#submenu {
	color: #ccc;
	text-align: center;
}
#submenu a {
	margin-right: 10px;
	margin-left: 10px;
	font: 13px Segoe Print;
}

/* INHOUD */
#wrap {
	padding-bottom: 32px;
}

#inhoud {
	padding-left: 15px;
	padding-top: 10px;
	font: 11px Segoe Print;
	color: #272B70;
	width: 580px;
}
#rechts {
	position: absolute;
	width: 175px;
	right: 10px;
	top: 190px;
	font: 10px Verdana;
	color: #272B70;
}
#rechts3 {
	position: absolute;
	width: 55px;
	right: 100px;
	top: 310px;
}
#rechts2 {
	position: absolute;
	width: 175px;
	right: 10px;
	top: 220px;
	font: 10px Verdana;
	color: #272B70;
}


a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
#footer {
	background: url('afbeeldingen/footer.gif') no-repeat bottom left;
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 20px;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer2 a:link {
	font-weight: bold;
	color: #272B70;
	text-decoration: none;
}
.footer2 a:visited {
	font-weight: bold;
	color: #272B70;
	text-decoration: none;
}
.footer2 a:hover {
	font-weight: bold;
	color: #272B70;
	text-decoration: underline;
}
span.footer {
	font: 11px Verdana;
	color: #FFF;
	margin-left: 18px;
}
span.footer2 {
	font: 11px Verdana;
	color: #272B70;
	margin-left: 130px;
}
span.vorige {
	position: absolute;
	left: 0;
}
span.volgende {
	position: absolute;
	right: 0;
}
div.navigatie {
	position: relative;
	text-align: center;
	width: 100%;
}

/* Formulieren */
label {
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 15px;
}
input {
	width: 120px;
	font-size: x-small;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: #f5f5f5;
}
#wis, #verzenden, #toevoegen, #login {
	padding: 1px 15px;
}
select {
	width: 120px;
	font-size: x-small;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: #f5f5f5;
}
textarea {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: #f5f5f5;
	font: 11px Verdana;
}
.input_fout {
	border: 1px solid #F00;
	font-size: x-small;
	width: 120px;
	color: #000;
	background: #F5F5F5;
}
.input_fout_textarea {
	border: 1px solid #F00;
	margin-bottom: 10px;
	background: #f5f5f5;
	font: 11px Verdana;
}

/* Event Divs */
div.fout, div.goed {
	padding: 14px 10px 15px 40px;
	margin: 5px 0 10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
div.fout ul, div.goed ul {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 0 25px;
	padding: 0;
}
div.fout {
	background-image: url('http://www.inekespork.nl/afbeeldingen/icons/icon_fout.gif');
	background-color: #F9E1E1;
	border: 1px solid #F00
}
div.goed {
	background-image: url('http://www.inekespork.nl/afbeeldingen/icons/icon_goed.png');
	background-color: #edffe4;
	border: 1px solid #9cd580
}
fieldset {
	padding: 15px;
	border: 2px solid #EFEBEF;
	-moz-border-radius: 8px;
}
legend {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
.toggleopacity img {
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
.toggleopacity:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
img {
	border: 0 none;
}
.img_container {
	border: 1px solid #ccc;
	padding: 5px;
}
h3 {
	color: #F60;
	text-align: center;
	margin-bottom: 10px;
	font: bold 14px Verdana;
}
h2 {
	color: #F60;
	text-align: left;
	margin-bottom: 10px;
	font: bold 14px Verdana;
}
.galerie {
	margin: auto;
}
.klein {
	text-align: center;
	font: 9px Verdana;
	color: #999;
}
hr {
	color: #FFF;
	border: 1px dotted #000;
	border-style: none none dotted;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFF;
}
.reactie1 {
	background: #FFF;
	margin: 0;
	padding: 15px;
	margin-bottom: 10px;
}
.reactie2 {
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 10px;
}

/* Kalender */

.header {
	font-weight: bold;
	text-align: center;
}
.weekdagen {
	font-style: italic;
	text-align: center;
	background-color: #F5F5F5;
	padding: 5px;
}
.dagen {
	text-align: center;
	height: 20px;
	width: 20px;
}
.vandaag {
	text-align: center;
	border: 1px solid #FF6C00;
	height: 20px;
	width: 20px;
}
.expositie {
	text-align: center;
	background-color: #F5F5F5;
	height: 20px;
	width: 20px;
}

