/* 
Website: Maasheggenvlechten NK
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* default
--------------------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	/*background-image: url('../images/naam.jpg'); */
	/* background-repeat: no-repeat / repeat-x / repeat-y */
	/* background-position: 50% 0 / 0 50% / 10px 30px */
	/* background-attachment: fixed / auto */
}
a {
	text-decoration: none;
	color: #3f4447;
}
a:hover {
	color: #D81E21;
}
p {
	margin-bottom: 30px;
	line-height: 16px;
}

h1 { 
	font-size: 28px;
	line-height: 34px;	
	color: #292a3c;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 530px;
}
h2 {
	font-size: 21px;
}

#container {
	width: 864px;
	margin: 0 auto;
	margin-top: 10px;

}
#container .tekst {
	width: 530px;
	float: left;
	padding-bottom: 20px;	
	color: #545454;
	line-height:16px;

}

#container .tekst li {
	list-style:disc;
	margin-left:20px;
}
#container .balk {
	width: 273px;
	float: left;
	margin-left:30px;
}
.panel {

	padding: 20px;
	background-color: #e1e1e1;
	font-size: 15px;
	border-right: 1px solid #3D4245;
	border-bottom: 1px solid #3D4245;
	color: #594719;
	width: 240px;
}
.panel ul.submenu li {
	padding-bottom: 5px;
	padding-top: 5px;
}
.panel ul.submenu li a {
	color: #3D4245;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.panel ul.submenu li a:hover {
	color: #D81E21;
}
#container .balk .pics {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;	
	width: 280px; /*237px;*/
	height: 298px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 10px;	
	position: relative;	
}
#container .balk .pics .pics-holder {
	width: 260px;
	height: 258px;
	margin-left: 10px;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;	
}
#container .balk .pics  #prev { position: absolute; left: 5px; bottom: 5px; cursor: pointer; }
#container .balk .pics  #next { position: absolute; right: 5px; bottom: 5px; cursor: pointer; }


#header {
	margin-top: 0px;
	height: 120px;
	width: 100%;
	background-image: url('../images/header001.jpg');
	background-repeat: repeat-x;
	background-position: 44px 0px;
}
#header div {
	width: 864px;
	margin: 0 auto;
}
#menu {
	height: 43px;
	width: 100%;
	background-color: #292a3c;
	margin-bottom: 20px;
}
#menu ul {
	height: 43px;
	width: 864px;
	margin: 0 auto;
}
#menu ul li {
	height: 42px;
	width: auto;
	float: left;
}
#menu ul li a {
	height: 28px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	padding-top: 15px;
	color: #fff;
}
#menu ul li a.on {
	background-color: #d91c23;
}
#menu ul li a:hover {
	background-color: #6d787e;
}

#footer {
	clear: both;
	width: 960px;
	height: 30px;
	border-top: 1px solid #5a471b;
	margin-top: 20px;
	margin: 0 auto;
}

/* kalender
--------------------------------------------------------------------------------------*/

table, td { font-size: 11px; padding: 5px; color: #000; }
td a  { color: #000; }
#calendar_wrapper { margin-top: 20px; }
.tt { background-color: transparent; border: 0; color: #000; }
.event { background-color: #6DB33F; border: 0; color: #000; }
.month { margin-top: 30px; font-size: 14px; font-weight: normal; }
.tooltip h2 { padding-top: 10px; padding-bottom: 10px; }
.tooltip { padding: 20px; }

/* rij / blokken 
--------------------------------------------------------------------------------------*/

.blok /* Gebruiken als inhoud uit blokken bestaat die moeten worden onderverdeeld */ { border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.info /* Standaard tekstjes voor post info - Date/time/etc */ { color: #79A532; display: block; }

/* fotoboek & thumbs
--------------------------------------------------------------------------------------*/

.thumb, .album { float: left; margin-right: 10px; margin-bottom: 10px; }
.thumb img, .album img { display: block; padding: 5px; border: 1px solid #ccc; margin-bottom: 10px; }

/* contactformulier */

.formulier { }
.formulier input, .formulier textarea { font-family: arial; font-size: 12px; color: #666; display: block; margin-top: 10px; margin-bottom: 10px; padding: 5px; border: 1px solid #ccc; }
.formulier textarea { width:300px; height:100px; }
.formulier .submit { background-color: #D81E21; color: #fff; border: 0; padding: 8px; cursor: pointer; }
.formulier .mandatory_field { border: 1px solid #ff0000; }
.formulier .mandatory_msg { color: #ff0000; }

/* links */

.links_lijst li { margin-top:5px; }

/* nieuws */

.nieuws_afbeelding { max-width:540px; }
