/* CSS Document Jeffrey Cafferata :: Tripany.com */
html, body{
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
}
html{
	overflow-y: scroll; 
}
input, select, textarea, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container{ 
	text-align: left;
	margin: 0px auto;
	width: 785px;
	background: url(../../img/design/lijn_container.gif) repeat-y;
}
#header{
	text-align: left;
	margin: 0 auto;
	width: 785px;
	height: 110px;
	background:url(../../img/design/header.gif);
}
#menu {
	display: block;
	width: 147px;
	float:left;
	background: url(../../img/design/menu_rechts.gif) no-repeat;
}
#menu_kop{
	display: block;
	width: 638px;
	height: 25px;
	float:right;
	background: url(../../img/design/menu_kop_bg.gif) repeat-x;
	text-align: left;
	color: #332a85;
	font-weight: bold;
	font-size: 10px;
}
#menu_kop img{
	vertical-align: -80%;
	margin: 0; padding: 0;
}
#menu_kop a{
	text-decoration: none;
	color: #332a85;
}
#content{
	font-size: 10px;
	display: block;
	width: 620px;
	float:left;
	text-align: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #332a85;
}
#content table{
	font-size: 12px;
}
#content a{
	color: #332a85;
}
#menu_links{
	float: left;
	width: 6px;
}
#menu_content{
	float: left;
	width: 131px;
	background: url(../../img/design/menu_background.gif) no-repeat;
}
#menu_content_menu{
	background: #f8f8f8;
	text-align: left;
	font-size: 12px;
}

div#menu_content_menu ul {
	padding-top: 0px;			/* stops the usual indent from ul */
	padding-left: 0px;			/* stops the usual indent from ul */
	margin-top: 0px;			/* stops the usual indent from ul */
	margin-left: 0px;			/* Opera 7 final's margin and margin-box model cause problems */
	cursor: default;			/* gives an arrow cursor */	
}
div#menu_content_menu ul li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
	background: url(../../img/design/menu_content_item.gif) bottom left repeat-x;
	/*height: 23px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.klein_tussenrubriek a{
	font-size: 10px;
}
.klein {
	font-size: 10px;
}
div#menu_content_menu ul li a {
	color: #332a85;
	text-decoration: none;
	display: block;
	width: 100%;
}
div#menu_content_menu ul li a:hover {
	color:#FF0000;
}

#menu_content_items{
	height: 80px;
	text-align: left;
	padding-left: 10px;
	color: #332a85;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}

#menu_content_items a{
	color: #332a85;
	text-decoration:none;
}

#menu_content_weblog{
	background:url(../../img/design/menu_weblog.gif) no-repeat;
	height: 317px;
	width: 131px;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	/* padding-top: 56px; */
	color: #332a85;
}
#menu_content_weblog a{
	color: #332a85;
	text-decoration: none;
}
#menu_content_weblog_kop{
	color: #FFFFFF;
	font-weight: bold;
}
#menu_rechts{
	float: left;
	width: 6px;
	height: 25px;
}
#pusher{
	width: auto;
	clear: both;
}
#footer{
	margin: 0 auto;
	text-align: left;
	clear: both;
	width: 785px;
	height: 15px;
	color: #959595;
	font-size: 10px;
	background: url(../../img/design/lijn.gif) repeat-x;
	padding-top: 5px;
}
#footer a{
	color: #959595;
	text-decoration: none;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
#menu_content_menu .actief{
	font-weight:bold;
}

h1{
	font-size: 14px;
}
h2{
	font-size: 10px;
}
h3{
	font-size: 10px;
}
h4{
	font-size: 10px;
}

.rodeknop{
	font-size: 10px;
	color: #FF0000 !important;
}
