/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


p{
	padding-top:6px;
	padding-bottom:6px;
}

#hovedSide{
	position:relative;
	margin:0px auto 0px;
	width:980px;
	height:735px;
	background-image:url(../bilde/layout.jpg);
	background-repeat:no-repeat;
}

#index{
	position:absolute;
	left:31px;
	top:28px;
	width:207px;
	height:67px;	
}

#kokk{
	position:absolute;
	left:0px;
	top:155px;
	width:303px;
	height:551px;
	background-image:url(../bilde/kokk.jpg);
	background-repeat:no-repeat;
}

#hovedMeny{
	position:absolute;
	left:299px;
	top:98px;
	white-space:nowrap;
	color:#ffffff;
	cursor:default;
}

#hovedMeny a{
	text-decoration:none;
	color:#ff9999;
}

#hovedMeny a:hover span{
	color:#ffffff;
}

#overskrift{
	position:absolute;
	left:296px;
	top:199px;
}

#tekst{
	position:absolute;
	left:309px;
	top:252px;
	width:480px;
	color:#000000;
}

#bilde{
	position:absolute;
	left:309px;
	top:200px;
	width:480px;
	color:#000000;
}

#tekst a{
	text-decoration:none;
	color:#0000FF;
}

#tekst a:hover{
	text-decoration:underline;
}


#kontakt{
	position:absolute;
	left:150px;
	top:713px;
	white-space:nowrap;
	color:#ffffff;
}

#kontakt a{
	text-decoration:none;
	color:#0000FF;
}

#kontakt a:hover{
	text-decoration:underline;
}


#menyLayout{
	position:absolute;
	right:0px;
	top:130px;
	width:182px;
	height:576px;
	background-image:url(../bilde/meny_layout.jpg);
	background-repeat:no-repeat;
}

#menyMeny{
	position:absolute;
	left:825px;
	top:151px;
	width:160px;
	text-align:right;
	white-space:nowrap;
	color:#ffffff;
	cursor:default;
}

#menyMeny div{
	padding-bottom:6px;
}

#menyMeny a{
	text-decoration:none;
	color:#980031;
}

#menyMeny a:hover span{
	color:#ffffff;
}


#galleri{
	position:absolute;
	left:309px;
	top:389px;
}

#galleri td{
	padding-right:10px;
	padding-bottom:10px;
}

#galleri img{
	border-color:#980031;
	border-style:solid;
	border-width:3px;
}

#galleri a{
	text-decoration:none;
}

#galleri a:hover img{
	border-color:#ff9999;
}

.hovedPunkt{
	padding-right:15px;
}