/*-------------------------------------------
 damwaldnet.css file
--------------------------------------------*/

/*  
   damwaldnet.css file by vedia 

   (c) copyright 2005 vedia.nl
   all rights reserved

   vedia.nl
   http://www.vedia.nl
   mail[at]vedia.nl
*/

/*-------------------------------------------
 body
--------------------------------------------*/

body {
   background-color : #ffffff;
   background-image : url(lijntjes.gif); 
   background-repeat : repeat; 
   background-position : top left; 
   line-height : 1.4em;
   
   margin : 0px;
   padding : 0px;
}

/*-------------------------------------------
 td
--------------------------------------------*/

td {
   font-family : verdana, arial helvetica, sans-serif;
   font-weight : normal;
   font-style : normal;
   font-size : 11px;
   color : #3366cc;
   
   text-align : left;
   vertical-align : top;
}

a:link {
   color : #ff0033; 
   text-decoration : underline;
}

a:visited {
   color : #ff0033; 
   text-decoration : underline; 
}

a:active {
   color : #ff0033; 
   text-decoration : overline; text-transform:uppercase;
}

a:hover {
   color : #ff0033; 
   text-decoration : overline; 
}

a.pdf {
   padding-left :25px;
   display: block;
   background : url(./icon_pdf.gif) no-repeat 0px 0px;
}

a.bedrijf {
   background:url(blt2.gif) 0 3px no-repeat;
   padding-left:15px;
   color : #ff0033;
   text-decoration : none;
}

a.bedrijf:visited {
   color : #ff0033; 
   text-decoration : none; 
}

a.bedrijf:active {
   color : #3366cc; 
   text-decoration : none; 
}

a.bedrijf:hover {
   background:url(blt1.gif) 0 3px no-repeat;
   color : #3366cc;
   text-decoration : none;
}

/*-------------------------------------------
 het menu
--------------------------------------------*/

ul {
   margin : 0px;
   padding: 20px;
   padding-top: 1.0em;
   padding-bottom : 0px;
   list-style:none;   line-height: 2.8em;
}

li {
   background:url(hr.gif) 0 1px repeat-x;
}

li.nohr {
   background:none;
}

a.menu {
   background:url(blt1.gif) 0 3px no-repeat;
   padding-left:15px;
   color : #3366cc;
   text-decoration : none;
}

a.menu:visited {
   color : #3366cc; 
   text-decoration : none;
}

a.menu:active {
   color : #ff0033; 
   text-decoration : none; 
}

a.menu:hover {
   background:url(blt2.gif) 0 3px no-repeat;
   color : #ff0033;
   text-decoration : none;
}

/*-------------------------------------------
 misc
--------------------------------------------*/
.kader {
   border : 1px solid #3366cc;
}

p {
   margin : 0px;
   padding: 0px;
   padding-right: 25px;
   
   padding-left: 20px;
   padding-bottom : 0.7em;
}

.title {
   font-weight : normal;
   font-size : 12px;
   padding-bottom : 0px;   
}

b {

   font-weight : bold;
}

.klein {
   font-weight : normal;
   font-size : 10px;
   color : #ff0033;
   padding-bottom : 0.7em;
}

.registered {
   color : #3366cc;
 }

.datum {
   font-weight : normal;
}

h1 {
   font-weight : bold;
   font-size : 16px;
   
   margin : 0px;
   padding: 20px;
   padding-right: 25px;
   
   padding-top: 1.4em;
   padding-bottom : 0.7em;
}

h2 {
   font-weight : bold;
   font-size : 11px;
   
   margin : 0px;
   padding: 20px;
   padding-right: 25px;
   
   padding-top: 0px;
   padding-bottom : 0px;
}

.reclame {
   margin : 0px;
   padding: 20px;
   
   padding-top: 0px;
   
   text-align : center;
   vertical-align : top;
}

.achtergrond {
   background-image : url(achtergrond.gif); 
   background-repeat : no-repeat; 
   background-position : top left;
}

a.blauw {
   color : #3366cc;
   font-size : 12px;
   text-decoration : none;
}

a.blauw:visited {
   color : #3366cc;
   font-size : 12px;
   text-decoration : none; 
}

a.blauw:active {
   color : #3366cc;
   font-size : 12px;
   text-decoration : none; 
}

a.blauw:hover {
   color : #3366cc;
   font-size : 12px;
   text-decoration : none;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/extensions/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/extensions/lightbox/overlay.png", sizingMethod="scale");
}

/*-------------------------------------------
 end of file
--------------------------------------------*/

