/*met constanten!

$lichtrood='#D71415';
$rood='#AF1010';
$donkerrood='#861215';
$wit='#FFFFFF';
$zwart='#000';
$lichtgeel='#00ff00';
$border='border: 1px solid #000;';

$hover='#861215';
$tekst='#ffffff';
$geel='#FFFF88';
$donkergeel='#FFA700';
$grijs='#aaa';

-------------------------------------------------------------------------------------------*/
:focus {
	outline: 0;
} 


* {
	padding: 0;
	margin: 0;
	border: none;
}

html, body#balfolk {
	height: 100%; /* heel belangrijk */
	color: $wit;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	background-color: $wit;
	text-align: center; /*center content for IE 5.5 */
}


/*-------------------------------------------------------------------------------------------*/
a {
	color: $geel;
	text-decoration: none;
}

a:hover {
	color: $hover;
}

h1 {
	font-size: 1.6em;
	color: $geel;
	margin: 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	color: $geel;
	margin: 10px 0 2px 0;
	font-weight: normal;
}

.rood h2 {
	margin-bottom: 15px;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	color: $geel;
}

h4{
	font-size: 1em;
	color: $geel;
}



img {
	border: none;
}

.img_right {
	float: right;
	padding-right: 0;
	padding-left: 10px;
}

.img_left {
	float: left;
	padding-left: 0;
	padding-right: 10px;
}

.center {
	text-align: center;
}

ul {
	margin-bottom: 20px;
}

#tabs .tabs-container ul {
	list-style: disc;
	margin: 10px 0;
}

li, #tabs #wie li, #tabs .tabs-container li {
	list-style-position: outside;
	margin: 0 0 5px 30px;
}

p {
	margin-bottom: 10px;
}


#hoofd.breed h1 {
	text-align: left;
}




/*-------------------------------------------------------------------------------------------*/
#header{
	position: relative;
	margin: 0 auto;
	height: 120px;
	width: 949px;
	background: $wit url('../images/logo.jpg') no-repeat bottom;
}

#wachten {
	position: absolute;
	top: 30px;
	right: 110px;
}

/*-------------------------------------------------------------------------------------------*/
#menu {
	position: relative;
	margin: 0 auto;
	width: 785px;
	height: 27px;
	background-color: $donkerrood;
	text-align: center;
	overflow: hidden;
}

#menu ul {
	margin: 0 auto;
	padding: 3px 0;
	overflow: hidden;
	white-space: nowrap;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu a {
	padding: 0px 5px;
}

a.menu {
	font-size:15px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
}

a.menu:link, a.menu:visited {color: $wit;}

a.menu:hover {
	color: $geel;
	background-color: $rood;
}

a.selected:visited, a.selected:link{
	color: $geel;
}

/*-------------------------------------------------------------------------------------------*/
#container {
	position: relative;
	margin: 0px auto;
	width: 949px;
	background: $wit url(../images/bg.jpg) repeat-y center;
}

#content {
	margin: 0 auto;
	margin-top: 10px;
	width: 785px;
	background-color: $rood;
	text-align: left;
}


#links {
	float: left;
	width: 200px;
	margin-top: 10px;
}


#hoofd{
	position: relative;
	float: left;
	margin-left: 12px;
	text-align: left;
	width: 310px;
}

#hoofd.breed{
	width: 560px;
}

#rechts {
	float: right;
	width: 250px;
	margin-top: 10px;
}

#footer {
	width: 949px;
	height: 115px;
	margin: 0 auto;
	font-size: smaller;
	text-align: center;
	background: $wit url(../images/onder.jpg) no-repeat bottom;

}


/*-------------------------------------------------------------------------------------------*/

p.titel_kaart {
	color: $geel;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0;
}







/*MEDEDELINGEN-------------------------------------------------------------------------------------------*/

#links .mede {
	width: 190px;
	background-color: $lichtrood;
	margin: 0 0 16px 8px;
}	

#rechts .mede {
	width: 245px;
	margin: 0 8px 16px 0;
	background: $lichtrood url(../images/hoekje_rood_lo.gif) no-repeat bottom left;
}

.mede{
	position: relative;
	text-align: left;
	overflow: hidden;

}

.zij_item  {
	margin-bottom: 10px;
}

.mede h2 {
	margin: 0 0 6px 0px;
	padding: 6px 0;
	color: $wit;
	text-align: center;
	font-size:.9em;
	color: $donkerrood;
	background: $donkergeel url(../images/geel.gif) no-repeat top;
	font-weight: bold;

}

.mede h2 a {
	color: $donkerrood;
}

.mede h2 a:hover {
	color: $geel;
}


#rechts .mede h2 {
	background: $donkergeel url(../images/geel_breed.gif) no-repeat top;
}

.mede p {
	margin: 0 5px;
}

.kleine_datum {
	font-size: .7em;
	font-style: italic;
}


#kaart, #nieuws {
	position: relative;
}

#kaart img {
	margin-left: 3px;;
}

#rechts .facebook {
	background-color: #FEB449;
}






/*HOME------------------------------------------------------------------------------------------------------*/

.home h1, .home h2 {
	text-align: center;
}







/*----------------------------------*/
#agenda .datum {
	float: left;
	width: 75px;
	text-align: right;
}

#agenda {
	position: relative;
	text-align: center;
}

#agenda li {
	text-align: left;

}

#links .actief, #links div.agenda_line:hover {
	background: #F93636 url(../images/agenda_regel.gif) no-repeat center;
	
}

#links div.agenda_line:hover {
}

#rechts .actief, #rechts .agenda_line:hover {
	background: #F93636 url(../images/agenda_regel_l.gif) no-repeat center;
	
}

#agenda a:hover {
	color: white;
}

.agenda_line {
  width: 100%;
  height: 18px;
	
  display: block;
  position: relative;
}

#agenda_item1 {
  margin-left: -190px;
  width: 95px;
  height: 18px;
  text-align: right;
	overflow: hidden;
}

#agenda_item2 {
  margin-left: -90px;
  width: 70px;
  height: 18px;
  text-align: left;
  overflow: hidden;
}

#agenda_item3 {
  margin-left: -25px;
  width: 20px;
  height: 18px;
}

#agenda_item4 {
  margin-left: -90px;
  width: 105px;
  height: 18px;
  text-align: left;
  overflow: hidden;
}


#agenda_item5 {
  margin-left: -240px;
  width: 70px;
  height: 18px;
  text-align: right;
}

#agenda_item6 {
  margin-left: -165px;
  width: 180px;
  height: 18px;
  text-align: left;
  overflow: hidden;
}





/*AGENDA--------------------------------------------------------------------------------------------*/


#details {
	background-color: $rood;
}

.detail_deel {
	border: 1px solid $rood;
	background-color: $rood;
}

#agenda span {
	margin-top: 5px;
}




/*DETAILS BAL--------------------------------------------------------------------------------------*/

.bal_details, .rood {
	margin-top: 10px;
	background-color: $lichtrood;
	padding-bottom: 40px;
}

.bal_details td {
	vertical-align: top;
	padding-right: 5px;
}


.lb {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: transparent url(../images/hoekje_rood_lb.gif) no-repeat top left;
}

.rb {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0px;
	background: transparent url(../images/hoekje_rood_rb.gif) no-repeat top right;
}

.rb2 {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 25px;
	right: 0px;
	background: transparent url(../images/hoekje_rood_rb.gif) no-repeat top right;
}

.ro {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	bottom: 0px;
	background: transparent url(../images/hoekje_rood_ro.gif) no-repeat bottom right;
}

.lo {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: transparent url(../images/hoekje_rood_lo.gif) no-repeat bottom left;
}

div.marge {
	position: relative;
	margin: 10px;
}

.hover_uitleg {
	position: absolute;
	top: 300px;
	right: 255px;
	width: 200px;
	padding: 10px;
	overflow: hidden;
	background-color: $geel;
	color: black;
	z-index: 999;
	display: none;
}

.bal_details h3 {
	width: 250px;
	clear: none;
	font-size: 16px;
}

.bal_details h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	color: white;
}


#thumb_bal {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
}

#schaduw {
	background: transparent url('../images/trans.gif') repeat;
	width: 310px;
	height: 100%;
	position: absolute;
	top: 0px;
}

.gmap {
	height: 35px;
}

.gmap a {
	display: block;
	height: 35px;
	width: 185px;
	line-height: 40px;
	background: transparent url('../images/gmap.png') no-repeat scroll top right;
}

.gmap a:hover {
	background: transparent url('../images/gmap_a.png') no-repeat scroll top right;	
}
/*regel*/

.detailregel {	
	background-color: #f01616;	
}

.partregel {
	padding: 5px 0;
}

.regelmarge {
	padding: 5px;
	width: 180px;
	overflow: hidden;
}

.regeloverig {
	padding: 5px;
	width: 280px;
	overflow: hidden;
}

.boven {
	position: absolute;
	width: 300px;
	height: 10px;
	background: transparent url(../images/td_boven.gif) no-repeat top left;
	top: 0px;
}

.onder {
	position: absolute;
	width: 300px;
	height: 10px;
	background: transparent url(../images/td_onder.gif) no-repeat bottom left;
	bottom: 0px;
}

.o_boven {
	position: absolute;
	width: 300px;
	height: 10px;
	background: transparent url(../images/overig_boven.gif) no-repeat top left;
	top: 0px;
}

.o_onder {
	position: absolute;
	width: 300px;
	height: 10px;
	background: transparent url(../images/overig_onder.gif) no-repeat bottom left;
	bottom: 0px;
}

#bal_overig {
	margin: 15px 0 15px 0;
}

.thumbnail {
	float:left;
	padding: 5px;
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.regeloverig img {
	max-width: 275px;
}

.marge img {
	max-width: 540px;
}

.bal_details img {
	max-width: 280px;
}

/*List apart div table layout */


.line {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.item {
  position: relative;
  float: left;
  left: 100%;

}

#item1 {
  margin-left: -290px;
  width: 100px;
}

#item2 {
  margin-left: -200px;
  width: 200px;
}

#item3 {
  margin-left: -290px;
  width: 290px;
}




/*FOTO ALBUM*/

.sorteerbalk {
	margin: -10px 10px 10px 0;
	text-align: right;
	font-size: .8em;
	width: 400px;
	float: right;
	margin-right: 15px;
}

.sorteerlink {
	color: $geel;
	cursor: pointer;
}

.sorteerbalk .actief{
	color: green;
}

.linker {
	text-align: left;	
	width: 300px;
	float: left;
	margin-left: 15px;
}


.foto_rij {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.foto_item {
	position: relative;
	float: left;
	width: 240px;
	height: 140px;
	background-color: $lichtrood;
	overflow: hidden;
	margin: 20px 0 0 15px;
	
}


.foto_item:hover{
	background-color: #F93636;
}

#fotos h2 {
	margin: 0px;
	text-align: left;
	background: transparent url(../images/foto_kop.gif) no-repeat top left;
	height: 20px;
	width: 240px;
	padding: 8px 10px 0 10px;
	overflow: hidden;
}

#fotos h2 a {
	color: $donkerrood;
}

#fotos h2 a:hover {
	color: black;
}

.foto_data {
	float: left;
	font-size: .8em;
	padding: 5px;
}

.foto_foto {
	float: right;
	padding: 5px;
	width: 145px;
	height: 102px;
	overflow: hidden;
	text-align: center;
}

.foto_foto img {
	max-width: 145px;
	max-height: 85px;
}

.copy {
	font-size: 10px;
	text-align: left;
}

#fotos h5 {
	font-size: 10px;
}




/*NIEUWS----------------------------------------------*/
.nieuws{
	position: relative;
	float: right;
	margin: 10px 12px 20px 0;
	width: 560px;
	background-color: $lichtrood;
	text-align: left;
}

#nieuws h1 {
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 5px;
	width: 470px;
	height: 22px;
	overflow: hidden;
}

.nieuws h5 {
	color: $geel;
	font-weight: normal;
	float: right;
	text-align: left;
	font-size: .7em;
	margin: 0 0 5px 0;
}

.substract {
	font-size: 10px;
	margin-top: 5px;
}

#nieuws_aanmeld #contact {
	width: 530px;
}

#response {
	float: right;
	width: 530px;
	margin-right: 20px;
}




/*GASTENBEOK*/

#gastenboek {
	position: relative;
	margin: 0 auto;
	width: 750px;
	background-color: $lichtrood;
	margin-top: 10px;
}







/*CONTACT FORM------------------------------------------------------------------------------------------*/
#contact {
	position: relative;
	margin: 10px 0 0 12px;
	float: left;
	width: 560px;
	overflow:hidden;
}


#contact .rij {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#contact label {
	float: left;
	width: 120px;
	padding: 3px 3px;	
}

#contact input, #contact textarea, #contact select {
	width: 200px;
	border: none;
	text-align: left;
	padding: 3px 3px;
	background-color: #F93636;
	color: $wit;
	margin-bottom: 2px;
	
}

#contact textarea {
	width: 390px;
	height: 190px;
}

#contact input.button {
	float: left;
	width: 7em;
	margin: 10px 0 20px 0;
	text-align: center;
	cursor: pointer; 
}

#contact span {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin-left: 120px;
	padding-left: 10px;
}

.onzichtbaar {
	position: relative;
	width: 400px;
	top: -40px;
	overflow: hidden;
	padding: 10px;
	display: none;
	float: right;
}

form #wacht {
	margin: 8px 0 0 20px;
}






/*AANMELD FORM------------------------------------------------------------------------------------------*/

#aanmeldform {
	position: relative;
	margin: 5px 0 0 5px;
	float: left;
	width: 180px;
	overflow:hidden;
}


#aanmeldform .rij {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#aanmeldform label {
	display: block;
	width: 180px;
	float: left;
	padding: 3px 3px;	
}

#aanmeldform input, #aanmeldform textarea{
	width: 170px;
	border: none;
	text-align: left;
	padding: 3px 3px;
	background-color: #F93636;
	color: $wit;
	
}

#aanmeldform textarea {
	width: 170px;
	height: 120px;
}

#aanmeldform .button {
	float: left;
	width: 7em;
	margin: 10px 0 10px 0;
	text-align: center;
	cursor: pointer; 
	background-color: #F93636; 
}

#aanmeldform .radio, #contact .radio {
	width: auto;
}

.onzichtbaar {
	position: relative;
	top: -40px;
	overflow: hidden;
	padding: 10px;
	display: none;
	float: right;
}








/*AANMELD FORM------------------------------------------------------------------------------------------*/
#aanmelden, #stageform {
	position: relative;
	margin: 10px 0 0 12px;
	float: left;
	width: 560px;
	overflow:hidden;
}


#aanmelden .rij, #stageform .rij {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#aanmelden label, #stageform label {
	float: left;
	width: 12em;
	padding: 3px 3px;	
}

#aanmelden input, #aanmelden textarea, #stageform input, #stageform textarea {
	width: 200px;
	border: none;
	text-align: left;
	padding: 3px 3px;
	background-color: #f93636;
	color: $wit;
	
}

#aanmelden textarea, #stageform textarea {
	width: 260px;
	height: 190px;
}

#aanmelden input.button, #stageform input.button {
	float: left;
	width: 7em;
	margin: 10px 0 20px 0;
	text-align: center;
	cursor: pointer; 
}

.extra {
	float: right;
	width: 100px;
	background-color: yellow;
	color: black;
	clear: none;
	display: none;
}

#aanmelden .check, #stageform .check {
	width: 20px;
}




/*LINKEN*/

#tabs ul {
	list-style: none;
	margin: 0;
}


#tabs li {
	list-style-position: inside;
	margin: 0;
}

.accordion li a {
	display: block;
}

.accordion li .band_omschrijving a {
	display: inline;
}


.accordion li.active {
	background-color: #F93636;
	margin: 10px 0;
	padding: 10px;
	min-height: 100px;
}

.accordion .band_omschrijving {
	padding-right: 100px;
	
}

.accordion .text {
	margin-top: 5px;
}

.a_kader {
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0px 0px 0 0;
}

.a_kader img {
	width: 80px;
}

/*tabs */

.tabs-hide {
    display: none;
}

#tabknop {
	display: block;
	height: 25px;
	background-color: $rood;
}

#tabknop li {
	float: left;
	position: relative;
	list-style: none;
	background-color: #c61213;
	height: 25px;
	padding: 0 10px;
	margin-left: 2px;
} 

#tabknop li:first-child {
	background: #c61213 url(../images/hoekje_rood_lb.gif) no-repeat top left;
	margin-left: 0px;
}

#tabknop li.laatste {
	background: #c61213 url(../images/hoekje_rood_rb.gif) no-repeat top right;
}

#tabknop li.tabs-selected {
	background-color: $lichtrood;
}

#tabknop a {
	color: $wit;
	line-height: 25px;
}

#tabknop .tabs-selected a, #tabknop a:hover {
	color: $geel;
}


.tabs-container ul {
	margin-top: 10px;
}

#tabknop2 li {
	display: inline;
}





.toggle:hover {
	cursor: pointer;
	color: $wit;
}

.special {
	background-color: #af1010;
}

.tooltip {
	display: none;
	position: absolute;
	top: 10px;
	left: 245px;
	width: 410px;
	z-index: 100;
	text-align: left;
	margin-top: 30px;
}

.tooltip .marge {
	background: transparent url(../images/midden_schaduw.png) repeat-y top left;
	margin: 0;
	padding: 0px 50px;
}

.b {
	position: relative;
	width: 410px;
	height: 39px;
	background: transparent url(../images/boven_schaduw.png) no-repeat bottom left;
}

.b p {
	float: right;
	margin: 22px 50px 0 0;
}


.o {
	position: relative;
	width: 410px;
	height: 54px;
	background: transparent url(../images/onder_schaduw.png) no-repeat bottom left;
}


.tooltip2 {
	display: none;
	position: absolute;
	top: 120px;
	right: 90px;
	width: 200px;
	padding: 15px;
	z-index: 100;
	border: 3px solid $donkergeel;

	background-color: #D71415;
	text-align: left;
}

.tooltip h2, .tooltip2 h2 {
	text-align: left;
	margin: 0 0 5px 0;
}

.tooltip img {
	float: left;
	margin-right: 10px;
}

.tooltrigger {
	padding: 3px;
}

.verstopt {
	display: none;
}





/*icons*/
#icons_k {
	position: absolute;
	display: block;
	bottom: 0;
	right: 85px;
	padding: 30px 0 0 30px;
}

.icons {
	float: left;
	display: block;
	margin-right: 8px;
	width: 14px;
}

#header .popin {
	display: none;
	position: absolute;
	right: 90px;
	bottom: 25px;
	height: 22px;
	width: 400px;
	text-align: right;
}

#hyves img {
	width: 14px;
	height: 14px;
}

#rss {
}


/*li in teksten */
.tekst li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 30px;
}

.jaar {
	text-align: center;
}


h2 .feed {
	position: absolute;
	right: 3px;
	top:11px;
}

#nieuws #contact {
	width: 220px;
}


.meer {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	width: 100%;
	display: block;
	cursor: pointer;
}


/*kaartlos*/
#kaart {
	overflow: hidden;
	width: 245px;
	height: 340px;
	margin: 0 auto;
}

#kaart h2 {
	margin-bottom: 0;
}

.togglemap a {
	padding: 6px 0;
	width: 100%;
	text-align: center;
	display: block;
	cursor: pointer;
}



#aanmeldform input.radio, #contact input.radio {
	background-color: transparent;
}




/*foto copyrights */
.fotowrapper {
	position: relative;
}

.fotowrapper p {
	position: absolute;
	bottom: 0;
	left: 5px;
	font-size: 10px;
	opacity: .7;
}



.tooltip p {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

/*twitter*/
.twtr-hd {
	display: none;
}


.clear {
	clear: both;
}


.dank {
	margin: 0 40px 10px 0;
	background-color: #75C436;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-raduis: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	
}
