body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("gfx/bg_grad.jpg") fixed;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/****   Toppen    ****/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

/***** Hovedside  *****/
#pagecell1{
	position:absolute;
	top: 100px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	font-size: 12px;
	padding: 3px;
}

/**** Annonse   *****/
#annonse {
	float: right;
	width: 130px;
	padding: 2px;
}

/****  regatta  *****/
#regatta {
	float: right;
	width: 20%;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 4px;
/*	background-image: url(gfx/Sail_Genoa2.jpg); 
	background-repeat: no-repeat;
	background-position: center;  */
	
}

#regatta .rheading {
	font-size: 14px;
	color: #000033;
	font-weight: bold;
}

#regatta a:link, #regatta a:visited {
	font-weight: bold;
}

#regatta a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

/***  Byfjordtrimmen ***/
#btRight {
	float: right;
	width: 190px;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 4px;
	background-image: url(gfx/Sail_Spinn.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

#btRight .btheading {
	font-size: 14px;
	color: #000033;
	font-weight: bold;
}

#btRight a:link, #btRight a:visited {
	font-weight: bold;
}

#btRight a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}


h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

/****  headers  

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
*****/

/*****  News   ****/
.nheader {
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}

.nmainheader {
	font-size:20px;
	color: #CC6600;
}

/*****   Menyen  *****/
#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("gfx/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 14px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("gfx/glblnav_selected.gif");
	text-decoration: none;
}


/*****   til hjorner   ****/
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/***   Forum   ***/
#forum {
	float: left;
	width: 300px;
	border: 1px solid #666666;
	color: #666666;
}

#forum .innlegg {
	font-size: 80%;
	font-weight: bold;
}

/**** Diverse  *****/
#bt {
	position: absolute;
	top: 16px;
	right: 0px;
	color: #99CCFF;
	font-weight: bold;
	font-size: 75%;
}

a.btlink, a.btlink:visited {
	color: #99CCFF;
}

a.btlink:hover {
	background-color: #99CCFF;
	color: #666666;
	text-decoration: none;
}

.utheving {
	font-weight: bold;
	color: #000000;
}

