body
{
    background-color:#f3f3f3; 
    padding-top:0px;
    margin:0px; 

}

body, td{
    font-family:arial;
    font-size:12px;
    color:#303030;
}


h1
{
    padding:0px;
    margin:0px;
    font-size:20px;
}

#top
{
    background-color:#4b4444; 
    border-bottom:#acd000 8px solid; 
    height:115px; 
    width:100%; 
    padding-top:5px;
}
#topright
{
	position:absolute;
	right:10px;
	top:20px;
	background-image:url('/images/appleandwin.png'); 
    background-repeat:no-repeat; 
    width:123px; 
    height:64px;	
}

#logo
{
    text-align:left; 
    background-image:url('/images/logo.jpg'); 
    background-repeat:no-repeat; 
    width:760px; 
    height:99px;
}
#header
{
    position:relative; 
    padding-top:20px;
}
#container
{
    width:760px;
}
#topmenu
{
    float:right; 
    text-align:left; 
    width:450px; 
    height:60px;
}
#content_back
{
    width:760px; 
    border-bottom:1px #4b4444 dotted; 
    border-top:3px #4b4444 solid; 
    clear:both; 
    top:20px; 
    text-align:left;
    min-height: 310px;
    height:auto !important; /* voor moderne Browser */
    height:310px; /*voor IE6 */

}
#tail
{
    position:relative; 
    width:760px; 
    height:50px; 
    clear:both; 
    top:11px;
}

img
{
    border:0px;
}

form li {
    list-style: none;
    color: #474747;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
}

input {
    width: 150px;
    padding: 4px 4px 2px 2px;
    border: 1px solid #dfdfdf;
}

input:focus {
    border: 1px solid #356aa0;
}

label {
    float: left;
    width: 100px;
}

textarea {
    width: 280px;
    height: 100px;
    font-family:arial;
    font-size:12px;
    padding: 4px 4px 2px 2px;
    margin: 0px 0px 2px 0px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

textarea:focus {
    border: 1px solid #356aa0;
}

.submit {
    width: 98px;

    border: 1px solid #fff;
    margin: 10px 0px 0px 300px;
    background-color: #4b4444;
    color:#fff;
    display: block;
    vertical-align:middle;


}

.submit:hover 
{
    cursor: pointer;
}

.infotable
{
    vertical-align:top;
    padding-bottom:12px;
    font-family:arial;
    font-size:11px;

}

.menu
{
	width: 100%;
	margin-top:20px;
}
	
.menu ul
{
	margin: 0; padding: 0;
	float: right;

}

.menu ul li
{
	display: inline;
	
}

.menu ul li a
{
	float: left; text-decoration: none;
	color: #000;
	padding: 10.5px 11px;
	background-image:url('/images/menuitem.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-left:7px;
	
}

.menu ul li a:visited
{
	color: #000;
}

.menu ul li a:hover, .menu ul li .current
{
	color: #000;
}

