/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../Grafikk/design_element/bg_feade.jpg) repeat;
	text-align: center;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.6em; 
	
	}

#Container {width:650px; margin:auto; text-align:left}
#Logo {text-align:left; position:relative; top:5px; background-image: url(../Grafikk/design_element/BS_1.jpg); width:346px; height:76px  }
#Menu {text-align:right;  position:relative; top:-30px; z-index:99; }
#Image {position:relative; top:-20px; background-image: url(../Grafikk/design_element/gruppe_1_bw_2.jpg); height:267px; width:650px	}
#Image_2 {position:relative; top:43px; left:0px; float:left; background-image: url(../Grafikk/design_element/BS_2.jpg); width:106px; height:625px}
#Content {text-align:left; width:500px; position:relative; left:55px; top:-10px; float:right;}
.img {display:block; float:right; }

/* Formatering */

H1 {font-size: 1.5em; font-weight:normal; border-bottom:#ffffff 1px solid; padding-top: 10px; line-height: 30px; position:relative; left:-80px;  }
H2 {font-size: 1.2em; font-weight:normal; border-bottom:#ffffff 1px solid; padding-top: 10px; line-height: 30px; position:relative; left:-80px;  }
a {color:#ffffff; text-decoration:none; border-bottom: #cccccc 1px dotted;  }
a:hover {background-color:#FF9900}