﻿body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#000;
 text-align:left;
 background-color:#168d38; 
 line-height:20px;
 /*background-image:url('/images/pattern2.gif'); */
}
html, body {
 padding:0 0 10px 0;
}
* {
 margin:0;
 padding:0;
}
img {
 border:0;
}
.float-right{
 float:right;
}
.float-left{
 float:left;
}
.text-right {
 text-align:right;
}
.text-left {
 text-align:left;
}
.text-center {
 text-align:center;
}
.clearBoth {
 clear:both; 
 height:0;
}
.left-image{
 margin:0 15px 10px 0;
 float:left;
}
.right-image{
 margin:0 0 10px 15px;
 float:right;
}
.display-inline{
 display:inline;
}
.inline {
}
.inline li {
 display:inline;
}
.thin-border {
 border:1px #cecece solid;
 background-color:white;
 padding:5px;
}


/* HEADLINES
----------------------------------------------- */


h1,h2,h3,h4,h5,h6 {
 font-weight:normal;
 color:#1d9b41;
 padding:.2em 0 .5em 0;
}

h1 {font-size: 20px; line-height:24px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}


h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
 font-weight:bold;
 color:#0d5992;	
}


/* TYPOGRAPHY
----------------------------------------------- */

a {
 text-decoration: underline;
 outline:none;
 color:#3a79aa;
}
a:hover {
 text-decoration: none;
 outline:none;
}

p {
 line-height:20px;
 margin:0 0 10px 0;
 font-weight:normal;
}
.date {
 color:#3a79aa;
 display:inline;
 margin:0 0 0 5px;
}
.calendar-title 
{
    float:left;
    margin:0 10px 0 0;
}
.calendar-date 
{
    font-size:10px;
    margin:0;
    display:inline;
    color:#87a9c3;
    font-style:italic;
}
/* LISTS */

ul {
	list-style-position: outside;
	padding:0 0 0 2em;
	margin:0 0 10px 0;
}
ul li {
	line-height:180%;
}
ul.nodots {
	padding:0;
	margin:0;
	list-style-type:none;
}
ol {
	margin: .5em .5em 1.5em;
}

ol li {
	margin-left: 2em;
	padding-left: 0;
	background: none; 
	list-style-type: decimal;
}


/* FRAMEWORK
----------------------------------------------- */


#sitecontainer{
 width:960px;
 margin:0 auto;
}
#mainarea-subpage{
 background-image:url('/images/bg-subpage-content.gif');
 background-repeat:no-repeat;
 width:940px;
 padding:10px;
}
#mainarea-fullwidth{
 background-image:url('/images/bg-frontpage-content.gif');
 background-repeat:no-repeat;
 width:940px;
 padding:10px;
}

#mainarea {
 background-color:#fff;
 border:10px #fff solid;
}
#header{
 height:138px;
 overflow:hidden;
 clear:both;
}
#mainarea-frontpage #content{
 width:680px; /* width without padding 660px */
 float:right;
 padding:10px 0 10px 0; 
}
#mainarea-frontpage #sidebar{
 width:240px; /* width without padding 250px */
 float:left;
 padding:10px 10px 10px 0;
}
#content{
 width:665px; /* width without padding 680px */
 float:left;
 padding:10px 5px 10px 10px; 
}
#sidebar{
 width:250px; /* width without padding 250px */
 float:left;
 padding:10px 0 10px 0;
 margin:0 4px 0 0;
}
.sidebarelement {
 clear:both;
 margin:0 20px 20px 15px;
 height:100%;
 overflow:hidden;
}
.element {
 clear:both;
 margin:0 0 20px 0;
 height:100%;
 overflow:hidden;
}
.entry {
 clear:both;
 margin:0 0 10px 0;
 height:100%;
 overflow:hidden;
}
#content-wide{
 width:100%;
 padding:0 10px;
}
#logo {
	margin:10px 0 20px 0;
}
#bg-image{
 width:100%;
 /*background-image:url('/images/bg.gif');
 background-repeat:repeat-x;*/
}
#bg-image-subpage{
 width:100%;
 background-image:url('/images/bg-subpage.gif');
 background-repeat:repeat-x;
}
/* SUBPAGES
----------------------------------------------- */


#frontpage{
}

#subpage {
}


/* NAVIGATION
----------------------------------------------- */

#topmenu {
 float:left;
 width:100%;
 line-height:normal;
 font-size:12px;
}
#topmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#topmenu li {
 display:inline;
 margin:0;
 padding:0;
}
#topmenu a {
 float:left;
 background:url("/images/topmenu-tableft.gif") no-repeat left top;
 margin:0;
 padding:0 0 0 5px;
 text-decoration:none;
}
#topmenu a span {
 float:left;
 display:block;
 background:url("/images/topmenu-tabright.gif") no-repeat right top;
 padding:4px 15px 9px 10px;
 color:#fff;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
 color:#fff;
}
#topmenu a:hover {
 background-position:0% -28px;
}
#topmenu a:hover span {
background-position:100% -28px;
} 


#submenu{
 line-height:27px;
 color:white; /* this is color of vertical lines between each hyperlink */
 margin:10px 0 0 10px; /* space from the left side */

}
#submenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:11px;
}
#submenu ul li {
 display:inline;
}
#submenu ul li a {
color:white;
 margin:0 5px;
}
#submenu ul li a:hover {
 color:white;
 text-decoration:none;
}


#sidebarmenu
{
    height:100%;
    overflow:hidden;
    clear:both;
    margin:0 0 20px 0;
}
#sidebarmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
 width:100%;
}
#sidebarmenu ul li {
 margin:0 0 1px 0;
 _height:0%;
}

#sidebarmenu ul li a{
 display:block;
 background-color:#b6d4eb;
 text-decoration:none;  
 padding:0 10px;
 line-height:26px;
 width:230px;
}
#sidebarmenu ul li a:hover{
 background-color:#9bbdd5;
 color:#185482;
 text-decoration:none;
}
#sidebarmenu ul li.active a {
 background-color:#9bbdd5 !important;
 color:#185482;
 text-decoration:none;
}

/* submenu submenu */

#sidebarmenu .submenu a{
 display:block;
 background-color:#d8ebf9;
 text-decoration:none;  
 padding:0 10px 0 20px;
 line-height:26px;
 width:220px;
}
#sidebarmenu .submenu a:hover {
 color:#185482;
 text-decoration:none;
 background-color:#b6d4eb; 
}

#sidebarmenu .subsubmenu a{
 display:block;
 background-color:#edf5fa;
 text-decoration:none;  
 padding:0 10px 0 40px;
 line-height:26px;
 width:200px; 
}
#sidebarmenu .subsubmenu a:hover {
 color:#185482;
 text-decoration:none;
 background-color:#b6d4eb; 
}








/* MISC
----------------------------------------------- */

.hline {
 border-top:1px #d1d29c solid; /* top line */
 height:1px;
 font-size:0;
 line-height:0;
 display:block;
 margin-top:-10px;
 margin:5px 0;
 padding:0;
}
.action-box1 {
 border:1px #c2d3ec solid;
 background-color:#d8ebf9;
 padding:10px;
}
.action-box1 p {
 text-align:center;
 font-size:12px;
 font-weight:bold;
 margin:0;
 color:#000;
}
.action-box2 {
 border:1px #f5f6c7 solid;
 background-color:#feffce;
 padding:10px;
}
.action-box2 p {
 text-align:center;
 font-size:12px;
 font-weight:bold;
 margin:0;
 color:#000;
}

.box2 {
 border:1px #f5f6c7 solid;
 background-color:#feffce;
 padding:10px;
}
.box2 p {
}


/* 2 column paragraph */

.two-column-paragraph {
 width:300px;
 float:left;
 margin:0 20px 0 0;
}

/* search-area */

#search-area {
 font-size:11px;
 position:absolute;
 top:0;
 right:50%;
 margin-right:-480px;
 background-color:#12762f;
 padding:10px 20px;
 _padding:5px 20px;
}
#search-area input {
 margin:0;
 padding:3px 3px 4px 3px;
 *padding:3px;
 _margin:3px;
 width:150px;
 border:1px #e0e1a4 solid;
 float:left;
 font-size:11px;
}
.search-submit{
}
#search-area input.search-submit {
	background: url(/images/buttons/search.gif) 0 0 no-repeat;
	width: 71px;
	height: 22px;
	border:none;
	padding:0;
	margin:0 0 0 10px;
	_margin:3px 0 0 10px;
}

#search-area ul {
 margin:2px 20px 0 0;
 float:left;
 color:#fff;
}
#search-area ul li {
 display:inline;
}
#search-area ul li a {
 color:#fff;
 text-decoration:none; 
 margin:0 5px;
}
#search-area ul li a:hover {
 text-decoration:underline;
}


/* CONTACT FORM */

.contactform{
 background-color:#d8ebf9;
 padding:15px 25px 10px 25px;
 font-size:11px !important; 
}
.contactform,
.contactform .textarea,
.contactform input {
 border:1px #c2d3ec solid;
}
.contactform label{
 width:80px;
 float:left;
 margin:5px 0 0 0;
}
.contactform input{
 margin:2px 0 10px 0;
 padding:3px;
 width:230px;
}
.contactform .info {
 font-size:10px;
 margin:0 10px 0 0;
 padding:0;
 float:left;
}
.contactform input.submit {
	padding:3px;
	margin:0 12px 0 0;
	float:right;
	width:70px;
	cursor:pointer;
	cursor:hand;
    font-size:11px !important; 
}
.contactform .textarea {
 margin:2px 0 10px 0;
 padding:5px;
 width:83%;
 _width:82%;
 height:150px;
}
.required {
 color:red;
}
.positive {
	font-style:italic;
	color:#000;
	font-size:11px;
	background-color:#a9cf38;
	margin:0 0 10px 0;
	padding:5px;
	text-align:center;
	line-height:140%;
}
.contactform .requiredfields {
	font-style:italic;
	font-size:11px;
	color:#fff;
	background-color:#df2222;
	margin:0 0 10px 0;
	padding:5px;
	text-align:center;
	line-height:140%;
}
/* image-gallery */

.image-gallery{
}
.image-gallery img {
 margin:0 13px 13px 0;
 float:left;
 border:1px #cecece solid;
 background-color:white;
 padding:5px;
}

/* Blockquote */

.quote {
 border:1px #d1d29c solid;
 background-color:#fdfdf3;
 height:100%;
 overflow:hidden;
 padding:20px;
 clear:both;
 margin:0 0 20px 0;
}

.quote blockquote {
 background: transparent url(/images/quoteUp.gif) left top no-repeat;
 float:left;
 padding:0 0 0 0;
}
.quote blockquote div {
 padding:0 0 1px 0;
 margin:0 0 5px 0;
 background: transparent url(/images/quoteDown.gif) right bottom no-repeat;
}

.quote blockquote div blockquote {
 background::none;
 margin:0;
 padding:0;
 float:none;
  font-style:italic;
 font-size:12px;
 line-height:22px;
 color:#515151;
 padding:10px 20px 0 30px;

}

/* post */

.author {
 color:#6c6c6c;
 font-size:11px;
 margin:8px 0 0 0;
 padding:0 0 0 10px;
}
.tags {
 color:#6c6c6c;
 font-size:11px;
 margin:0 0 8px 0;
 padding:0 0 0 10px;
}

/* code */

.code
{
     height:100%;
     overflow:hidden;
     clear:both;
     margin:0 0 20px 0;
}
.code .content-area {
 border:1px #d1d29c solid;
 background-color:#fdfdf3;
 height:100%;
 overflow:hidden;
 padding:20px 20px 10px 20px;
 clear:both;
}
pre.coding {
 font-family:Times New Roman;
 margin:0;
 padding:0;
}
code.indent {
 margin:0 0 0 40px;
 padding:0;
}

/* Rounded Bubble Blue */

.bubbleComment{
 margin:0 0 30px 0;
 clear:both;
}
div.bubbleComment div.rounded {
	background-color:#bcdee5;
}
div.bubbleComment div.rounded blockquote {
	border: 0;
	background-color: transparent;
	padding:5px;
}
div.bubbleComment div.rounded blockquote p {
	margin: 0px 8px;
	*margin:0 5px;
	_margin:0 7px;
 padding:4px 0;
	font-family:Arial;
	font-size:12px;
	color:#171717;
	line-height:22px
}
div.bubbleComment cite.bubble{
 font-style:normal;
	color:#171717;
	font-size:12px;
	position: relative;
	margin: 0px;
	padding-left: 5px;
	padding-top:23px;
	top: 27px;
	*top:26px;
	_top:26px;
	background: transparent url(/images/bubble.gif) no-repeat 30px 0;
}
div.bubbleComment cite.bubble .by {
 font-weight:bold;
 text-decoration:underline;
}


/* post comment */

.post-comment{
}
.form {
 border:1px #c4c4c4 solid;
 background-color:#eee;
 padding:10px;
 height:100%;
 overflow:hidden;
}
.form label{
 color:#565656;
 font-size:11px;
}
.form input{
 margin:2px 0 10px 0;
 padding:5px;
 width:280px;
 border:1px #c0c0c0 solid;
}
.form .textarea {
 border:1px #c0c0c0 solid;
 width:100%;
 height:120px;
 margin:2px 0 0 0;
}
.form .left-input{
 float:left;
 width:290px;
 margin:0 25px 0 0;
 _margin:0 10px 0 0;
}
.form .right-input {
 float:right;
}
.form .btn-submit {
	background: url(/images/buttons/submit.gif) 0 0 no-repeat;
	width: 71px;
	height: 22px;
	border:none;
	padding:0;
	margin:20px 0 0 0;
	*margin:0;
	_margin:0;
	float:right;
}


/* subscribe */

.subscribe {
 border:1px #c4c4c4 solid;
 background-color:#fff9c5;
 padding:10px;
 height:100%;
 overflow:hidden;
}
.subscribe label{
 font-size:11px;
}
.subscribe input{
 margin:2px 0 0 0;
 padding:5px;
 width:230px;
 border:1px #c0c0c0 solid;
}
.subscribe .left-input{
 float:left;
 margin:0 10px 0 0;
 *margin:0 5px 0 0;
 _margin:0 5px 0 0;
}
.subscribe .right-input {
 float:left;
 margin:0 10px 0 0;
 *margin:0 5px 0 0;
 _margin:0 5px 0 0;
}
.subscribe input.submit {
	background: url(/images/buttons/submit.gif) 0 0 no-repeat;
	width: 71px;
	height: 22px;
	border:none;
	padding:0;
	float:left;
	margin:7px 0 0 0px;
}


/* archiveBox */

.archiveBox{
 background:#f1f1f1;
 padding:10px 20px;
}

ul.archive{
	padding:0;
	margin:0;
	list-style-type:none;
 line-height:23px;
 font-size:12px;
}
ul.archive li{
 display:block;
 background-image:url('/images/icons/calendar.gif');
 background-repeat:no-repeat;
 background-position:left 4px;
 padding:0 0 0 20px;
}
ul.archive li.postarchive{
 display:block;
 background-image:url('/images/icons/post.gif');
 background-repeat:no-repeat;
 background-position:left 4px;
 padding:0 0 0 20px;
}

/* lets talk bubble */

.lets-talk-box {
 background:#bcdee5;
 padding:5px 15px;
 height:100%;
 overflow:hidden;
}

.lets-talk{
}
h3.lets-talk  {
	width: 71px;
	height: 22px;
 background-image:url('/images/buttons/letstalk.gif');
 background-repeat:no-repeat;
 border:none;
 margin:0;
 padding:0;
 float:right;
}	
h3.lets-talk a {
 display: block;
 width: 100%;
 height: 100%;
 text-indent: -1000em;
}








/* TOP AREA */

#top-area {
 margin:0 0 10px 0;
 width:100%;
 height:100%;
 overflow:hidden;
}

.banner{
 float:right;
}
.banner img 
{
    width:680px;
    height:250px;
}
.login-area {
 width:250px;
 float:left;
 background-image:url('/images/toparea-bg.gif');
 background-repeat:no-repeat;
}
.login-area .form-box {
 /*border:1px #c2d3ec solid;
 background-color:#d8ebf9;*/
 padding:10px 20px 20px 20px;
 height:218px;
 font-size:11px;  
}
.login-submit{
}
.login-area input.login-submit {
	padding:3px;
	margin:10px 0px 0 0;
	float:right;
	width:80px;
	cursor:pointer;
	cursor:hand;
}
.login-area label
{
}
.login-area input{
 margin:0;
 padding:5px;
 width:196px;
 border:1px #c2d3ec solid;
 font-size:11px !important;
}

/* FOOTER */

#footer{
 color:#c7c7c7; /* this is color of vertical lines between each hyperlink */
 font-size:11px;  
 padding:10px 0 0 0;
}
#footer a 
{
     color:#fff;
}
#footer ul {
	padding:0;
	margin:0;
	list-style-type:none;
 float:left;
 display:inline;
}
#footer ul li {
 display:inline;
}
#footer ul li a {
 color:#fff;
 text-decoration:none; 
 margin:0 5px;
}
#footer ul li a:hover {
 color:#fff;
 text-decoration:underline;
}


/* LATEST NEWS */

.latest-news-element 
{
    clear:both;
    margin:0;
    height:100%;
    overflow:hidden;
}
.latest-news-description 
{
    font-size:11px;
} 

.latest-news-title 
{
    margin:0;
    padding:0;
    display:inline;
}
.latest-news-date 
{
    font-size:10px;
    margin:0;
    display:inline;
    color:#87a9c3;
    margin:0 0 0 5px;
    font-style:italic;
}
.latest-news a,
.latest-news-title a
{
 color:#1d9b41;
 text-decoration:none;
}  
.latest-news a:hover,
.latest-news-title a:hover
 
{
     color:#3a79aa;
}
.latest-news 
{
    width:310px;
    float:left;
    padding:0 20px 0 0;
    margin:0 0 20px 0;
    height:100%;
    overflow:hidden;    
}

/* LATEST GALLERY */

.latest-gallery 
{
}
.latest-gallery img 
{
    width:50px;
    height:50px;
    float:left;
    margin:0 15px 15px 0;
    border:1px #cecece solid;
    padding:2px;
}

/* LATEST NEWSLETTERS */
.latest-newsletters 
{
    width:330px;
    float:right;
    margin:0 0 20px 0;
    height:100%;
    overflow:hidden;    
}
.latest-newsletters-date
{
    font-size:10px;
    margin:0;
    display:inline;
    color:#87a9c3;
    font-style:italic;
}
.latest-newsletters-description 
{
    font-size:11px;
} 

.latest-newsletters-title 
{
    margin:0;
    padding:0;
    display:inline;
}
.latest-newsletters-date 
{
    font-size:10px;
    margin:0;
    display:inline;
    color:#87a9c3;
    margin:0 0 0 5px;
    font-style:italic;
}

/* full width page */

/* filegallery */
.filegallery
{
	width:100%;
	/*background:#fdfdfd;*/
	padding:0;
	margin:0;
}
.filegallery a 
{
	text-decoration:none;
}
.filegallery a:hover 
{
	text-decoration:underline;
}
.filegallery td
{
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #d8ebf9;
	text-align:left;	
}
.filegallery thead th
{
	padding:5px 10px 5px 10px;
	background-color:#9bbdd5;
	font-weight:bold;
	text-align:left;	
}
.filegallery .typeicon 
{
	vertical-align:middle;
	margin:0 10px 0 0;
}
.filegallery .last
{
	text-align:right;
}


/* Medlemsblade */

.medlemsbladeBox 
{
	padding:15px 25px;
	width:613px;
	border:1px #f5f6c7 solid;
	background-color:#feffce;
	margin:10px 0 30px 0;
}
.medlemsbladeBox .pic 
{
	float:left;
	width:200px;
	margin:0 20px 0 0;
}
.medlemsbladeBox .pic p 
{
	font-size:13px;
	font-weight:bold;
}	
.medlemsbladeBox .contentDiv 
{
	float:left;
	width:393px;
}
.medlemsbladeBox .contentDiv .title 
{
	font-size:13px;
	font-weight:bold;
}
.medlemsbladeBox .contentDiv p a 
{
	font-size:13px;
	font-weight:bold;
}