body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
  margin-left: 23%;
  width: 780px;
}

#header {
  background: url('images/index01.jpg') no-repeat;
  width: 780px;
  height: 187px;
}

#header h3 {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:73px;
  padding-top:25px;
  color: #FFFFFF;
  font-size:18px;
}

#header h4 {
  margin-left:105px;
  margin-top:2px;
  color: #c6ccc2;
  font-size:15px;
}

#header h1 {
  margin-left:10px;
  margin-top:110px;
  color: #FFFFFF;
  font-size:80%;
}

#header h1 a {
  color: #FFFFFF;
}

.meny {
  height: 37px;
  width: 80px;
  text-align:center;
}

.meny a {
  text-align:center;
  line-height: 35px;
  color: #375e87;
  font-size: 100%;
  font-weight: bolder;
  text-decoration: none;
}

.meny a:hover {
  text-decoration: underline;
}

.SideTitle {
  font-weight: bold;
  color: #D1D4E9;
  line-height: 25px;
  font-size:120%;
}

.ContentTitle {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
  font-size:130%;
}

.Content {
  padding: 15px 15px 15px 15px;
}

.SideBarContent {
  padding: 15px 15px 15px 15px;
}

.SmallLink {
  height: 22px;
  width: 81px;
  background: url('images/index17.gif') no-repeat;
  margin-bottom: 10px;
  text-align:center;
  padding-top:3px;
}

.footer {
  width: 780px;
  background: url('images/index37.gif');
  height: 37px;
  text-align:center;
  font-weight:bold;
}

.footer img {
  width: 3px;
  height: 37px;
  margin-left:10px;
  margin-right:10px;
}

.footer a {
  font-weight:bold;
  line-height: 30px;
  margin-left:10px;
  margin-right: 10px;
}

.select1 {
	width: 110px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

.input1 {
	width: 155px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #D1D4E9;
	line-height: 35px;
}

.text2 {
	color: #454547;
}

.text3 {
	color: #D79200;
}

a {
	color: #D79200;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

#SearchRes {
  border: 1px dotted #0066FF;
  width: 100%;
}

.SearchLine {
  background: #EEEEEE;
  padding: 2px 1px 2px 1px;
  width:98%;
  margin: 2px 2px 1px 2px;
}

.SearchLine2 {
  background: #EEEEEE;
  padding: 2px 1px 2px 1px;
  margin: 2px 2px 1px 2px;
  width:99%;
}

#SearchValg a {
  text-decoration:none;
}

.SearchLine:hover {
  background: #FFFFFF;
}

.SearchLine2:hover {
  background: #FFFFFF;
}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);
	opacity:0.4;	
	background-color:#AAA;
	z-index:1;
	position:absolute; 
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;
	position:absolute;	
	background-color:#FFF;	
}
.modalDialog_contentDiv_shadow{
	z-index:90;
	position:absolute;
	background-color:#555;
	filter:alpha(opacity=30);
	opacity:0.3;	
}
