* {margin:0;padding:0}
h1,h2,h3,h4,h5,p,ul{margin-bottom:1em}
ul{margin-left:16px}
body {
        background-color: #004E85;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
        color: #ffff99;
}

li {
        color: #ffff99;
}

#container {
        width: 1000px;
        margin: 0px auto 0px auto;
        margin-left:auto;
        margin-right:auto;
        text-align: left;
}
* html #container{
        width: 1010px;
        w\idth: 1000px;
}
#header {
        width: 1000px;
        padding-bottom: 15px;
}

#leftmenu {
        border-top: solid #ffff99;
        border-left: solid #ffff99;
        border-right: solid #ffff99;
        border-bottom: solid #ffff99;
        width: 142px;
        height: auto;
        display: inline;
        float: left;
        position:relative;
        left: -825px;
        text-align: center;
}
#content {
        width: 825px;
        text-align: left;
        color: #000;
        float:left;
        position:relative;
        left:170px;
}

#footer {
        padding-top: 15px;
        width: 1000px;
        height: 30px;
        color: #fff;
        text-align: center;
        clear: both;
}

/** JOCHUS.BE */
p, h1, h2, h3
{
        color: #ffff99;
}

a {
        text-decoration: none;
        color: #ffffcc;
        font-size:12px;
}

a:link { 
        color: #ffff99; 
        font-weight: bold; 
        text-decoration:none;
}
a:visited { 
        color: #ffffcc; 
        font-weight: bold; 
}

a:hover { 
        color: #000000; 
        background-color: #ffffcc;
        text-decoration:underline overline;
}

.footer {
        margin-right: 100px;
        border-style: solid;
        border-color: #FFFFFF;
}

.header {
        border-style: solid;
	border-width: 2px 2px 2px 2px;
	background-color: #ffff99;
	height: 90px;
	color: #36638D;
}

.headercenter {
	text-align: center;
	font-size: x-large;
}

.headerright {
	text-align: right;
}

.large { 
        font-size: 20px; 
        font-weight: bold;
        line-height: 22px;
        color: #ffff99;
 }

.list {
        border-top: 1px dashed #cccccc;
        color: #ffff99;
        text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

.list_right {
        border-top: 1px dashed #cccccc;
        color: #ffff99;
        text-align: right;
}

.listheader {
        border-bottom: 1px solid  #ffff99;
        color: #ffff99;
        text-align: left;
}

.listheader_right {
        border-bottom: 1px solid  #ffff99;
        color: #ffff99;
        text-align: right;
}

.medium{ 
        font-size: 12px; 
        font-weight: normal;
        line-height: 14px;
        color: #ffff99;
 }

.menu {
        position: relative;
}

.small{ 
        font-size: 10px; 
        font-weight: normal;
        color: #ffff99;
}

.tablefooter {
        border-style: solid;
        border-color: #ffff99;
}

.tablelist {
        border: 1px solid #ffff99;
        color: #ffff99;
}

td {
	color: #ffff99;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 142px;
	border-bottom: 1px solid #ffff99;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 141px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background:#004E85 repeat-x right top;
	padding: 5px;
	border: 1px solid #ffff99;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/*/ End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */