/* CSS - TIlseth Anlegg AS */

* { 
	font-family: 	arial, verdana, helvetica;
}


/* Box design */

#body {
  	background: 	#b7bcb8 url(../images/bg_rep.jpg) repeat-x; 
  	text-align:	center;
} 

#wrapper {
	width:		847px;
	margin:		0 auto;
	margin-top:	10px;
}

#container {
	width:		847px;
	background:	url(../images/body_rep.jpg) repeat-y;
	float:		left;
} 

#header {
	background:	url(../images/header.jpg) no-repeat;
	height:		173px;
	width:		100%;
}

#main {
	width:		817px;
	float:		left;
	padding-left:	30px
}

#menu {
	width:		180px;
	float:		left;
	text-align:	left;  
	position:	relative; 
	min-height: 	350px; 
	height: 	auto !important; 
	height: 	350px;
}

#contact {
	position: 	absolute;
	bottom: 	0px;
	left: 		0px; 
} 

#content { 
	width:		605px;  
	float:		left;
	text-align:	left; 
}

#footer {
	background:	#b7bcb8 url(../images/footer.jpg) no-repeat;
	width:		847px;
	height:		10px;
	padding-top: 	35px;
	text-align:	center;
	clear:		both;
}


/* Admin */

.greyBox { 
	background-color: 	#F7F7F7; 
	border: 	2px solid #FFFFFF; 
	padding: 	5px; 
	margin-bottom: 	10px; 
}

.greyBoxTD { 
	background-color: 	#F7F7F7; 
	border-left: 	2px solid #FFFFFF; 
	border-right: 	2px solid #FFFFFF; 
	padding: 	0px 5px 0px 5px;
}


/* Menu design */

.menuFlatTop { 
	float:		left; 
	background:	url(../images/menu-deactive.gif) left 3px no-repeat;
	cursor:		pointer; 
	text-decoration:	none;  
	margin-right:	28px;
	padding-left:	15px;  
}

.menuFlatTop_a { 
	float:		left; 
	background:	url(../images/menu-active.gif) left 3px no-repeat; 
	cursor:		pointer; 
	text-decoration:	none;  
	margin-right:	28px;
	padding-left:	15px; 
}   


/* Text design */  

td {
	font-family: 	arial, verdana, helvetica;
	font-size:	10pt; 
	padding-bottom:	3px;
}

.normalHeaderText { font-family: verdana; font-size: 14px; color: #333333; font-weight: bold; }
.normalText { font-size: 10pt; }
a.normalText { text-decoration: none; color:black; } 
a.normalText:hover { text-decoration: underline; }

.headerText { font-size: 18px; font-weight: bold; }  
.introText { font-size: 12px; font-weight: bold; }

.menuText { font-family: verdana; font-size: 12px; font-weight: bold; color: #323232; text-decoration: none; }
.menuText_a { font-family: verdana; font-size: 12px; font-weight: bold; color: #323232; text-decoration: none; } 

.subMenuText { font-family: arial; font-size: 12px; font-weight: bold; color: #323232; text-decoration: none; }
.subMenuText_a { font-family: verdana; font-size: 12px; font-weight: bold; color: #323232; text-decoration: none; }

.newsHeaderDate { font-size: 12px; color:#2c383c; }
.newsHeaderText { font-size: 11px; color: #2c383c; font-weight: bold; }
.newsText { font-size: 11px; color: #2c383c; }
a.newsText { color: #2c383c; text-decoration: none; }
a.newsText:hover { text-decoration: underline; }

.footerText { font-family: verdana; color:#ffffff; font-size:10px; text-decoration:none; }
a.footerText:hover { text-decoration:underline; }

.adminHeaderText { font-family: arial, verdana, helvetica; font-size: 16px; font-weight: bold; }
.adminText { font-size: 12px; }
a.adminText { text-decoration: none; color:#000000; }
a.adminText:hover { text-decoration: underline; color:#000000; }

.articleText { font-size: 12px; } 
.authorText { font-size: 10px; text-align: right; } 