body {
        background: ;
        background-attachment: ;
        color: ;
        font-family: ;
        margin: 0;
        padding: 0;
		background-image: url(img/topmenuback.jpg);
		text-align: center;
}

.container {
        width: 780px;
		margin: 0 auto; 
        overflow: hidden;
		background-color: white;
		text-align: left;
}

.topmenu {
        width: 780px;
		height: 21px;
        float: left;
        overflow:hidden;
		background-image: url(img/topmenuback2.jpg); 
		text-align: left;
		}
		
.top {
        width: 780px;
		height: 153px;
        float: left;
        overflow:hidden;
		background-image: url(img/topback.jpg); 
		text-align: left;
}

.nav {
        width: 190px;
        float: left;
        overflow:hidden;
		background-image: url(img/navback.jpg); 
height: expression( this.scrollHeight < 799 ? "800px" : "auto" ); /* min-height voor IE */  
min-height: 800px;   
		text-align: left;

}

.content {
        width: 590px;
        float: right;
        overflow:hidden;
		background-color: white;
		height: expression( this.scrollHeight < 799 ? "800px" : "auto" ); /* min-height voor IE */  
min-height: 800px;   
		text-align: left;
}

p {
color:black; 
text-wrap: suppress;
font-size: 12px; 
font-family: Arial, sans;
margin-left: 40px; 
width: expression( document.body.clientWidth > 329 ? "330px" : "auto" ); /* sets max-width for IE */
max-width: 330px; /* this sets the max-width value for all standards-compliant browsers */

} 

p.artiest{
width: expression( document.body.clientWidth > 429 ? "430px" : "auto" ); /* sets max-width for IE */
max-width: 430px; /* this sets the max-width value for all standards-compliant browsers */
}


p.contactnormaal {
color:black; 
font-size: 12px; 
font-family: Arial, sans;
margin: 0em 3.5em 0px 40px; 
width: expression( document.body.clientWidth > 321 ? "320px" : "auto" ); /* sets max-width for IE */
max-width: 320px; /* this sets the max-width value for all standards-compliant browsers */

} 

p.contactdik {
color:black; 
font-size: 12px; 
font-family: Arial, sans;
margin: 15px 3.5em 0px 40px; 
font-weight: bold;
width: expression( document.body.clientWidth > 321 ? "320px" : "auto" ); /* sets max-width for IE */
max-width: 320px; /* this sets the max-width value for all standards-compliant browsers */

} 

p.dik {
color:black; 
font-weight: bold;
font-size: 12px; 
margin: 0px 0px 0px 40px; 
font-family: Arial, sans;
width: expression( document.body.clientWidth > 329 ? "330px" : "auto" ); /* sets max-width for IE */
max-width: 330px; /* this sets the max-width value for all standards-compliant browsers */
} 

p.streepje {
color:#D60309; 
font-weight: bold;
font-size: 18px; 
font-family: Arial, sans;
margin: 0em 0em 0px 10px; 
} 

p.menuboven {
color:white; 
font-weight: bold;
font-size: 18px; 
font-family: Arial, sans;
margin: 0em 0em 0px 10px; 
} 

a.menuboven:link, a.menuboven:visited{
color:white; 
font-weight: bold;
font-size: 18px; 
font-family: Arial, sans;
margin: 0em 0em 0px 0px; 
text-decoration:none;
}

a.menuboven:hover , a.menuboven:focus{
color:white; 
font-weight: bold;
font-size: 18px; 
font-family: Arial, sans;
margin: 0em 0em 0px 0px; 
text-decoration:underline;
display: inline-block;

}

a.tekstlink:link, a.tekstlink:visited{

color:black; 
font-size: 12px; 
font-family: Arial, sans;

font-weight: bold;
color:#D60309; 
text-decoration:none;
display: inline-block;



}

a.tekstlink:hover , a.tekstlink:focus{

color:black; 
font-size: 12px; 
font-family: Arial, sans;

text-decoration:underline;
font-weight: bold;
color:#D60309; 
*/

}

h1 {
color:black; 
font-weight: bold;
font-size: 22px; 
font-family: Arial, sans;
margin: 15px 3.5em 15px 40px; 
} 

img.left { 
float: left;
margin: 0px 15px 10px 0px; 
clear: left;
border: 1px solid black; 
}

img.right { 
float: right;
margin: 0em 12px 0.3em 40px; 
clear: left; 
}



