body {
	background-image: url("/media/66/topbag.gif");
	background-repeat:repeat-x;
	background-position:top center;
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Calibri;
	font-size:14px;
}
a {
	color:#58b57f;
}
a:hover {
	color:#605e56;
}
.Wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 944px;
}
.RightCol {
	float:right;
	border:0px solid red;
	width:220px;	
}
.Logo {
	float:left;
}
.Top {
	float:left;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #ffffff;
	width:100%;
}
.MenuHolder {
	border:0px solid red;
	float:right;
	margin-top:14px;
}
.Content {
	border:9px solid #014c27;
	background-color:#ffffff;
	float:left;
	width:642px;
	font-size:14px;
	padding:20px;
	min-height:409px;
	height:auto !important;
	height:409px;
}
.BigPic {
	background-image: url("/media/46/bigpict.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width:924px;
	height:327px;
	border:9px solid #ffffff;

}
.ClearIt {
	clear:both;
}
.BigTxt1 {
	float:left;
	border:0px solid red;
	margin-top:220px;
	margin-left:20px;
	font-size:40px;
	color:#ffffff;
}
h1 {
	float:left;
	font-weight:normal;
	margin:0px;
	font-size:24px;
	color:#ffffff;
	width:100%;
}
h2 {
	float:left;
	font-weight:normal;
	margin:0px;
	font-size:24px;
	color:#605e56;
	width:100%;
	clear:both;
}
h3 {
	float:left;
	font-weight:normal;
	margin:0px;
	font-size:24px;
	color:#605e56;
	padding-bottom:10px;
	width:100%;
	clear:both;
}
.SpacerDots {
	Float:left;
	width:100%;
	border-bottom:1px dotted #000000;
	margin-top:30px;
	margin-bottom:30px;
}
.Box1 {
	margin:0;
	padding:0;
	float:left;
	width:220px;
}
.Box1Green {
	float:left;
	width:210px;
	padding:5px;
	margin:0;
	border:0px solid red;
	background-color:#014c27;
}
.Box1Txt {
	float:left;
	color:#ffffff;
	font-size:14px;
	margin:0;
	padding:0;
}

.Spacer {
	Float:left;
	width:20px;
}
.FooterWrapper {
	margin-top:10px;
	background-image: url("/media/41/bagbund.gif");
	background-repeat:repeat-x;
	background-position:top left;
	border:0px solid red;
	width:100%;
	float:left;
	min-height:209px;
	height:auto !important;
	height:209px;
}
.Footer {
	margin-right:auto; 
	margin-left:auto;
	padding-top:30px;
	width:942px;
	border: dashed 0px #ffcc00;
	color: #605e56;
	font-size: 12px;
	font-weight:normal;
}
.FooterBox1 {
	float:left;
	width:230px;
	height:100px;
	border-right:1px dotted #000000;
}
.FooterBox2 {
	float:left;
	height:100px;
	margin-left:10px;
	width:230px;
	border-right:1px dotted #000000;
}
.FooterBox3 {
	float:left;
	height:100px;
	margin-left:10px;
	width:375px;
	border:0px solid red;
}
.FooterBox4 {
	float:right;
	height:100px;
	margin-left:10px;
	width:50px;
	border:0px solid red;
}
.bestyrelsen_wrapper{
float:left;
width:280px;
border:5px solid #026634;
margin-right:20px;
margin-bottom:10px;
padding:5px;
}
.bestyr{
float:left;
width:100%;
border:0px solid red;
}
.bestyrelsen_wrapper img{
width:85px;
height:85px;
border:1px dashed #57b47e;
float:left;
margin-right:10px;
}


/* Calendar */

div.event_main {
    float: left;
    width: 495px;
    padding-right: 15px;
}

div.event_main h2 {
    font-size: 22px;
}

div.event_nav {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 11px;
    padding: 3px 0;
    position: relative;
    float: left;
    width: 100%;
}


div.event_nav p {
    font-size: 11px;
    float: left;
    margin: 0;
}

div.event_nav a.next_month {
    position: absolute;
    right: 0px;
    top: 4px;
}

div.event_nav a.previous_month {
    position: absolute;
    right: 65px;
    top: 4px;
}

div.event_sidebar {
    width: 220px;
    float: left;
}

div.event_sidebar h5 {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #ccc;
}

h5 a.previous_month span, 
h5  a.next_month span {
    display:none;
}

h5 a.previous_month,
h5 a.next_month  {
    width: 9px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

h5 a.previous_month {
    background-image: url(images/arrow_left.gif);
}

h5 a.next_month {
    background-image: url(images/arrow_right.gif);
}

table.sm_calendar {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 220px;
    font-size: 11px;
}

table.sm_calendar th,
table.sm_calendar td {
    padding: 2px;
    border: 1px solid #e7e7e7;
    text-align: center;
    
}

table.sm_calendar td.eventDay {
    background-color: #c6364a;
    color: white;
    font-weight: bold;
    position: relative !important;
    
}

div.events_today {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #444;
    z-index: 99999;
    width: 200px;
    text-align: left;
    padding: 10px;
    display: none;
}

div.events_today h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

table.sm_calendar th {
    font-weight: bold;
}

p.ical_export {
    padding: 10px 0;
    font-size: 12px;
}

p.ical_export a {
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

ul.events_list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.events_list li {
    clear: both;
    margin: 0;
    padding: 15px 0 0 0;
    float: left;
    width: 100%;
}

ul.events_list li p.event_date_cal {
    width: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #999;
    float: left;

    -moz-box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.events_list li h3 {
    margin: 0;
    font-size: 18px;
}

ul.events_list li p {
    font-size: 12px;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
