
/* 
WEDA
======================================================================================
URL:				www.weda.nl/
Auteur: 			Stefan Efde [www.addnoise.nl]
======================================================================================

GROEN:	#93b633
DONKER:	#46462b

*/

@import url(addform.css);
@import url(/addbeheer/themes/addsite/css/iconen.css);


body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#46462b;
	margin:0;
	padding:0;
	height: 100%;
}


html {
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


a:link, a:visited {
	color: #93b633;
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
} 
a:hover {
	text-decoration: none;
	color: #46462b;
}


.topbar {
	display: block;
	text-align: right;
}
.topbar a:link, .topbar a:visited {
	color: #c7c7bf;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	font-family:  Arial, Helvetica, sans-serif;
}
.topbar a:hover {
	text-decoration: none;
	color: #46462b;
}


#pagina {
	margin: 0 auto;
	width: 955px;
	height: 450px;
	padding: 20px 0px 0px 0px;
	position: relative;
}


#onderstuk {
	width: 100%;
	height: 140px;
	position: relative;
	margin: -140px auto 0 auto;
	background: url(../images/weda_footer.gif) no-repeat bottom center;
}

/* Fix voor IE */
* html #onderstuk {
	margin-top: -140px;
}



#top {
	width: 855px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


#logo a:link, #logo a:visited, #logo a:hover {
	float: left;
	width: 310px;
	height: 50px;
	background: no-repeat url("../images/logo_weda.gif") 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}


/* Cases */

#case {
	width: 955px;
	background: no-repeat url("../images/casebg2.gif") 0px 0px;
}
#nieuwscase {
	width: 955px;

	background: no-repeat url("../images/casebg_news2.gif") 0px 0px;
}
#normalcase {
	display: block;
	width: 955px
	height: 370px;
	background:  no-repeat url("../images/casebg_normal2.gif") 0px 0px;
}


/* Inhoud */

.inhoud {
	margin: 0 auto;
	width: 857px;
    height: 335px;
    padding: 35px 0px 0px 0px;
    overflow: hidden;
    /*background: #eaeaea; */
    position: relative;
}

.tekstblok {
	float: left;
	width: 151px;
	height: 298px;
	text-align: left;
	padding: 0px 19px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #46462b;
	font-weight: bold;
	line-height: 16px;
	overflow: hidden;

}

.tekstblok h1 {
	text-transform: uppercase;
	color: #93b633;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: -1px;
}

.titlebar {
	position: absolute;
	top: 35x;
	left: 0px;
	width: 450px;
	height: 30px;
	background: pink;
}
h2 {
	text-transform: uppercase;
	color: #93b633;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
	letter-spacing: -1px;
}

.fotoblok {
	float: right;
	width: 164px;
	height: 298px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 9px;

}
.fotoblok img {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

.form {
	float: right;
	width: 159px;
	height: 295px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background: #46462b;
	color: #fff;
	font-weight: bold;
}

.form .title{
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
	letter-spacing: -1px;
}
.form a:hover {
	color: #FFF;
}


/* Navigatie
---------------------------------- */

#menu {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 530px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#menu ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li
{
	padding: 32px 0px 0px 41px;
	letter-spacing: -1px;
	margin: 0px;
	list-style-type: none;
	background: none;
	float: left;
}

#menu ul li a:link, #menu ul li a:visited
{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 15px;
	color: #93b633;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	cursor:pointer;
}

#menu ul li a:hover {
	color: #46462b;
}
#menu ul li a.actief:link, #menu ul li a.actief:visited
{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 15px;
	color: #46462b;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	cursor:pointer;
}


/* Sitemap
----------------------------- */

#sitemap {
	margin-top: 20px;
}

#sitemap ul {
	list-style-type:none;
	margin:0 25px 0 0px;
	padding:0;
	font-family: Arial;
	text-transform: uppercase;
}

#sitemap ul li {
	list-style-type:none;
	line-height:20px;
	padding:0 0 0 0px;
	background: none;
}

#sitemap ul li a:link,#sitemap ul li a:visited {
	color:#93b633;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	padding:0 5px 0 15px;
	border-left: 4px solid #46462b;
}

#sitemap ul li ul li a:link,#sitemap ul li ul li a:visited {
	color:#93b633;
	margin-left:0;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	border-left: 4px solid #46462b;
	padding:0 0 0 15px;
	
}

#sitemap ul li ul li ul li a:link,#sitemap ul li ul li ul li a:visited {
	color:#322a28;
	text-decoration:none;
	font-size:10px;
	font-weight:700;
	border-left: 4px solid #46462b;
	padding:0 0 0 15px;
	
}

#sitemap ul li ul li ul li ul li a:link,#sitemap ul li ul li ul li ul li a:visited {
	color:#333;
	text-decoration:none;
	font-size:10px;
	font-weight:400;
	text-transform:none;
	border-left:0 solid #6b9531;
	padding:0 0 0 15px;

}

#sitemap ul li ul li ul li ul li ul li a:link,#sitemap ul li ul li ul li ul li ul li a:visited {
	color:#62aa36;
	text-decoration:none;
	font-size:10px;
	font-weight:400;
	text-transform:none;
	border-left:0 solid #6b9531;
	padding:0 0 0 15px;

}

#sitemap ul li a:hover,#sitemap ul li ul li a:hover,#sitemap ul li ul li ul li a:hover,#sitemap ul li ul li ul li ul li a:hover,#sitemap ul li ul li ul li ul li ul li a:hover {
	color:#46462b;
	text-decoration:none;
}



/* Clearers
------------------------------------------------------------ */

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.btnclearer {
	height: 29px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer10 {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer30 {
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer32 {
	height: 32px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer100 {
	height: 100px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer85 {
	height: 85px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}




/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 

.scrollgeneric {

line-height: 1px;

font-size: 1px;

position: absolute;

top: 0; left: 0;

}



.vscrollerbar {

width: 14px;

background: #4a472f url(scrollbar.png) -14px 0px repeat-y;

/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for

the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see

any scrollbar when images cannot load. */

}

.vscrollerbarbeg {

/* height of this element is normally auto set to fit the scrollbase, to cover the base... */

height: 24px !important;

/* ...unless we force the size using an !important decleration */

/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/

/* this may be fixed by the time Safari 3.0 is released. */

width: 14px;

background: url(scrollbar.png) -108px -32px no-repeat;

}

.vscrollerbarend {

/* height of this element should be set */

height: 24px;

width: 14px;

background: url(scrollbar.png) -108px 0px no-repeat;

}



.vscrollerbase {

width: 14px;

background: #fff url(scrollbar.png) 0px 0px repeat-y;

}

.vscrollerbasebeg {

/* height of this element is auto set to fit the scrollbase, to cover the base */

/* this element can be used to place a faux top arrow image */

width: 14px;

height: 28px !important; /*Again, the safari fix, normally this line is not needed.*/

background: url(../images/arrow_scrollup.gif)  0px 0px no-repeat;

}

.vscrollerbaseend {

/* height of this element should be set */

/* this element can be used to place a faux bottom arrow image */

height: 28px;

width: 14px;

background: url(../images/arrow_scrolldown.gif)  bottom left no-repeat;

}



/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */

.hscrollerbase {

height: 16px; background-color: white;
}
.hscrollerbar {

height: 16px; background-color: black;

}


.vscrollerbar, .hscrollerbar {

/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually

used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 28px;

z-index: 2;

}


/* properties for scroller jog box, just in case */

.scrollerjogbox {

width: 14px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4a472f;
}




/* Scroll Bar Master Styling Ends Here */
