/*  

Theme Name: Knip

Theme URI: http://www.vzwknip.be/

Description: Theme 4 vzw KNIP.

Author: Stijn Mistiaen

Author URI: http://www.stijnmistiaen.be/

Version: 0.1

*/


body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font: 100% "Comic Sans MS", Arial, Verdana, Sans-Serif;
	text-align: center;
	background-color:#fffa3f;

}

td {
	vertical-align:top;
}


/* DOCUMENT INDELING: DIVs */

#container {
	text-align: left;
	position: absolute;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	background-color:#fffa3f;
}

#header { 
	height:136px;
	width: 990px;
	clear:both;	
	background-image: url(images/kop.gif);
	background-repeat: no-repeat;
}

#menu {
	width:217px;
	float: left;
	background-color:#fffa3f;
}

#right {
	width:224px;
	padding-top: 75px;
	min-height: 300px;
	float: left;
	background-color:#fffa3f;
}

#content_top {
	width:549px;
	height:61px;
	float: left;
	background-image: url(images/onder_kop.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#content {
	width:474px;
	min-height: 425px;
	float: left;
	background-image: url(images/bgr.gif);
	background-repeat:repeat-y;
	padding-left:50px;
	padding-right:25px;
}

#footer {
	width: 990px;
	height:162px;
	clear: both;
	background-image: url(images/voet.gif);
	background-repeat: no-repeat;	

}

/* CLASSES */
.top{
	vertical-align:top;
}



/* TEKST */

#content h1,h2,p,a {
	font-size:13px;
	line-height:25px;
	color:black;
}

#content_top h1 {
	font-size:32px;
	line-height: 44px;
	font-weight:bold;
	text-align: center;
}

#content h2 {
	font-size:18px;
	line-height:26px;
	color:gray;
	font-weight:bold;
}

a{
	text-decoration:underline;
}

a:hover{
	color:#86b918;
}

/* classes om in tinymce te gebruiken */
.knip-uitdrukkelijk {
	color:#86b918;
	font-weight:bold;
}

