html,body {
margin:0px;
padding:0px;
background:url(../images/background_pattern.gif);
font:12px Trebuchet MS, Verdana, sans-serif;
color:#8e2020;
background-color: #FFFFFF;

}

#main {
position:relative;
width: 940px;
left: 50%;
margin-left:-470px;
min-height: 200px;
background-color:#ede6d3;
border-left:1px solid #400000;
border-right:1px solid #400000;

}



#header {
position:absolute;
top: 0px;
left: 0px;
width: 940px;
height: 155px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;

}

#menu {
position:absolute;
background-color:#580000;
background-image:url(../images/bgmenu.gif);
color: #ede6d3;
top:155px;
width:940px;
height:29px;
border-bottom:2px solid #c90000;
font-size:14px;
text-weight:bold;
}

				#menu ul  {
				margin:6px 0 0 5px;
				padding:0;
				list-style:none;
				
				}
					#menu ul li {
					float:left;
					margin-right:0px;
					padding-left: 10px;
					text-transform:uppercase;
					
					
					}
					
							
														
					#menu a {
					color: #ede6d3;
					text-decoration:none;
					
					}
					
					#menu a:hover {
					color: #ede6d3;
					text-decoration:underline;
					}
					
			
				
#content {
	position:absolute;
	left: 0px;
	top: 190px;
	width: 940px;
	background-color:#ede6d3;
	margin: 0 -1px 0 -1px;
	border:1px solid #400000;
	border-top:none;
	
}

#tekst {
	position:relative;
	left: 5px;
	top: 2px;
	width: 500px;
	min-height: 600px;
	padding-left: 10px;
	text-align:justify;
	
	}
	
#tekst_short {
	position:relative;
	left: 5px;
	top: 2px;
	width: 500px;
	min-height: 400px;
	padding-left: 10px;
	text-align:justify;
	
	}


#copy {
	position:absolute;
	left: 50%;
	margin-left: -470px;
	padding-top: 10px;
	margin-top: -37px;
	width: 940px;
	height: 25px;
	
	font-size:11px;
	color:#ada180;
	border-top: 1px solid #ada180;
}
	
	#copy a {
	color: #ada180;
	text-decoration:none;
	}

	#copy a:hover {
	color: #c90000;
	}

#images {
	position: absolute;
	left: 528px;
	top: 29px;
	width: 400px;
	height: auto;
	z-index: 0;
}

	#img1,
	#img2,
	#img3,
	#img4,
	#img5,
	#img6,
	#img7,
	#img8 {
		position: absolute;
		left: 0px;
		width: 192px;
		height: 161px;
		border: 1px solid #c90000;
		
		}
	
	#img2,
	#img4,
	#img6,
	#img8 {
		left: 208px;
		
		}
		
	#img3,
	#img4 {
	top: 177px;
		}
	
	#img5,
	#img6 {
	top: 354px;
		}
	
		
		
#slideshow {
	overflow: hidden;
	position: absolute;
	left: 528px;
	top: 29px;
	width: 400px;
	height: 303px;;
	border: 1px solid #c90000;
}

#slideshow_t {
	overflow: hidden;
	position: absolute;
	left: 528px;
	top: 29px;
	width: 400px;
	height: 568px;;
	border: 1px solid #c90000;
}


	
	
img {
border:none;
}

a {
text-decoration:underline;
color: #8e2020;
}

a:hover {
text-decoration:underline;
color: #c90000;
}
	
#content a:hover img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity:0.6;
  	}
