@charset "utf-8";
/* CSS Document */

/* GLOBAL */
body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a
{
	color: #999999;
	text-decoration: none;
}

img
{
	border: 0;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* MAIN DIVS */

.main
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.top
{
	/*width: 1000px;*/
	/*height: 101px;*/
	margin-top: 0;
	margin-bottom: 10px;
}

.content
{
	/*width: 1000px;*/
}

.middle
{
	/*width: 1000px;*/
	margin-bottom: 5px;
}

.bottom
{
	/*width: 1000px;*/
	margin-bottom: 5px;
}

.contact
{
	position: absolute;
	background: url(../gfx/blue-stripe.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}
/* ANDRE DIVS */

.logo
{
	float: left;
	width: 222px;
	height: 83px;
	background: url(../gfx/hitra-laks-logo.gif);
	background-repeat: no-repeat;
	
}

.menu
{
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	text-align: center;
}

.hitra_naar_du_vil
{
	float: right;
	width: 117px;
	height: 50px;
	margin-top: 15px;
	background: url(../gfx/hitra-naar-du-vil.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	
}

/* MENY DIVS */
.menu_item
{
	float:left;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #999999;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}
.menu_item a
{
	color: #999999;
}
.menu_item a:hover
{
	color: #000000;
	text-decoration: underline;
}

.menu_active_item
{
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}
.menu_active_item a
{
	color: #000000;
}
.menu_active_item a:hover
{
	text-decoration: none;
}

.menu_blue_box
{
	float: left;
	width: 15px;
	height: 25px;
	background: url(../gfx/blue-box.gif);
	background-repeat: no-repeat;
}

/* DIV FLOATS */

.venstre_fl
{
	float: left;
	width: 320px;
}
.midt_fl
{
	float: left;
	width: 320px;
	margin-left: 20px;
}
.hoyre_fl
{
	float: right;
	width: 320px;
}

.clear
{
	clear: both;
	overflow: hidden;
	height: 1px;
}