body {
	background-color:#a6bf7d;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 10px;
	padding: 0px;
}

.aktiviteter {
    margin: 0px 0px;
    overflow: hidden;
    
    }
    
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:10px;
}
p{
	margin: 15px 0px;
}




/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:177px;
	position:fixed;
}




/********************** Top Menu *************************/
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:177px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 12px;
	font-size:12px;
}
#header ul a:hover{
	text-decoration:none;
	color:#a6bf79;
}
#logo_w1,#logo_w2 {
	font-size: 34px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:33px;
}
#logo_w2{
	top:54px;
	left:43px;
}
#header_text {
	top:110px;
	left:53px;
	width:300px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}





/**********************  Side Menu ************************/
#menu ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 12px;
	font-size:12px;
}
#menu ul a:hover{
	text-decoration:none;
	color:#a6bf79;
}




/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#85a157;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:125px;
	margin: 20px 0px 20px 0px;
}

h3{
	color:#85a157;
	font-size:12px;
	text-align:left;
	margin: 0px 0px 5px 0px;
}




/*********************** Meny *************************/
#left {
	float:left;
	width:125px;
	padding: 0px 0px 0px 15px;
	margin-top:210px; /* default 25 px */

}
#left a{
	color:#c77e0c;
	font-size:12px;
	text-decoration:none;
	color:#85a157;
}
#left a:hover{
	color:#a6bf79;
}




/********************** Innhold **************************/
#center {
	float:left;
	width:369px;
	padding: 0px 0px 0px 15px;
	margin-top:210px; /* default 25 px */
	display:inline;
	border-left: #FFF 2px solid;
}
#center a{color:#85a157;
	text-decoration:none;}
	
#center a:hover{color:#c77e0c;}

#photos a{
	margin-right:25px;
}




/********************** Aktiviteter ***********************/
#right {
	float:right;
	width:148px;
	padding: 0px 5px 0px 15px;
	margin-top:210px; /* default 25 px */
	border-left: #FFF 2px solid;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

#space{
	margin: 3px 0px 0px 0px;
}

#space2{
	margin: 2px 0px 0px 0px;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	font-size:10px;
	color:#85a157;
	width:717px;
	text-align:center;
	padding: 10px 0px;
}

#footer a{
	color:#85a157;
	text-decoration:none;
}
#footer a:hover{
	color:#e3e5db;

}


.styretPic {
    border-style: solid;
    border-color: white;
    border-width: 2px;
}

/********************** Cal ***************************/

.entryDate .month {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 11 0 2px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.entryDate .day {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: 50px;
    padding-bottom: 11px;
    padding-top: 2px;
}

.entryDate {
    background-image: url(images/cal.png);
    background-repeat:no-repeat;
    margin: 0 5px 5px 0;
    width: 50px;
}

.main-pic {
    margin: 0 14px 6px 0;   
}

