@import url("form.css");

* { 
	margin:0;
	padding:0;
	}

body {
	text-align:left;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:19px;
	background:url(../gfx/bg1.jpg) #061216 no-repeat center 60px;
	text-shadow: 1px 1px #1e1e1e;
	}
	
#wrapper {
	 margin: 0 auto;
	 width: 100%;
	 overflow: hidden;
	 height:800px;
}	

#logo {
	background:url(../gfx/logo.png) no-repeat;
	width:400px;
	height:150px;
	margin:10px 12px;
	}
#contentfoto {
	padding:0;
	width:50%;
	height:790px;
 	float: left;
}
.foto1 {
	background:url(../gfx/bg_foto1.jpg) right top no-repeat;
}
.foto2 {
	background:url(../gfx/bg_foto2.jpg) right top no-repeat;
}
.foto3 {
	background:url(../gfx/bg_foto3.jpg) right top no-repeat;
}
.foto4 {
	background:url(../gfx/bg_foto4.jpg) right top no-repeat;
}
.foto5 {
	background:url(../gfx/bg_foto5.jpg) right top no-repeat;
}
#minigal {
	text-align:right;
	margin-top:620px;
	height:180px;
	}
#content {
	width:50%;
	float:right;
}
.tekst {
	margin-right:30px;
	padding:10px 10px 10px 20px;
	}

#footer {
	margin:0 auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	width:800px;
	height:100px;
	padding:20px 0;
}
#footer .fL {
	width:360px;
	text-align:left;
	float:left;
}
#footer .fR {
	width:200px;
	text-align:right;
	float:right;
}

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
p {
	margin-bottom:15px;
	}
a img {
	border:none;
	outline:none;
	}
a {
	font-weight:bold;
	color:#f58631;
	outline:none;
	text-decoration:none;
	}
a:hover {
	color:#f58631;
	text-decoration:underline;
	}
.pog {
	font-weight:bold;
	}
.clear {
	clear: both;
}
/*--------------------------------- */
#menuBox {
	width:400px;
	height:28px;
	position:relative;
	text-align:left;
	padding-top:32px;
	}
	
#menuBox a, div.active {
	display:block;
	float:right;
	height:28px;
	overflow:hidden;
	}

#menuBox a:hover {
	height:100%; /* ~IE6 has layout */
	}	
	
#menuBox a:hover img, div.active img {
	margin-top:-28px;
	}
	
	
#menu_nav {
	margin: 0 auto;
	height:60px;
	width:800px;
}
.menu {
	padding-top:0px;
	float:right;
	text-align:left;
	width:50%;
}
/*--------------------------------- */
.skrol {
	height:600px;
	overflow:auto;
}

.borImg {
	height:100px;
	border:1px solid #316774;
	margin:0;
	filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
	}
a:hover img.borImg {
	border:1px solid #d6e4e5;
	filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
	}	
