﻿@charset "utf-8";
/* CSS Document */



/*
------------------------------------------------------------
						ALGEMEEN
------------------------------------------------------------
*/

* {
	margin:0;
	padding:0;
	}

html, body {
	height: 100%;
	background-color: #ecbb8a;
}

#container {margin-left:auto;
			margin-right:auto;
			position:relative;
			height: auto;
			min-height: 100%;
			width: 950px;
			border-left: 1px solid #FF6600;
			border-right: 1px solid #FF6600;
			background-color:#FFFFFF;
			background-image: url(../siteImages/KLJ_Logo.png);
			background-repeat:no-repeat;
			background-position:center 100px;
			}


<!-- TOP = HEADER + MENU + INLOGSCHERM -->
#top {}

#header {
	 width:100%;
	height: 110px;
	background-image:url(../siteImages/top.jpg);
}

#main {overflow: auto;
		position:absolute;
	   bottom:0;
	   right:0;
	   left: 0;
	   top: 143px;}

/*
------------------------------------------------------------
						EINDE ALGEMEEN
------------------------------------------------------------
*/

p {font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color: #333333;
   margin: 0 35px 20px 35px;
   text-align:left;}

.titel { background-color:#FF6600;
		 padding: 5px;
		 color: #FFFFFF;
		 font-size:18px;
		 height: 20px;
		 margin: 10px 30px 15px 30px;
		 }
	
.fotoLinks { border: 1px solid #FF6600;
			 width: 160px;
			 height: 110px;
			 margin-top: 20px;
			 margin-left: 35Px;}

.fotovanafTwee { border: 1px solid #FF6600;
				 width: 160px;
				 height: 110px;
				 margin-left: 10px;
				 margin-top: 20px;}

#homeKader{
border: 1px solid #FF3300;
width: 285px;
height: 180px;
margin-left: 30px;
margin-top: 15px;
float: left;
}

.homeKaderTekst {
overflow: auto;
height: 140px;
padding:5px;
margin:0;
}

#homeKaderVanafMidden{

border: 1px solid #FF3300;
width: 285px;
height: 180px;
margin-left: 6px;
float: left;
margin-top: 15px;
}

#chat{ float: left;
		width: 100%;}

.titelHomeKader{
background-color:#FF6600;
padding: 5px;
color: #FFFFFF;
font-size:18px;
height: 20px;
margin:0;
}

.pollVraag{
 margin:0;
 padding: 10px;
}

.pollAntwoord{
margin:0;
padding-left: 10px;
padding-bottom: 3px;
}

/* Links en andere */

a:link {
	text-decoration:none;
	color:#868284;
}

a:visited {
	text-decoration:none;
	color:#868284;
}

a:hover {
	text-decoration:none;
	color:#333333;
}

input {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background-color: #FFCC99;
	border:1px solid #000000;
	padding: 2px;
}

textarea{
	background-color: #FFCC99;
}

select{
	background-color: #FFCC99;}




.activiteit{
margin-right:30px;
height: 150px;
margin-left: 30px;
border: 1px solid #FF6600;
margin-bottom: 10px;
}

.activiteitTitel{
padding-left: 10px;
height: 20px;
margin:0;
background-color:#FF6600;
color: #FFFFFF;
}

.activiteitTekst{
margin:0;
padding: 10px;
overflow:auto;
height:110px;
}

.sponservoorstelling{
height: 170px;
margin:0 auto;
text-align:center;
}


/*
------------------------------------------------------------
					LEDEN + BESTUUR PAGINA
------------------------------------------------------------
*/

.voorstelling{
width: 420px;
height: 150px;
border: 1px solid #FF6600;
float: left;
margin-left: 30px;
margin-bottom: 10px;
}

.voorstellingFoto{
margin-left: 15px;
border: 1px solid #333333;
}

.voorstellingTitel{
margin-top:0;
margin-left:0;
padding-left: 10px;
width: 410px;
height: 20px;
background-color:  #FF6600;
color: #FFFFFF;
}

.voorstellingTekst{
	margin:0;
	float: right;
	width: 300px;
}

/*
------------------------------------------------------------
						EINDE LEDEN + BESTUUR
------------------------------------------------------------
*/

/*
------------------------------------------------------------
						MENU
------------------------------------------------------------
*/
.menu{
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	margin:0px;
	padding:0px;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url(../siteImages/menu/seperator.gif) bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #FF6600;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url(../siteImages/menu/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:30px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#FF6600 url(../siteImages/menu/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

/*
------------------------------------------------------------
						EINDE MENU
------------------------------------------------------------
*/
/*Tabel layout overzicht*/

h1.stats{
	font: italic normal x-large Verdana, Geneva, Tahoma, sans-serif;
	margin-left: 20px;
	color: gray;
}

h2.stats{
	font: italic normal large Verdana, Geneva, Tahoma, sans-serif;
	margin-left: 10%;
	color:#666;
}


form.upload{
	margin-left:25%;
	margin-right:25%;
}

.regel{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding:3px;
border-bottom: 1px solid #FF6600;
margin-left: 30px;
margin-right: 30px;
height: 18px;
overflow: auto;
}

.chatBerich{
margin:0;
padding:0;
font-size: 12px;
float: right;
width: 715px;
color: #000000;
}

tr.total
{
text-align: center;
color: maroon;
background-color: #666;
}


table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
background-color: #666;
border: 0px;
border-collapse: collapse;
margin-left:auto; 
margin-right:auto;
border-spacing: 0px;}

table.stats td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

td.colorpoll
{
	background-color:lime;
}


		
