/* CSS Document */


body {
background-color:white;
background-image: url(../images/bg-snoeren-use-bw.jpg);
/*background-repeat: no-repeat;
background-position: center center;*/
padding: 0px;
margin: 0px;

}


#navdock
{
width: 202px;
padding: 0 0 0 0;
/* margin-bottom: 1em; */
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #333;
position:absolute;
left:30px;
top:40px;
background-color:white;
}

#navdock ul
{
list-style: none;
margin: 0;
padding: 0;
border-left: solid 5px white;
border-right: solid 5px white;
}

#navdock li.menukop
{
text-align:center;
margin: 0;
text-transform: uppercase;
font-weight:bold;
color:white;
background-color:rgb(153,0,0);
border-bottom:0px;
padding:5px;
}

#navdock li.menulogo
{
border:0px solid white;
padding:0px;
margin:0px;  
}

#navdock li a:hover.menulogo{
border:1px solid white;
background-image: none;
padding:0px;
margin:0px;  
}

#navdock li
{
border-bottom: 1px dotted gray;
margin: 0;
}

#navdock li a
{
display: block;
padding: 2px 2px 2px 2px;
border-left: 0px solid white;
border-right: 0px solid white;
background-color: white;
color: #000;
text-decoration: none;
width: 100%;
}

#navdock li a { width: auto; }

#navdock li a.catlevel0 {
background-color: rgb(223,223,223);
background-image: url(../images/linkbgcat0.gif); 
border-left: 0px solid rgb(223,223,223);
border-right: 0px solid rgb(223,223,223);
font-weight:bold;
padding-left:5px;
}

#navdock li a.linklevel1 {
background-color: rgb(239,239,239); 
border-left: 0px solid rgb(239,239,239);
border-right: 0px solid rgb(239,239,239);
font-size:14px;
padding-left:24px;
padding-top: 1px;
padding-bottom: 1px;
background-image: url(../images/linkbg.gif);
}

#navdock li a.linklevel0{
padding-left:20px;
background-image: url(../images/linkbg2.gif);
}

#navdock li a:hover
{
border-left: 0px solid red;
border-right: 0px solid red;
background-image: url(../images/linkbghover.gif);
color: #000;
text-decoration:none;
}

#navdock li a:hover.catlevel0 {
background-color: rgb(223,223,223);
background-image: url(../images/linkbghovercat0.gif);
border-left: 0px solid rgb(223,223,223);
border-right: 0px solid rgb(223,223,223);
font-weight:bold;
}



/* DOC  */

#doc {
/*background-color: white;*/
position: absolute;
top: 10px;
left: 260px;
width: 560px;
height: 600px;
border-left: dashed 1px grey;
}

#doc .body {
margin-left: 15px;
margin-right: 15px;
margin-top:11px;
font-family: Verdana;
color: rgb(95,95,95);
/*text-indent: 5px;*/
padding-bottom:3px;
text-align:justify;
} 

#doc .sub{
text-align:left;
font-size: 12px;
}

#doc div.title {
background-image: url(../images/bg-snoeren-kop.jpg);
position:relative;
left: -1px;
font-family: Verdana;
width: 100%;
/* height: 40px; */
text-indent:10px;
padding-top: 8px;
padding-bottom: 5px;
background-color: #648a64;
font-size: 18px;
color:white;
border-bottom; solid white 1px;
}

#doc a:link, a:visited{
color: #a00001;
text-decoration: none;
}

#doc a:hover, a:active{
color: #a00001;
text-decoration: underline;

}

#doc input{
display:inline;
border-top: 0px;
border-left: 0px;
border-bottom: 1px dotted black;
border-right:0px;
}

#doc textarea{
border-top: 3px double black;
border-left: 1px dashed black;
border-right: 1px dashed black;
border-bottom: 1px solid black;
}

#doc table{
border: 0px;
}

#doc input.submit{
border: 1px solid;
}

}

