/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}

#header {
background: url(images/header.jpg) no-repeat;
height: 400px;
width: 1000px;
}

#nav {
font-size: 28px;
position: absolute;
top: 130px;
left: 270px;
}

#search {
position: absolute;
top: 235px;
left: 620px;
}

input {
text-transform: 95%;
border: #333333 1px solid;
}
input:hover, input:focus {
text-transform: 95%;
border: #93681A 1px solid;
}

a {
color: #767676;
text-decoration: none;
}

a:hover {
color: #93681A;
text-decoration: none;
}

a img, a img:hover {
border: none;
}

#intro {
position:relative;
height: 300px;
width:160px;
left:50%;
top: 50%;
margin-left:-80px;
margin-top: 150px;
}

.ed {width: 495px !important; border: #666666 1px solid;padding: 3px 3px 3px 3px;background: #EEE;color: #000000;width: 340px;}

.title{
font-size: 14px;
font-weight: bold;
color: #93681A;
}

#content {
	width: 800px;
	padding-left: 150px;
	margin-top: -100px;
	font-size: 12px;
	color: #333;
}

#pusher {
height: 200px;
}

#footer{
height: 150px;
background: #CCCCCC;
border-top: #333 1px solid;
font-size: 10px;
color: #999;
padding: 20px;
text-align: right;
}

#adminbar {
position: fixed;
width: 250px;
height: 25px;
border: #333 1px solid;
border-top: none;
background:#CCC;
top: 0px;
right: 5px;
padding-left: 5px;
padding-top: 2px;
}

.addForm{
	padding: 5px;
	border: #333 1px dashed;
}

.caviaProfiel{ border: 1px #000 solid; padding: 5px; background:#CCC; }
.caviaProfiel a{ text-decoration: none; color:#930; }
.caviaProfiel a:hover{ text-decoration: underline; color:#000; }

.sluitKnop{border: 1px solid #000; padding-top: 1px;
    background: #999; color:#E76C12; padding-left: 5px;
    font-size: 14px; width:15px; height:19px;}
	
.sluitKnop:hover{border: 1px solid #000; padding-top: 1px;
    background: #F00; color:#E76C12; padding-left: 5px;
    font-size: 14px; width:15px; height:19px;}
	
#news{
	position: absolute;
	top: 50px;
	left: 500px;
	font-size:12px;
}
