/* General things... */
* {
	margin: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	max-height: 100%;
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	color: #585858;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;

}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
/*  */
}

h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;

}

.floatTL
{
background: #FFFFFF;
position: relative;
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
z-index: 10;
}

.floatTR
{
background: #FFFFFF;
position: relative;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
z-index: 10;
}

a
{
text-decoration: underline;
color: #F16C00;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%; 
height:75px;
background: #184366; /* #440000 url('images_blue/n1.gif') repeat-x; */
}

#header_inner
{
position: relative;
width: 950px; 
height:75px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('images_blue/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
/*  */
text-decoration: none;
}

#menu li a.active
{
background: #FF790B url('images_blue/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

#menu li a:hover
{
background: #FF790B url('images_blue/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url('images_blue/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
	margin:0;
	padding:0;
	padding-bottom: 0.1em;

}

#main_inner .post h3
{
	font-size:1.7em;
	padding-bottom: 1em;
}

#main_inner .post ul.post_info
{
	list-style: none;
	font-size: 0.8em;
	position: relative;
	margin: 0px;

	top: -3.1em;
	left: -4.3em;

}

#main_inner .post ul.post_info li
{
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
	background-image: url('images_blue/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
	background-image: url('images_blue/n6.gif');
	margin-left: 1.1em;
}

#main_inner .weekvanpost
{
	margin:0;
	padding:0;
	padding-bottom: 0.1em;
	background-color: #e8e1a6;
	border: dotted 1px;
	border-color: #bdb787;

}

#main_inner .weekvanpost h3
{
	font-size:1.7em;
	padding-bottom: 1em;
}

#main_inner .weekvanpost ul.post_info
{
	list-style: none;
	font-size: 0.8em;
	position: relative;
	margin: 0px;

	top: -3.1em;
	left: -4.3em;

}

#main_inner .weekvanpost ul.post_info li
{
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

#main_inner .weekvanpost ul.post_info li.date
{
	background-image: url('images_blue/n5.gif');
}

#main_inner .weekvanpost ul.post_info li.comments
{
	background-image: url('images_blue/n6.gif');
	margin-left: 1.1em;
}



/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
font-size: 0.8em;
}


/* Search */

input.button
{
background: #FF790B url('images_blue/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
/* position: absolute; */
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
/* position: absolute; */
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}



/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	float:left;
	position: relative;
	/*margin-right: 34em;*/
	width:550px;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

	#columnB_3columns ul
	{
		margin:0;
		padding:0;
	}

	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

	#columnC_3columns ul
	{
		margin:0;
		padding:0;
	}
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	#columnC_2columns ul
	{
		margin:0;
		padding:0;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}


/* Addendum Ruben*/

.activiteitinfo{
	margin: 0;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
}

.activiteitopmerking{
	font-size: 0.9em;
	margin-left: 10px;
	font-weight: italic;
}

#activiteit{
	
        float: left;
        display: block;
        width: 240px;
        background: #F8F8F8;
        margin-right: 9px;
        margin-bottom: 9px;
        border: dotted 1px #E1E1E1;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#activiteit a{
	margin: 0;
        font-size: 1em;
        line-height: 1.8em;
        text-align: justify;
	color: #585858;
}

#activiteit.gesloten{
        background: none;
	background: #F8F8F8 url('http://www.fkgent.be/intranet/images/silk/lock.png') no-repeat 97% 92%;
}

#activiteit.gesloten:hover{
	background: #F0F0F0 url('http://www.fkgent.be/intranet/images/silk/lock.png') no-repeat 97% 92%;
}

#activiteit:hover{
	background: #F0F0F0;
 }

#activiteit img{
        padding-top: 5px;
        padding-right: 15px;
        float: left;
        border: none;
}


#selection{
	float: left; 
	display: block; 
	width: 180px; 
	background: #F8F8F8; 
	margin-right: 9px; 
	margin-bottom: 9px;
	border: dotted 1px #E1E1E1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

/* Footer */
#footer {
	margin-top:  118px; /* Same as top of #thepage + some margin (5px) */
	padding-right:  220px; /* Same as width of #sidebar */
	padding-left:  130px; /* Same as width of #emmelienbar */

	font-size:  10px;
	text-align: center;
}


/* itemskader */
.item { border:  1px solid #c69c6d;
			      border-spacing: 0px;
			      width: 99.8%;
			      /*height: 230px;*/
			      margin-top: 10px;
			      margin-bottom: 5px; }

.item p { padding: 5px;
		  color: #603913;}

.item h5 { text-align: left;
	  				 font-weight: bold;
	  				 font-size: 13px;
	  				 padding:  2px;
	  				 background: #edebcf; }
	  	
.item h6 { border-bottom:  2px solid #8c6239;
					 font-weight: normal;
					 font-size: 12px;
				     padding:  2px;
				     background: #edebcf; }
				 
.item img { float: left;
					  overflow: none;
					  width: 180px;
					  height: 180px;
					  padding: 5px;
					  border-right: 1px solid #c69c6d;
					  margin-right: 5px;
					  /*position: absolute;
					  margin-top: 50%; 
					  top: 220px; 
					  margin-left: 50%; 
					  left: 40px;*/
					  clear: both; }

					  

						
.item ul {list-style-type: none;
					/*margin-left: 205px;*/
					padding: 5px; }
					
.item li {margin-bottom: 5px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }







/* Activiteitenlijst voorpagina */
#actlist {
	border:  1px solid #c69c6d;
	padding:  0px 5px 0px 5px;
	color:  #603913;
	width:  350px;
	margin-bottom: 10px;
}
#actlist .focusact td {
	 vertical-align: top;
	 padding: 3px;
}
#actlist .listedact td {
	vertical-align: middle;
}
#actlist .focusact {
	border-spacing: 0px;
	width: 100%;
}
#actlist .schild {
	width: 60px;
	text-align: center;
}
#actlist .date {
	margin-right: 5px;
}
#actlist .titel {
	font-weight: bold;	
}
#actlist .plaats {
	display:  block;
}
#actlist .nota {
	display:  block;
	color: #c69c6d ;
}
#actlist .icons {
	float:right;
}

.icons{
	
}

#actlist .actpart {
	border-bottom: 1px solid #c69c6d;
	margin-top: 5px; 
	margin-bottom: 10px;
	padding: 3px 10px;
	font-weight: bold;
	
}

/* Some stylesheets for items used in the sidebar */
 .sponsor {
	position: absolute;
	background: #eaf8c1;
	height: 85px;
	width: 210px
}

.sponsor #sponsortext {
	padding-top: 4px;
	padding-left: 64px;
	width: 135px;
	font-size: 9px;
	text-align: center;
}

.sponsor #sponsorlogo {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 59px;
	height: 85px;
}
	
.sponsorhovered {
	cursor: pointer;
}

table.activiteiten{
		border-collapse:collapse;
		border: dotted 1px #E1E1E1;	
		width: 100%;
		text-align: center;
	}
				
	td{
		padding: 3px;
	}	
				
	tr{
		border: dotted 1px #E1E1E1;
	}

	th{
		padding: 5px;
		border: none;
		border-collapse:collapse;
		color: white;
		background: #585858;
	}
	
	#striped tbody tr.odd td {
		background-color: #f0f0f0;
		text-align: left;	
	}
	
	#striped tbody tr  td {
	      background-color: #ffffff;
	 }

/* Foto albums */
        .fotobox{ width:100%; float:left; list-style: none; margin-left: 0px; padding-left: 0px; left: 0px;}
        .fotobox a { text-align:center; height:100px; border:3px double #cccccc; margin: 0 2px 2px 0; background:#eee; padding-left: 0px; overflow:hidden; opacity: .3; display: block; float:left; }
        .fotobox a img { border: 0px; }


