body {
	background-color: #dddccb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 106%;
}

a {
  color: #CC3333;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
	width: 997px;
	margin: 0 auto;
	
}
#header {
	background-color: #cc3333;
	height: 130px;
	
}
#logo {
	/*background-image:url('http://www.ntl.no/ressurs/orgledd/css/ntl_banner.jpg');
	background-position:left;
	background-repeat:no-repeat;*/
	height: 80px;
	width: 500px;
	float: left;
	background-position: 35px 18px;
	padding: 70px 0 0 190px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;

}
	
}
#headerbanner {
	background-image:url(toppbanner_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 130px;
	width: 350px;
	float: right;
}
#topmenu {
	height: 16px;
        height: 19px;
	border: 2px solid #ccc;
	padding: 2px 2px 2px 25px;
	background-color: #fff;

}
#menu {
	width: 690px;
	float: left;

	
}
#search {
	width: 270px;
	float: right;
	text-align:right;

	
}
#content {
	width: 100%;
	margin: 15px 0 0 0;
}
#footer {
	margin: 15px 0 0 0;
	padding: 2px 0;
	border: 2px solid #ccc;
	background-color: #fff;
	text-align: center;
}

.clear {
	clear: both;
}


#left {
	float: left;
	width: 230px; 
	xbackground-color: #fff; 
	padding: 0;
}
#right {
	float: right; 
	width: 230px; 
	xbackground: #fff;
	padding: 0;
}
#center { 
	xbackground-color: #fff; 
	margin: 0 250px;
	padding: 0 10px;
}

/****************************************** 3-font-sizes **/
div#all_fonts .large {
  font-size: 1.2em;
  text-decoration: none;
}

div#all_fonts .medium {
  font-size: 1em;
  text-decoration: none;
}

div#all_fonts .small {
  font-size: 0.9em;
  text-decoration: none;
}

/****************************************** toppmeny **/
#mainmenu {
  margin: 0;
  padding: 0;
  padding-top: 1px;
  font-size: 1.2em;
  float: left;
}

#mainmenu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  float: left;
}

#mainmenu li {
  margin: 0;
  padding: 0;
}

#mainmenu ul li {
  xline-height: 24px;
  display: inline;
  margin: 0;
}

#mainmenu ul li a {
  font-weight: bold;
  text-decoration: none;
  xpadding: 3px 7px;
  margin-right: 25px;
  color: #999999;
}

#mainmenu ul li a:visited {

}

#mainmenu ul li a:hover {
  color: #CC3333;
  text-decoration: none;
}

#mainmenu ul li.active a {
  color: #CC3333;
  font-weight: bold;
}

/****************************************** boks med shading **/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox_normal {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(http://www.ntl.no/ressurs/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.sidebox_dotted {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(http://www.ntl.no/ressurs/images/sbbody-r-dotted.gif) no-repeat bottom right;
	font-size: 100%;
}


.boxhead {
	background: url(http://www.ntl.no/ressurs/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 {
	background: url(http://www.ntl.no/ressurs/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 13px 15px 5px 15px;
	color: black;
	text-align: left;
	font-family:Verdana; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1em;
height:25px;

}
.boxbody {
	background: url(http://www.ntl.no/ressurs/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 15px 25px 15px;
}

.article p {
  padding: 0;
  margin: 0;
}

.boxbody a {
  font-weight: bold;
  text-decoration: none;
}

.boxbody a:hover {
  text-decoration: underline;
}

.boxbody .title {
  display: block;
  margin-bottom: 5px;
}

.boxbody hr {
  color: #666666;
  background-color: #666666; 
  border: 0; 
  height:1px
}

.boxbody h4 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.boxbody .date {
  font-weight: bold;
  color: #999999;
}

.boxbody .readmore {
  line-height: 16px;
}

