body {
	margin: 10px;
	background-color: #CCCCCC;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A3A2A2;
}

.border {
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #000000;
	border-width: 2px 2px 2px 2px;
}

.footer {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	text-align: right;
}

.footer a{
    font-weight: normal;
    font-style: normal;
	padding:3px;
	text-decoration: none;
	color: #000000;
}

.footer a:visited{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #000000;
}

.footer a:hover{
    font-weight: normal;
    font-style: normal;
	text-decoration: underline;
	color: #DF0B17;
}

.footer a:active{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #000000;
}

.tekst {
	color: #000;
	text-align: left;
	line-height: 15px;
}

.tekst a{
    font-weight: normal;
    font-style: normal;
	padding:3px;
	text-decoration: none;
	color: #000000;
}

.tekst a:visited{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #000000;
}

.tekst a:hover{
    font-weight: normal;
    font-style: normal;
	text-decoration: underline;
	color: #DF0B17;
}

.tekst a:active{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #A3A2A2;
}

.tekst ul{
	list-style: disc;
	list-style-position: outside;
}

.titel {
	color: #030B54;
	font-weight: bold;
}


/* Footer */

.footerl {
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
}

.footerr {
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
}

.footerr a{
    font-weight: normal;
    font-style: normal;
	padding:3px;
	text-decoration: none;
	color: #A3A2A2;
}

.footerr a:visited{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #A3A2A2;
}

.footerr a:hover{
    font-weight: normal;
    font-style: normal;
	text-decoration: underline;
	color: #CDCDCD;
	background-color: #000000; 
}

.footerr a:active{
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	color: #A3A2A2;
}

/* menu */

#nav, #nav ul, #nav ul ul{
padding: 0;
margin: 0;
list-style: none;
background: url(none.gif) repeat 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
}

#nav{
width: 115px;
}

#nav li{
width: 115px;
}

#nav ul{
position: absolute;
width: 100px;
left: -1000px;
margin: -22px 0 0 95px;
font-size: 100%;
}

* html #nav ul{
margin: -23px 0 0 95px;
}

#nav li li{
width: 100px;
}

#nav ul ul{
width: 140px;
margin: -22px 0 0 100px;
font-size: 100%;
}

* html #nav ul ul{
margin: -23px 0 0 100px;
}

#nav li li li{
width: 140px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: auto;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
left: auto;
}

#nav a {
display: block;
text-decoration: none;
padding: 2px 4px 3px 4px;
margin: 1px;
}

#nav a:link, #nav a:visited{
background: #D2D2E6;
border: 1px solid #494980;
color: #494980;
}

#nav a:hover, #nav a:active{
background: #6D6D99;
border: 1px solid #494980;
color: #FFF;
} 


















