@charset "utf-8";
/* CSS Document */
body {
	/*background-image:url(http://lh6.ggpht.com/_4nNR7gWt2ag/Rs3o0bB7doI/AAAAAAAAAGI/RbeqxB8LuzM/IMG_0020_edited.jpg) ;*/
	background-repeat:no-repeat;
    font: 13px Verdana, Arial, sans-serif;
	background-color:#ffffff;
    color: #000000;
    padding: 0;
	margin: 0;
}
img{
border:none;
}

p {
	padding:10px;
}
h1 {
	padding:10px 0 10px 0;
}
h2 {
	padding:10px;
}
h3 {
	padding:10px;
}
a {
	
	color:#fff;
}
a:hover {
	
	color:#CCCCCC;
}
#giddcontainer {
	width: 908px;
    margin: 0 auto;
	padding:0;
	}
	
#main {

	background-image: url(bgredgidd.jpg);
    width: 908px;
	height:532px;
	margin:0;
	margin-top:50px;
	padding:0;
	position: relative;
	}
#innhold{
	position: relative;
	width:850px;
	padding:10px;
	height: 480px;
	float:right;
	padding:-left:30px;
	/*margin-left:30px;*/
	
}
#home {
	position:absolute;
	left: 80px;
	top: 440px;
	font: 17px Verdana;
	float:left;
	}
#home span{
display: none;
position: absolute;
}
#home a:hover span {
	display: block;
}
#home-gidd span {
	background: url(images/deoss.gif) no-repeat;
	width: 97px;
	height: 37px;
	top: 0px;
	left: 300px;
}
#nav {
	position:absolute;
	right: 80px;
	bottom: 55px;
	font: 17px Verdana;
	float:right;
	width:250px;
	}
	
#nav li {
	background: none;
	float: left;
	padding: 0;
	padding-right:10px;
	width: 250;
	text-align: center;
	list-style: none;

}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}
#nav-folio span {
	background: url(images/folio.gif) no-repeat;
	width: 168px;
	height: 41px;
	bottom: 25px;
	right: 20px;
}
#nav-oss span {
	background: url(images/oss.gif) no-repeat;
	width: 85px;
	height: 26px;
	top: -25px;
	right: 30px;
}

#nav-kontakt span {
	background: url(images/snakkes.gif) no-repeat;
	width: 60px;
	height: 35px;
	bottom: 25px;
	right: 0px;
}

#oss{
	position:absolute;
	top:181px;
  float: left;
  text-align: left;
}
#osstext{
color:#000000;
font-weight:500;
width:500px;
float:right;
padding-right:70px;
padding-top:30px;

}
#kontakt{
float:left;

}

/*********************kontakt**********************/
.notification_error
{
margin:10px;
height: auto;
width: 270px;
padding: 4px;
background:#990000;
text-align: left;

}

.notification_ok
{
margin:10px;
height: auto;
width: 270px;
padding: 8px;
background:#00CC00;
text-align: center;

}

#info_fieldset { 
	
	
	
	margin: 15px 10px 10px 100px;
  	
 	height: 370px;
  	width: 305px;
	float:left;
 }
#fields{
	margin-left:15px;
	margin-top:20px;


}
#info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

/*padding: 2px 5px 2px 5px;*/

}

.button
{
text-align:center;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;


}

/* Label */
label  {
	width: 65px; 
	padding-left: 0px; 
	margin: 5px; 
	float: left; 
	text-align: left; 
	font-weight:bold; }

/* Input, Textarea */
.textbox{width:439px;}
.submitButton{
margin-left:180px;
border:none;
background-image:none;}
input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#290018;
	padding:12px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input  {
	background-image: url(images/inputbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
	
}
textarea{
	background-image: url(images/textbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 9px;
	padding-bottom: 10px;
	font-size:1em;
	height:128px;
	}
