﻿.thumbnail
{
         float: middle;
         width: 10%;
		 margin: 30px 0px 0px 0px;
         background-color: #d6e4e5;
         position: absolute;
		 top: 190px;
		 right: 328px;
		 
}

.clearboth {clear: both;}

.floatright
       {
         float: right;
         width: auto;
         margin: 0 4px 10px 8px;
         background-color: #000066;
         padding: 10px;
         border-top: 3px solid #999;
         border-right: 5px solid #555;
         border-bottom: 5px solid #555;
         border-left: 3px solid #999;
}
div.floatright img 
{ 
         border-top: 5px solid #555;
         border-right: 4px solid #999;
         border-bottom: 4px solid #999;
         border-left: 5px solid #555;
}

.floatleft
       {
         float: left;
         width: auto;
         margin: 0 4px 10px 8px;
         background-color: #000066;
         padding: 5px;
         border-top: 4px solid #999;
         border-right: 5px solid #555;
         border-bottom: 5px solid #555;
         border-left: 4px solid #999;
}
div.floatleft img 
{
         border-top: 5px solid #555;
         border-right: 4px solid #999;
         border-bottom: 4px solid #999;
         border-left: 5px solid #555;
}

p { margin-top: 0; }
	


table { margin: 0px auto; } 

div {
     color: #e9e9e9;
     font-family: Karla, Tahoma, Arial, sans-serif;
     font-size: 0.8em;
     font-weight: bold;
     text-align: center;
	 
}



P { 
    color:#000066;
    font-family: Karla, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    text-indent: 2px;
    margin-left: 6px;
    margin-right:6px;
}


html {
background: #fff;;
}

	
.container{
			width:1024px; 
			background-color: #fff;
			background-image:url('achtergrond/misc304.jpg');
        	margin: 0 auto;

}
.header{background-image:url('achtergrond/logo-vinyl.gif') no-repeat;}

body {  
  	background:#fff;
	
}


h1, h2, h3 { 

	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000066;
}

h1, h2, h3, h4, h5, h6{
		color:#000066;
}
h1 {
    font-size:1.5em;
    text-transform: uppercase;
   	font-weight: bold;	
    text-align:center;
	
}

h2 {
    font-size:1.5em;
	font-weight: bold;
    text-align:center;
}
h3 {
    font-size:1.0em;
	font-weight: bold;
    text-align:center;

}
} h4, h5, h6 {
	font-family: Karla, "Times New Roman", Times, serif;
}
h4 {
    font-size: 1.0em;
	text-align:left;

}

h5 {
    font-size: 0.9em;
	text-align:left;
}

h6 {
	
	font-size: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1px;
    }

A  { 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000066;
    font-size:0.9em;
    font-weight:bold; 
    text-decoration:none;       
}



A:link	  { text-decoration:none;
            color: #666;
}         
A:visited { text-decoration:none;
            color: #000066;
}
A:hover   { text-decoration:underline;
            color: #999;
}
A:active  { text-decoration:none;
            color:#444;
}