/* CSS Document */

body{
	background-color:#ebebeb;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	text-align:center;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	}
#head{
	height:198px;
	width:862px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	vertical-align:top;
	padding-top:105px;
	display:block;
	}
#head a{
	text-decoration:none;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:4px;
	padding-bottom:5px;
	padding-top:5px;
}
#head a:hover{
	text-decoration:none;
	color:#000000;
	background-color:#f6aa13;
	height:30px;
	display:compact;
}
#info{
	height:180px;
	width:862px;
	}
#content{
	height:200px;
	width:862px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	}
#tekst{
	width:522px;
	padding:10px;
	padding-top:20px;
	text-align:justify;
	font-size:11px;
	vertical-align:top;
	}
#tekst h1{
	font-size:14px;
	font-variant: small-caps;
	}
#tekst h2{
	font-size:14px;
	font-variant: small-caps;
	color:#66abdd;
	text-align:justify;
	font-weight:bolder;
	}
#tekst a{
	color:#f6aa13;
	text-decoration:none;
}
#tekst a:hover{
	color:#f6aa13;
	text-decoration:underline;
}
#gal{
	width:320px;
	text-align:center;
	vertical-align:top;
	}
#slide{
	vertical-align:top;
	padding-top:70px;
	}
#footer{
	height:48px;
	width:862px;
	background-image:url(images/bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	}
#footer a{
	text-decoration:none;
	color:#000000;
	}
#footer a:hover{
	text-decoration:none;
	color:#65abde;
	}
	
:focus
{
outline:none;
}

.contact a:link, .contact a:visited
{
	color:#000;
	text-decoration:underline;
	}

.contact a:hover
{
	color:#000;
	text-decoration:none;
	}
