/* CSS Document */
body { background-image:url(../images/background2.jpg);
	   background-repeat:no-repeat;
	   background-position:center;
       background-attachment:fixed;
	   background-color:#FFFFFF;
	   font-family:Arial, Helvetica, sans-serif;
	   }

div#container  { 
				display:block;
				width:675px;
				background-image: url(../images/backgr60.png);
	   			background-repeat: repeat;
				/*filter: alpha(opacity=75); /* IE's opacity*/ 
    			/*opacity: 0.75;*/
				margin-left:auto;
				margin-right:auto;
				}
				
.pageblok {		display:block;
				background-image:url(../images/backgr80.png);
	   			background-repeat: repeat;
				margin-top:10px;
				padding:10px;
}
				
.kop { 			margin-top:10px;
				padding:10px;
				color:#000066;
				font-size:22px;
				font-weight:bold;
				border:solid 2px #8D6BC7;
				border-bottom-style:1px solid #8D6BC7;
				border-left-style:1px solid #8D6BC7;
				border-top-style:hidden;
				border-right-style:hidden;
}

.quote {		display:block;
				background-image: url(../images/backgr80.png);
	   			background-repeat: repeat;
				margin-top:10px;
				padding:10px;
				width:auto;
				clear:both;
				text-align:justify;
				/*background-color:#EBECFD; */
				color:#000066;
				border:1px solid #8D6BC7;
				font-size:14px;
				font-weight:bold;
			
				}
			
				
.content { 	    display:block;
				background-image: url(../images/backgr80.png);
	   			background-repeat: repeat;
				margin-top:10px;
				padding:10px;
				width:auto;
				clear:both;
				text-align:justify;
				color:#000;
				border:solid 2px #8D6BC7;
				border-top-style:hidden;
				border-right-style:hidden;
				font-family:Arial;
				font-size:12px;
				  
				}

p.colstijl { 	display:block;
				background-image: url(../images/backgr80.png);
	   			background-repeat: repeat;
				text-align:left;
				float:inherit;
				width:260px;
				padding:10px;
				margin-left:0px;
				border-left:1px solid #333;
				border-top:1px solid #000;
				border-right:0px solid #666;
}

.bio1 {		display:block;
				float:left;
				width:300px;
				}
				
.bio2 {		display:block;
				float:right;
				width:370px;				
				}
hr { 			border:0,5em solid #000;
 				margin-top:8px; 
				margin-bottom:2px;
  				clear:both;
}
.fotoblok {		display:block;
				background-color:#8D6BC7;
				width:auto;
				float:left;
				padding:10px;
				border-left:1px solid #333;
				border-top:1px solid #666;
				border-right:1px solid #333;
}


a:link {color:#0033CC; text-decoration:none}
a:visited {color:#0033CC; text-decoration:none}
a:active {color:#0033CC; text-decoration:none}
