/* At-Rules */
@charset "windows-1252";

body {
margin-bottom : 0;
margin-left : 10px;
margin-right : 0;
margin-top : 30px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: normal;
line-height: normal;
color: black;
background-image:url('images/Top_bg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
}

}

a.text {font: normal normal medium; font-family: Verdana; font-stretch: normal}
/* standaard link */
a {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.9em;
color: navy;
text-decoration: bold;
} 

a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.9em;
text-decoration: none;
color: black
}
a:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.9em;
text-decoration: none;
color: red
}

a:active {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 0.9em;
text-decoration: none;
color: red
}

p{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.9em;
text-decoration: none;
color: black
}
h1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.1em;
text-decoration: none;
color: black
}	
h2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.em;
text-decoration: none;
color: black
}
table{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1em;
text-decoration: none;
color: black
}	
td{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1em;
text-decoration: none;
color: black
}		

ol{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: none;
font-size: 0.9em;
text-decoration: none;
color: black
}			

#Container {
	background-repeat: no-repeat;
	height: 206px;
	width: 299px;
	margin-right: auto;
	margin-left: auto;
}

.right-element {
   position: absolute;
   right: 0;
   width: 200px;
   text-align: right; /* depends on element width */
   } 


