/* CSS and design by sjogress.com, (c) 2008 Lungegaardens.com */
body {
text-align:center;
margin: 0;
background: url(http://lungegaardens.com/design_files/images/body_background.png) repeat-x #ffffff;
font: 11px/1.5em Verdana;
height: 100%;
}
/*Diverse innholdselementer*/

/*hovedoverskrift*/
h1 {
color: #883344;
margin-bottom: 4px;
}
/*bilder*/
img {
border:0;
}
/*lenker*/
a {
color: #004080;
text-decoration: none;
}
a:hover {
color: #660000;
}

/* ----- Stilsett for div-er ----*/

/*kroppen*/
#outline {
width: 980px;
height: 100%;
margin: 0 auto;
padding: 5px;
padding-top: 0;
background: #fff;
text-align: left;
}

/*Header (logo og nav*/
#head {
width: 100%;
}
#logo {
width: 948px;
padding-left: 15px;
padding-right: 15px;
background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #fff;
}

.search_container {float:right;margin-top:5px;}
.search_field {width: 180px;background-color: #fff;border:1px solid #ccc;}
.search_field:focus {border: 1px solid #660000;}
.search_submit {width: 55px;background-color: #f2f2f2;border:1px solid #ccc;}
.search_submit:hover {background-color: #f6f6f6;}

/*Hovednavigasjonen*/
#navigation {
border-top: 5px solid #660000;
border-bottom: 5px solid #004080;
float:left;
width:100%;
padding-top: 100px;
background: url(http://lungegaardens.com/design_files/images/nav_bg2.jpg) center top #883344;
font-size:93%;
line-height:normal;
}
#navigation ul {
margin:0;
padding:10px 10px 0 15px;
list-style:none;
}
#navigation li {
display:inline;
margin:0;
padding:0;
}
#navigation a {
float:left;
background:url("http://lungegaardens.com/design_files/images/tabs/tableft.png") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#navigation a span {
float:left;
display:block;
background:url("http://lungegaardens.com/design_files/images/tabs/tabright.png") no-repeat right top;
padding:5px 14px 4px 6px;
margin-right: 2px;
font-weight: bold;
color:#660000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
font-weight: bold;
color:#fff;
}
#navigation a:hover {
background-position:0% -42px;
}
#navigation a:hover span {
background-position:100% -42px;
}

/*Innholdsområde*/
#body {
clear:both;
width: 948px;
padding: 15px;
min-height: 300px;
border-top: 1px solid #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 5px solid #004080;
}
/*Hovedinnhold*/
#body_left {
margin-right: 20px;
padding-left: 50px;
padding-right: 50px;
width: 600px;
float:left;
}

/*stilsett for nyheter*/
.short_news {
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.short_news h2 a{
color: #883344;
}

.full_news {
padding: 5px;
}

.cn_news_odd { background-color: #f2f2f2;}
.cn_news_even { background-color: #fff;}

.comment_header { margin-top: 15px;}
.comment_form_bg { background-color: #f2f2f2;padding: 5px; border:1px solid #ccc;} /*brukes også i gjesteboken*/

.cn_comment_odd {background-color: #f2f2f2;padding: 5px;border: 1px solid #ccc;margin-bottom: 5px;} /*brukes også i gjesteboken*/
.cn_comment_even {background-color: #fff;padding: 5px;border: 1px solid #ccc;margin-bottom: 5px;}/*brukes også i gjesteboken*/
.cn_comment_reply {background-color: #fff;border:1px solid #ccc;margin: 5px;width: 90%;margin-left:5%;}
/*stilsett for gjesteboken*/
.statisk_comment_header { color: #883344;margin-top: 15px;padding:5px;font-size: 16px;}

/*Undernavigasjon/innhold*/
#body_right {
width: 200px;
float:right;
padding-left: 15px;
border-left: 1px solid #ccc;
}

/*Kopirettigheter og besøksadresse, etc.*/
div#footer {
width: 950px;
clear:both;
color: #222;
padding: 15px;
padding-bottom:0;
padding-top: 5px;
background-color: #fff;
border-top: 5px solid #CCC;
}

#copyright {
float:left;
margin-left: 5px;
}
#designed_by {
float:right;
margin-right: 5px;
}
