@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
background-color:#000000;
vertical-align:middle; 
}



#container{
position:relative;
margin:	auto;
top:50px;
margin-bottom:50px;
height:700px;
width:950px;
padding:0px;
background-color:#1A1A1A;
}

.knop{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/knop_bg.jpg);
background-repeat:repeat-x;
color:#898989;
border-bottom:solid #000000 1px;
}

.knopactive{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/knop_bg.jpg);
background-repeat:repeat-x;
color:#E72936;
border-bottom:solid #000000 1px;
}

.bknop{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/knop_bg.jpg);
background-repeat:repeat-x;
color:#898989;
}

.bknopactive{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/knop_bg.jpg);
background-repeat:repeat-x;
color:#E72936;
}

a.knop:hover, a.bknop:hover, a.knopactive:hover, a.bknopactive:hover{
background-image:url(../images/knop_bg_h.jpg);
}

a.tknop:hover, a.tknopactive:hover{
background-image:url(../images/tknop_bg_h.jpg);
}

.tknop{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/tknop_bg.jpg);
background-position:top;
background-repeat:repeat-x;
color:#898989;
border-bottom:solid #000000 1px;
}

.tknopactive{
display:block;
padding-top:10px;
text-align:center;
font-weight:bold;
height:27px;
background-color:#1A1A1A;
background-image:url(../images/tknop_bg.jpg);
background-position:top;
background-repeat:repeat-x;
color:#E72936;
border-bottom:solid #000000 1px;
}

table.outertable{
height:700px;
border:none
}

table.outertable td{
border-bottom:solid #000000 2px;
}

table.innertable{
width:950px;
border:none
}

table.innertable td{
border-left:solid #000000 1px;
border-bottom:none;
}

.footer{
display:block;
clear:both;
text-align:right;
}

.header{
background-color:#1A1A1A;
background-image:url(../images/header.jpg);
background-position:top left;
}

a:link, a:hover, a:visited{
text-decoration:none;
}

table.noline td{
border:none;
}

#contentTitle{
font-size:16px;
color:#E72936;
font-weight:bold;
margin-left:44px;
}

#contentName{
font-size:16px;
color:#FFFFFF;
font-weight:bold;
margin-left:44px;
}

#contentText{
color:#FFFFFF;
margin-right:30px;
font-size:12px;
}

.red{
color:#E72936;
}