*
{
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	color: #666;
	background-color: FFFFFF;
	background-image: url(../images/rdu.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top left;
	
	
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 16px;
	
}

h3 {
}

a {
	color: #F00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#main, #logo, #menubar, #site_content, #footer
{ 
  background-color:#666}

#header
{
	background: #FFF;
	width: 900px;
	height: 240px;
	margin: 0 auto;
}
	

#menu {
	width: 240px;
	height: auto;
	padding-top: 20px;
	
}
#menu ul {
	padding-left:inherit;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: block;
	float: left;
	border-bottom: dashed #FFF;
	
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	width: 170px;
	padding: 15px 20px 0px 20px;
	background: #ECECEC;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color: #666;
}

#menu a:hover {
	text-decoration: none;
	background: #666;
	color: #FF0000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	}

#menu .current_page_item a {
	background: #666;
	color: #FF0000;
}




#site_content
{ width: 900px;
height: 690px;
  overflow: hidden;
  margin: auto;
  background: #FFF ;
  } 
 
  
  
#images
{
	width: auto;
	margin-left: 220px;
	}
  
#tekst
{
	width: auto;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin-left:220px;


	}
#border
{
	background: #F00;
	width: auto;
	padding-bottom: 15px;

	}

#footer
{
	width: 100%;
	font: normal 10px arial, sans-serif;
	height: 33px;
	padding: 24px 0 5px 0;
	text-align: center;
	background: #666;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: static;

}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}
