html
	{
	height:100%;
	}

body
{
	
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0px;
	height:100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#F6F3EE;
}

ul, ul li       {margin: 0; padding: 0; padding-left:5px;}
ul li           {list-style-type: none;}

li a {
        display: block;
        width: 170px;
        padding: 6px 6px 6px 0px;
        border-bottom: 1px solid #000000;
        text-decoration: none;
        color: #000000;
    }
a
{
color:#000000;
text-decoration:underline;
}

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


ol
{
list-style:square;
}

ul.item, li.item a {
        display: block;
        width: 170px;
        padding: 6px 6px 6px 0px;
        border-bottom: 0px solid #000000;
        text-decoration: none;
        color: #000000;
		list-style:none;
    }	
li.item a {
        display: block;
        width: 170px;
        padding: 6px 6px 6px 0px;
        border-bottom: 0px solid #000000;
        text-decoration: none;
        color: #000000;
    }
	
	
li.special a {
        display: block;
        width: 170px;
        padding: 6px 6px 6px 0px;
        border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
        text-decoration: none;
        color: #000000;
    }
	
li.menu a{
color: #000000;
font-weight: normal;
border:0px solid #FFFFFF;
}

li.last a{
color: #000000;
font-weight: normal;
border:0px solid #FFFFFF;
padding-bottom:15px;
}

li.menu a:hover, li.last a:hover
{
        background: url('../images/arrow22.gif') no-repeat 100% 50%;
		color:#DB0029;

}

	
li a:hover {
        background: url('../images/arrow.gif') no-repeat 100% 50%;
    }
li.sel a,
li.sel a:hover {
        font-weight: bold;
        color: #DB0029;
        background: url('../images/arrow2.gif') no-repeat 100% 50%;
    }
	
.kop
{
font-size:24px;
font-weight:bold;
color: #DB0029;
}

.content
{
	padding-right:20px;
	padding-bottom:10px;
}

*{
behavior: url(iepngfix.htc);
}

/* menu */

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
line-height: 28px;
z-index: 100;
background-color: white;
width: 205px;
border-top:1px solid black;
border-left:1px solid black;
border-right:1px solid black;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #DB0029;
text-decoration:underline;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}

hr
{
height:1px;
color:#000000;
}
