﻿body {
	font-family:arial, verdana;
	background:url(/images/layout/background.gif) repeat-x 0 -10px;
}

div#container {
	position:relative;
	margin:0 auto;
	width:924px;
	margin-top:30px;
}

a {
	color:#000000;
	font-weight:bold;
}
a:hover {
	color:#E8A400;
	cursor:pointer;
}

/* ----------------------------------------- 1. De header ---- */
div#header {
	position:relative;
	width:804px;
	height:107px;
	padding-left:120px;
	padding-top:8px;
	background:url(/images/layout/header.gif) no-repeat;
	color:#FFFFFF;
	z-index:2;
}

#header h1 , #header a {
	margin:0;
	font-size:28px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

#header h2 {
	margin:0;
	margin-left:10px;
	font-size:20px;
	font-weight:normal;
	display:inline;
}

/* ----------------------------------------- 2. Het menu ---- */
div#menu {
	padding:0;
	position:relative;
	width:865px;
	height:35px;
	margin:0 auto;
	margin-left:24px;
	padding-left:5px;
	padding-right:5px;
	background:#E0E0E0 url(/images/layout/contentbg.gif) 100% 0% repeat-y;
	border:1px solid #000000;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
}

#menu a {
	margin:0;
	padding-top:9px;
	padding-bottom:9px;
	text-decoration:none;
	color:#000000;
	font-size:15px;
	font-weight:normal;
	display:block;
}

#menu a.link {
	padding:9px;

}

#menu a.link:hover {
	color:#E8A400;
}

div#zoeken {
	float:right;
	margin:0px;
	display:inline;
	height:30px;
	margin-top:5px;
}
#zoeken form {
	display:inline;
	margin:0;
	padding:0;
}
#zoeken input {
	background:#D2D2D2;
	padding:2px;
	border:1px solid #000000;
	margin-left:5px;
	font-size:10px;

}

/* ----------------------------------------- 3. De content ---- */
div#contentcontainer {
	position:relative;
	width:730px;
	min-height:390px;
	float:right;
	z-index:1;
}

div#content {
	position:relative;
	width:699px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-top:-40px;
	right:23px;
	padding:15px;
	padding-top:2px;
	float:right;
	background:#E0E0E0 url(/images/layout/contentbg.gif) 100% 0 repeat-y;
	border:1px solid #000000;
	border-top:0;
	z-index:1;
}

div.reactie {
	position:relative;
	width:699px;
	margin-top:3px;
	right:23px;
	padding:1px 15px 1px 15px;
	float:right;
	background:#E0E0E0 url(/images/layout/contentbg.gif) 100% 0 repeat-y;
	border:1px solid #000000;
	z-index:1;
}
div.reactie.hover {
	border:2px solid #000000;
	padding:0 14px 0 14px;
}

* html div#content { /* IE hack */
  height:390px;
}

#content h3, #content h4, .reactie h3 {
	width:300px;
	margin:15px;
	margin-top:25px;
	padding-left:3px;
	border-top:1px solid #A0A0A0;
	border-left:1px solid #A0A0A0;
	font-weight:normal;
	font-size:20px;
	clear:left;
}

.reactie h3 {
	margin-top:10px;
}

#content h4 {
	font-size:18px;
	font-style:italic;
}


#content p, #content ul, #content table, .reactie p, .reactie table {
	margin:10px;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
	font-size:13px;
	display:block;
}

.reactie p {
	margin:0 10px 0 10px;
}

#content ul {
	list-style:circle;
	margin-left:30px;
	padding:0 10px 0 10px;
}
#content hr {
	margin-left:10px;
	margin-right:10px;
}

table#images td {
	padding:20px;
	padding-top:0;
}
#content a img {
	border:2px solid #E0E0E0;
}
#content a:hover img {
	border:2px solid #E8A400;
}

#content ul a {
	color:#000000;
	font-weight:bold;
}

#content ul a:hover {
	color:#E8A400;
}

#content table {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
	font-size:12px;
	padding-right:35px;
	vertical-align:top;
}
#content td {
	vertical-align:top;
}
#content img {
	margin:5px;
}
h3 a {
	color:#000000;
	font-size:20px;
	font-weight:normal;
}
h3 a:hover {
	color:#E8A400;
}


/* ----------------------------------------- 4. Het Linkermenu ---- */

div#linkermenu {
	position:absolute;
	width:147px;
	right:753px;
	background:#3A3A3A url(/images/layout/bottom.gif) 0 100% no-repeat;
	margin-top:-40px;
	padding-bottom:8px;
	padding-top:0px;
	z-index:3;
	float:left;
}
* html div#linkermenu {
	margin-left:10px;
}

#linkermenu ul, #linkermenu li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}


#linkermenu ul li ul li {
	white-space:nowrap;
}
#linkermenu ul li ul  {
	display:none;
}
#linkermenu ul li:hover ul {
	height:auto;
	width:0;
	display:block;
	position:absolute;
	left:97px;
	margin:50px;
	margin-top:-25px;
	background:#5B5B5B repeat-x 0 -2px;
	overflow:hidden;
}

#linkermenu ul li:hover ul li a:hover{
	background:#3a3a3a url(/images/layout/leftmenuhover.gif) no-repeat 99% 50%;
}

#linkermenu a {
	margin:0;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	padding-left:10px;
	padding-right:15px;
	display:block;
	font-weight:normal;
}

#linkermenu a.active {
	color:#FFFFFF;
	background:url(/images/layout/leftmenuactive.gif) repeat-y 1px 0;
}

#linkermenu a:hover {
	color:#EF8D01;
	background:url(/images/layout/leftmenuhover.gif) no-repeat 99% 50%;
}


#linkermenu hr {
	margin:5px;
	border:0;
	border-top:1px solid #8E8E8E;
}

/* ----------------------------------------- 5. De footer ---- */
div#footer {
	position:relative;
	clear:both;
	text-align:right;
	font-size:12px;
	padding:5px;
	width:700px;
	float:right;
	margin-right:20px;
}


/* ------------------------------------ gastenboek */
div#gastenboek p.gastenboek {
	border:1px solid #000000;
	padding:10px;
	margin:20px;
	background:#ECECEC;
}

a.gastenboek {
	text-decoration:none;
}
/*---------------------------*/
a img {
	border:0;
}
#links img {
	margin-top:2px;
	margin-bottom:3px;
}

img.right {
	float:right;
	margin-bottom:20px;
	margin-right:20px;
}

img.left {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

.weg {
	width:1px;
	height:1px;
	background:#E0E0E0;
	border:0;
}

/*--------------------------------shoutbox--*/

#shout tr.licht {
	background:#D4D3D3;
}
#shout tr.donker {
	background:#CCCBCB;
}
#shout td {
	padding:5px;
	border-bottom:1px solid #000000;
}
#shout img {
	margin:0;
}
table#shout {
	color:#000000;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
}
div#shoutbox {
	height:	150px;
	width:500px;
	border:1px dashed #FFFFFF;
	border-right:0;
	overflow:auto;
	display:block;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:15px;
	padding:0;
}

.hidden {
	display:none;
}
.visible {
	display:block;
}

.news {
	display:block;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	margin-bottom:0;
}

.left {
	float:left;
}
.right {
	float:right;
}
.leftdiv {
	float:left;
	width:50%;
}
.rightdiv {
	float:right;
	width:50%;
}
/* ----------------------------------*/
div#scroll {
	position:absolute;
	bottom:-1px;
	width:1px;
	height:1px;
}

#welkom {
	background:url(/images/layout/ufplogo.gif) 100% 20px no-repeat;
	display:block;
}

p.login {
	margin:0;
	padding:10px 6px 0 6px;
	float:right;
	font-size:12px;
}

table.leden tr.h td {
	border-left:1px solid #000000;
	padding:10px;
	font-weight:bold;
	font-size:14px;
}
table.leden td {
	border-left:1px solid #000000;
	padding:10px;
}

