/* Algemeen */
body{
	margin:0 0 100px 0;
	
	
	padding:0;
	background-color:#ff6600;
	color:#686f7b;
	font-family:georgia, serif;
	font-size: 14px;
	border-top:4px solid #ff6600;
}

dt{
	color:#ff6600;	
}

a{
	color:#ff6600;
	border-bottom: 1px dotted;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
}

h1{
	color: #ff6600;
	font-size:26px;
	font-weight:bold;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
}
h2{
	color: #ff6600;
	font-size:22px;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;

}
h3{
	color: #686f7b;
	font-size:22px;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;

}
div.hr {
  height: 3px;
  background: url(../images/layout3/line.png) no-repeat scroll left;
}
div.hr hr {
  display: none;
}

ul>li>a{
	text-decoration:none;
	border:none;
}

ul>li>a:hover{
	text-decoration:underline;
}

.noborder{
	border:none;
}

ol.nostyle, ul.nostyle
{
	list-style-type:none;
}
.nomargin{
	margin:0;
}
.nopadding{
	padding:0;
}

.border{
	border:1px solid #afbadd; background-color:white; padding:5px;
}
/* Header*/
.stretch{
	background: url(../images/layout4/bg_header.png) repeat-x top;
	width: 100%;
}

.bigheader{
	margin: 0;
	padding: 0;
	height: 221px;
	
}
.smallheader{
	padding: 0;
	height: 181px;
}

.logo{
	margin-top:20px;
	float:left;
	border:none;
	
}

/* Header menu*/

#tabrow {
 	margin: 0;
	padding-left:1px;
	font-size:small;
	height:40px;
}
 
#tabrow ul {
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
  height:34px;
 
  margin: 6px 0 0 0;
  overflow:hidden;
}
 
#tabrow li {

  float:left;
  background: url(../images/layout3/tab.png) repeat-x;
  padding:12px 15px 0 15px;
  padding-top:6px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  cursor:pointer;
  height:34px;
  margin-right:5px;
}

#tabrow li a{
  color:#97bdca;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  /*text-transform:uppercase;*/
  text-shadow: #004559 1px 1px 0px;
  font-weight:bold;	
  border:none;
}

#tabrow li.active, #tabrow li.select{
	background: url(../images/layout3/tab_selected.png) repeat-x;
	
}

#tabrow li a:hover, #tabrow li.active a, #tabrow li.select a{
	 color:#004c67;
	 	  text-shadow:none;
	 text-decoration:none;
}


#tabrow li.last{
	margin-right:0px;
}

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}


/* body */
/* left sidebar*/
.content
{
	background-color:#dce0f0; /*eae3aa*/
	border: 1px solid #C9BF8A;
	border-width: 0 1px 1px 1px;
	min-height:500px;
	padding:10px;
	/*-webkit-border-radius-bottom-left:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-radius-bottom-right:20px;
	-moz-border-radius-bottomright:20px;*/
}

.left{
	float:left;
	width: 229px;
	min-height: 500px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #58b7e4 url(../images/layout3/logo-bg-leftwbg.gif) no-repeat top left;
	/*-webkit-border-radius:20px;
	-moz-border-radius:20px;*/
	border-top: 5px solid #ff6600;
	margin-right:10px;
}
.left .contentbox{
	padding: 20px;
}
.left .adres{
	position:relative;
	bottom: 10px;
	font-weight:normal;
}

.right{
	float:left;
	width: 29%;
	padding:10px;
	min-height: 500px;
	background: #e1d697;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	overflow:hidden;
}
.title{
	font-size:14px;
	font-weight:bold;
}
.middle{
	float:left;
	width:68%;
	overflow:hidden;
}
.box{
	background: #005e8b;
	color:white;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding:15px;
	width:94%;
}
.box h3{
	color:white;
	text-decoration:underline;
}
.innercontent{
	float:left;
	width:688px;
	max-width:688px;
	overflow:hidden;
	margin-top:10px;
	min-height: 500px;
}


.photoframe
{
	float:right;
	margin-right:100px;
}

/* Side menu */
ul.sidemenu{
	margin:0;
	padding: 1em 2em 0 1.5em;
}
ul.sidemenu>li{
	height:18px;
	color:#fedd58;
}
ul.sidemenu>li>a{
	font-size:11pt;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
	color:#fedd58;
}
ul.sidemenu>li.active a{
	color:#fff;
}
ul.sidemenu>li>a:hover{
	text-decoration:none;
	color: #fff;
}
ul.sidemenu>li>a:visited{
	text-decoration:none;
}

/* foto albums list*/
ul.albums{
  margin: 0;
  padding: 0;
}
ul.albums li{
	width:  33%;
	height: 220px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
	list-style-type:none;
	float:left;
}
ul.albums li div.foto{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0;
	padding:0;
}
ul.albums li div.foto img{
	/*border: 10px #000 solid;*/
}
ul.albums li div.foto p.infobarbg, ul.albums li div.foto p.infobar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	width: 100%;
	margin-bottom:5px;
}
ul.albums li div.foto p.infobarbg{
	z-index: 2;
	background-color:black;
	opacity:0.5;
}
ul.albums li div.foto p.infobar {
	z-index: 3;
	color: #ffffff;
	margin-bottom:5px;
}
ul.albums li div.foto p.infobar a{
	text-decoration:none;
	border:none;
	color: white;
}
ul.albums li div.foto p.infobar a:hover{
	text-decoration:underline;
}

ul.albums li div.foto p.infobar .description{
	display: block;
}

/* foto list*/
ul.fotos{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	width:100%;
	margin-left:0;
}
ul.fotos li{
	float:left;
	margin: 5px 5px;
}
ul.fotos li img{
	border:1px solid #afbadd; background-color:white; padding:5px;
}

/* user list*/
ul.users{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.users li{
	float:left;
	width:46%;
	margin:0 10px 10px 0;
	overflow:hidden;
}
ul.users li div.userinfo{
	float:left;width:200px;margin-left:10px
}
ul.users li div.userinfo .name{
	font-weight: bold;
	color:#ff6600;
}
ul.users li dl dt{
	font-weight:normal;
	display:inline;
}

ul.users li dl dd{
	display:inline;
	margin-left:5px;
}



/* infolist */
.infolist .divider {
	border-bottom:1px solid #ffc273;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px;
	padding:2px 7px 0 0;
}
.infolist .divider_label {
	background:#dce0f0 none repeat scroll 0 0;/*eae3aa*/
	display:block;
	float:left;
	margin-top:-12px;
	min-width:50px;
	padding:2px 7px 0 0;
}
.infolist .divider.first .divider_label {
	min-width:0;
}
.infolist ol {
	background:transparant none repeat scroll 0 0;
	margin:3px 0 5px 0px;
	overflow:hidden;
	padding-bottom:6px;
	position:relative;
	list-style:none;
	font-size:12px;
}
.infolist .bit{
	font-weight:bold;
}

/* Sponsor list */
ol.sponsors{
	list-style-type:none;
}
ol.sponsors li a{
	border:none;
}
ol.sponsors li{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}


/*extra*/
ul.bol{
	list-style-type:circle !important;
}

#overlay {
	background-color:#000000;
	height:500px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:90;
	opacity: 0.8;
}

.multiselect{
	width: 440px;
	height: 200px;
}

.ui-widget{
	font-size: 0.8em;
}
.ui-widget a{
	border:none;
}
div#opleidingen{
}
div#sportdagen{
}
.clickable{
	cursor:pointer;
}

.ev_today{
	font-size:16px;
}

.ev_passed{
	color: #ccc;
	text-decoration: line-through;
}
