@charset "utf-8";
/* CSS Document */

/* ----------MAIN BODY STYLES---------- */
* {
margin: 0px; /*sets 0 margin to the whole website*/
padding: 0px; /*sets 0 padding to the whole website*/
}
	 
body {
font-family: Verdana, Arial, Helvetica, sans-serif; /*website font family*/
background-color: #000000; /*website background color*/
color: #000000; /*website default text color*/
font-size: 12px; /*sets default paragraph text size*/
behavior: url(wp-content/themes/Stefan/csshover.htc);
}
	 
a:link {
color: #000000; /*color of our hyperlinks*/
text-decoration:none;
}
a:visited {
color: #000000; /*color of visited hyperlinks*/
text-decoration:none;
}
a:hover {
color: #000000; /*color of the hyperlink when hovered over*/
text-decoration:none;
}
a:active {
color: #000000; /*color of our active links*/
text-decoration:none;
}

p {
font-size: 12px; /*sets default paragraph text size*/
line-height: 18px; /*sets default paragraph line height*/
text-align: justify; /*justifys our paragraphs*/
}
 
h1 {
color: #000000; /*color of our H1 tag*/
font-size: 1.2em; /*sets H1 font size*/
font-weight: normal; /*sets H1 font weight to normal*/
padding-left: 10px;
}
	 
h2 {
color: #000000; /*color of our H2 tag*/
font-size: 16px; /*sets H2 font size*/
font-weight: bold; /*sets H2 font weight to normal*/
padding-left: 10px;
padding-top: 10px;
}
 
h3 {
color: #000000; /*color of our H3 tag*/
font-size: 0.9em; /*sets H3 font size*/
font-weight: normal; /*sets H3 font weight to normal*/
padding-left: 10px;
}
	 
h4 {
color: #000000; /*color of our H4 tag*/
font-size: 0.8em; /*sets H4 font size*/
font-weight: normal; /*sets H4 font weight to normal*/
}
 
img {
border:none; /*removes borders from images*/
}
	 
.float-left {
float:left; /*class for float left*/
}
 
.float-right {
float:right; /*class for float right*/
}
 
/* ----------MAIN CONTAINER STYLES---------- */
 
#container {
width: 900px; /*width of our container*/
margin-top: 0px; /*sets top margin to 0*/
margin-right: auto; /*sets right margin to auto which centers our website*/
margin-left: auto; /*sets left margin to auto which centers our website*/
}
 
 /* ----------HEADER2 STYLES---------- */
 
#header2 {
background-image: url(images/header_bg4.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
width: 900px; /*gives our header a width of 900px*/
height: 312px;
margin-bottom: 10px;
}

#stefan2 {
background-image: url(images/stefan.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
width: 480px; /*gives our header a width of 900px*/
height: 42px;
position: absolute;
margin-left: 360px;
margin-top: 35px;
}

#vogelboven2 {
position: absolute;
margin-left: 860px;
margin-top: 10px;
}

#hyves2 {
position: absolute;
margin-left: 860px;
margin-top: 135px;
}

#control2 {
position: absolute;
margin-left: 560px;
margin-top: 95px;
}

#mats2 {
position: absolute;
margin-left: 690px;
margin-top: 95px;
}
 
/* ----------HEADER STYLES---------- */
 
#header {
background-image: url(images/header_bg2.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
width: 900px; /*gives our header a width of 900px*/
height: 312px;
margin-bottom: 10px;
}

#stefan {
background-image: url(images/stefan.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
width: 480px; /*gives our header a width of 900px*/
height: 42px;
position: absolute;
margin-left: 270px;
margin-top: 35px;
}

#vogelboven {
position: absolute;
margin-left: 860px;
margin-top: 10px;
}

#hyves {
position: absolute;
margin-left: 860px;
margin-top: 135px;
}

#control {
position: absolute;
margin-left: 470px;
margin-top: 95px;
}

#mats {
position: absolute;
margin-left: 600px;
margin-top: 95px;
}

#laatstenieuws {
position: absolute;
margin-left: 350px;
margin-top: 155px;
width: 500px;
height: 150px;

}

.laatstenieuws {
padding-left: 0px;
}

#readmore {
position: absolute;
margin-left: 415px;
margin-top: -20px;
padding-top: 10px;
padding-left: 6px;
height: 35px;
width: 110px;
background-image: url(images/menu_bg.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
}

/* ----------MENU STYLES---------- */
 

#menu {
width: 900px; /*width of our container*/
list-style-type: none; 
margin-top: 0px;
padding-bottom: 20px;
margin-bottom: 10px;
}

#menu ul {
padding-bottom: 15px;
}

#menu li { /*eerste menu item*/
float: left;
display: block;
background-image:url(images/menu_bg3.png);
background-repeat:no-repeat;
height: 35px;
width: 105px;
position: relative;
padding-right: 7.5px;
font-size: 12px; /*sets H1 font size*/
font-weight: bold; /*sets H1 font weight to normal*/
}

#menu ul li a{ /*gewone link bij het eerste menu item*/
display: block;
height: 30px;
padding-top: 8px;
}

#menu ul li a:hover{ /*rollover link bij het eerste menu item*/
height: 30px;
display: block;
}

#menu li ul {
display: none;
width:105px;
}

#menu li ul a{ /*gewone link bij het tweede menu item*/
display: block;
}

#menu li ul a:hover{ /*rollover link bij het tweedie menu item*/
display: block;

}

#menu li:hover ul, li.over ul {
display: block;
}

.menutekst {
text-align: center;
display: block;
}

/* ----------CONTENT STYLES---------- */
 
#content {
clear: both;
width: 900px; /*width of our container*/
margin-top: 0px; /*sets top margin to 0*/
}

#berichtenbox {
float: left;
width: 670px;

}

#bericht {
background-image:url(images/bericht_bg.png);
background-repeat: repeat-x;
margin-bottom: 10px;
width: 670px;
height: 205px;
}

#page {
background-image:url(images/content_bg.png);
background-repeat: repeat-x;
margin-bottom: 10px;
width: 670px;
}


#berichtlijn {
background-image:url(images/contentlijn.png);
background-repeat:no-repeat;
height: 1px;
width: 650px;
position: relative;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

#berichtentekst {
width: 610px;
padding-left: 10px;
padding-bottom: 10px;
}

.editicon {
margin-top: -30px;
margin-left: 625px;
position:absolute;
}

#sidebar {
float: right;
width: 220px;
margin-bottom: 10px;
}

#twitter {
background-image:url(images/twitter_bg.png);
background-repeat: repeat-x;
width: 220px;
height: 255px;
margin-bottom: 10px;
}

#vogelmidden {
position: absolute;
margin-left: 10px;
margin-top: 10px;
}

#twittertekst {
position: absolute;
margin-left: 100px;
margin-top: 20px;
}

#twitterlijn {
background-image:url(images/twitterlijn.png);
background-repeat:no-repeat;
position: absolute;
height: 1px;
width: 200px;
margin-left: 10px;
margin-top: 80px;
}

#twitterbericht {
position: absolute;
width: 200px;
margin-left: 10px;
margin-top: 90px;
}

ul.twitter {
padding-left: 15px;
}

p.twitter-message {
color:#996633;
}

#agenda {
background-image:url(images/twitter_bg.png);
background-repeat: repeat-x;
width: 220px;
height: 180px;
margin-bottom: 10px;
position: relative;
}

#archief {
background-image:url(images/twitter_bg.png);
background-repeat: repeat-x;
width: 220px;
height: 180px;
margin-bottom: 10px;
position: relative;
}

.archief {
padding-left: 25px;
}

/* ----------VOLGENDE / VORIGE STYLES---------- */

#volgende {
float: right; /*floats left*/
width: 670px; /*adds a fixed width*/
background-image:url(images/footer.png);
background-repeat: repeat-x;
height: 35px;
background-color:#336666;
margin-bottom: 10px;
text-align:center;
font-size: 14px;
}

/* ----------FOOTER STYLES---------- */
 
#footer {
clear:both;
background-image: url(images/footer.png); /*sets our header background image*/
background-repeat: repeat-x; /*sets our background to no repeat*/
height: 35px;
width: 900px; /*width of our container*/
margin-top: 10px; /*sets top margin to 0*/
}

#stefanfooter {
background-image: url(images/stefanfooter.png); /*sets our header background image*/
background-repeat: no-repeat; /*sets our background to no repeat*/
height: 67px;
width: 50px;
position: absolute;
margin-left: 850px;
margin-top: -14px;
}

.footertekst {
padding-top: 17px;
padding-left: 10px;
font-size: 12px;
position: absolute;
}

#maple {
position: absolute;
margin-left: 680px;
margin-top: 2px;
}
