body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
a.not:hover {
	border:	none;
}
h1 {
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: -200px;
}
h2 {
	font-size: 13px;
	color: #A8A89D;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	color: #A8A89D;
	color: #52524C;
	margin: 0 0 5px 0;
	padding: 0px;
}
h4 {
	font-size: 10px;
	color: #A8A89D;
	margin: -30px 0 0 0;
	padding: 0 0 20px 0;
	text-align: right;
}
#hele {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#helepost {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#topper {
	height:	160px;
}
#venstre {
	width: 900px;
	float: left;
}
#hoyre {
	width: 40px;
	float: left;
	margin-left: 20px;
}
#bunn {
	margin-bottom: 10px;
	text-align:	right;
}
#bunn a:hover {
	border:	none;
	color: #333;
}

.sammendrag {
	margin:	0 0 10px 0;
}
.sammendrag a {
	text-decoration: none;
	color: #A8A89D;
}
.sammendrag a:hover {
	text-decoration: none;
	border:	none;
	color: #A8A89D;
}

#tab1 {
	width:	50px;
	float:	left;
	margin-bottom:	10px;
}
#tab2 {
	width:	50px;
	float:	left;
	margin-left:	5px;
	margin-bottom:	10px;
}
#tab3 {
	width:	65px;
	float:	left;
	margin-left:	5px;
	margin-bottom:	10px;
}
#tab4 {
	width:	250px;
	float:	left;
	margin-left:	5px;
	margin-bottom:	10px;
}
#lenke1 {
	width:	175px;
	float:	left;
	margin-bottom:	10px;
}
#lenke2 {
	width:	255px;
	float:	left;
	margin-left:	5px;
	margin-bottom:	10px;
}

img.storbilde {
		border:		1px solid #A8A89D;
		padding:		2px;
}
.fotograf {
	font-family:	 	arial, sans-serif;
	text-align: right;
	margin:	0 0 10px 0;	
}

.strek {
	clear: both;
	background-color: #A8A89D;
	height: 1px;
	width: auto;
	margin-bottom: 10px;
}
.utvalgt {
	color: #F65C41;
}
.tittel {
	float: left;
}
.dato {
	text-align: right;
}
.merher {
	font-family:	 	arial, sans-serif;
	margin: 		 		10px 0 10px 10px;
}
.merher a {
	margin:			0 5px 0 5px;
}
.skriver {
	display:	none;
}
.hvit {
    font-size: 			10px;
    color: 			#ffffff;
    font-family: 		verdana, arial, geneva, sans-serif
}
td.text {
               color:                          #666;
               background:                     #FAFAEF;
}

.flpicri {
    float:              right;
    font-size:  		x-small;
        padding:    		10px 0 10px 10px;
        font-family: 	arial, sans-serif;
}
.flpicle {
    float:              left;
        font-size:      x-small;
        padding:        10px 10px 10px 0;
        font-family: 	arial, sans-serif;
}

.puzpic {
    	float:         	left;
	text-align:	right;
	width: 		420px; 
}

a.tittelen {
	font-size:	12px;
}
.channel {
	font-size:	10px;
	color:		black;
}
#kalenderting {
width: 400px
float:left;}
#cal1Container {
width: 200px
float: left}
#selDay1 {
float: right;
text-align: right;
width: 200px;
margin-right: 10px
}



// -----------------------------------------------------------------
// bare bokser::
//
        #mainContainer{
                width:100%;
                margin:0 auto;
                text-align:center;
                height:100%;
                padding-bottom:30px;
        }



	.dragableBox{	/* The RSS box */
		border:1px solid #317082;
		background-color:#FFF;
		margin:5px;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#E2EBED;
		background-color:#DDD;
 		border-bottom:1px solid #317082;
		height:22px;
		font-weight:bold;
		color: #000;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color: #666666;
		text-decoration:underline;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #317082;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#317082;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #317082;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#317082;
		color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:3px double #317082;
		height:16px;
		background-color:#E2EBED;
		background-color:#DDD;
 		border-top:1px solid #317082;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#317082;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:red;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}


.f_box {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #333333;
margin: 3px 0 15px 5px;
float: left;
width: 879px;
}
/* Hides from IE-mac \*/
* html .f_box {
margin: 3px 0 15px 2px;}
/* End hide from IE-mac */
.f_topp {
font-weight:bold;
float: left;
width: 879px;
border:1px solid #317082;
background-color:#DDD
}
.f_midt {
float: left;
width: 879px;
border:1px solid #317082;
}
.f_bunn {
float: left;
width: 879px;
text-align: right;
border:1px solid #317082;
background-color:#DDD
}

.navLink {
font-weight:bold;
text-decoration: none;
}
.navLink:hover {
font-weight:bold;
text-decoration: none;
}

img.ramme{border:1px solid #666;padding:1px}

.padding_t {
padding: 3px 0 5px 15px}
.padding_b {
padding: 5px 15px 3px 0px}
.padding_m {
padding: 11px}
