
h1,	h1.kop1Titel, h1.xtra-kop1TitelOfToc
{
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 170%;
	font-weight: bolder;
	font: georgia;
}

h2,	h2.kop2, h2.kop2TOC, h2.kop2NavTOC,
	h2.numKop2, h2.numKop2TOC, h2.xtra-kop2DocId
{
	margin-left: 0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: bolder;
}

#canvas {
	width:1000px;
	margin:0 auto;
	max-width:1280px; not IE 6 compatible*/
}

#header{
	font: georgia;
	margin-top: 20px;
	white-space: nowrap;
	width: 97.8%;
	padding: 0% 1% 0% 1%;
	height: 100px;
	text-align: left;
}

#middle1Col, #middle1Col_noedit, #right2Col, #right2Col_noedit, #left2Col, #left2Col_noedit, #middle3Col, #middle3Col_noedit, #right3Col, #right3Col_noedit, #left3Col, #left3Col_noedit{
	margin-right: 0px;
	margin-top: 5px;
	text-align: left;
	word-wrap: break-word;
	min-height: 400px;
	padding: 0% 1% 0% 1%;
	position: relative;
}
		
#middle1Col, #middle1Col_noedit{
	width: 97.8%;
	float: left;
}

#left2Col, #left2Col_noedit{
	width: 29%;
	float: left;
	}	

#right2Col, #right2Col_noedit{
	float:right;
	width:66%;
	background-image: url('images/bg.jpg'); background-repeat: no-repeat

}

#mainContent{
	float: left; width: 66%
}

#left3Col, #left3Col_noedit{
	float: left; width: 47%
}	

#middle3Col, #middle3Col_noedit{
	float: right; width: 47.3%
}


#right3Col, #right3Col_noedit{
	float: right; width: 31%
}

		
#footer{	                  
    width: 99.8%;
    left: 0px;                                
   	clear:both; 
   	text-aling: right;
}
		
      
html, body{			
	font: 12px/16px georgia;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 0em;
	background-color:#8B7F6E;
/*	background-image: url('images/bg.jpg'); background-repeat: no-repeat */
}

#header{
	background-image: url('images/logo_blokken.jpg'); 
	background-repeat: no-repeat;
	background-position: right;
	height: 126px;
}

	
#middle1Col, #middle1Col_noedit, #right2Col, #right2Col_noedit, #left2Col, #left2Col_noedit, #middle3Col, #middle3Col_noedit, #right3Col, #right3Col_noedit, #left3Col, #left3Col_noedit, #header{
	border: 1px solid #666;
	background-color: #fff; /*background color of content*/
}      
p.menu
{
	line-height: 70%;
}
      
A:link {text-decoration: underline; color: #283991;}
A:visited {text-decoration: none; color: #283991;}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: #736048;}


<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 20px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: relative;
left: 170px; /*position where enlarged image should offset horizontally */

}

</style>
