html {
 margin: 0;
 border: 0;
 padding: 0;
}

body {
/* background-image:url('../images/bg_tile_stripe_2.jpg'); */
 margin: 0;
 padding: 0;
 border:0;
 font:10pt arial;
}

#wrapper_border {
 width:100%;/*720px;*/
}

#wrapper {
 width:100%;/*720px;*/
 background-color:white; /* This is the background-color (side_menubar will be this color) */
}

#wrap {
margin:0 auto;
width:100%;/*700px;*/
background-color:white;
}

#content_1 {
float:left;
background-color:yellow;
width:58%;
padding:5px;
}

#content_2 {
float:left;
padding-top:10px;
padding-bottom:10px;
width:100%;
overflow-x:hidden;
}

#vanmetre1 {
width:100%;
overflow-x:hidden;
background-color:white;
background-image:url('../images/grad_topbar.gif');
background-repeat:repeat-x;
}

#vanmetre2 {
width:100%;
overflow-x:hidden;
background-color:transparent;
background-image:url('../images/left_column.gif');
background-repeat:repeat-y;
}

#left_column{
 float:left;
 width:246px;
 font:0px;
}

#left_column img{
 width:246px;
 background-color:#f3f3f3;
}

#right_content{
 width:500px;
 float:left;
}

#paper_wrapper_content {
width:100%;
background-color:white;
}

#foil_wrapper_content {
float:left;
width:100%;
height:100%;
background-color:white;
overflow-x:hidden;
}

.clsLink a{
 font:11pt times;
 color:#4d4d4f;
 text-decoration:none;
}

.clsLink a:hover{
 font:11pt times;
 color:#4d4d4f;
 text-decoration:underline;
}

.clsFooterLink {
 font:9pt arial;
}

.clsFooterLink a{
 font:9pt arial;
 color:#4d4d4f;
 text-decoration:none;
}

.clsFooterLink a:hover{
 font:9pt arial;
 color:#4d4d4f;
 text-decoration:underline;
}

.clsTopMenuBar a{
 text-decoration:none;
 font:bold 9pt times;
 color:#f3f3f3;
}

.clsTopMenuBar a:hover{
 text-decoration:none;
 font:bold 9pt times;
 color:white; 
}

#hometext {
 font:16pt times;
 color:#77787b; 
 text-align:center;
 margin-bottom:20px;
}
