@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;	

}

div, p, span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, ul, li{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul{
	margin-left: 15px;
}

li{
	margin-left: 15px;
}

body{
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #979797;
}

#container{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#top{
	position: relative;
	height: 423px;
}

#folk{
	height: 294px;
	z-index: 100;
}

#head{
	height: 208px;
	width: 757px;
	position: absolute;
	top: 215px;
	left: 112px;
	z-index: -10;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}

#menu{
	width: 759px;
	height: 34px;
	left: 112px;
	position: relative;
}

#content{
	width: 482px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#main{
	margin-left: 112px;
	float: left;
	width: 759px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}

#b{
	float:left;
	width: 256px;
	background-color: #0061cb;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
}
h1, h1 a, h2, h2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;	
}


h2{
	font-size: 14px;
}

#flickralbum{
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	margin-left: 112px;
	float: left;
	width: 759px;
	
}

/*######################## GLOBALMENY ######################## */

/* GLOBALMENY */
#global_menu { width: 759px; height: 34px; padding: 0; position: absolute; z-index: 9; }
#global_menu #globalnav { margin: 0; padding: 0; }
#global_menu #globalnav li { display: inline; margin: 0; padding: 0; }
#global_menu #globalnav li a { height: 34px; float: left; overflow: hidden; text-indent:-99999px; }
#global_menu #globalnav li a,
#global_menu { background-image: url(images/menu.png); _background-image: url(images/menu.png); background-repeat: no-repeat; }

/* GLOBALMENY: KNAPPAR */
#global_menu #globalnav li#nyheiter a { width: 123px; background-position: 0 0; }
#global_menu #globalnav li#program a { width: 125px; background-position: -123px 0; }
#global_menu #globalnav li#praktisk a { width: 125px; background-position: -248px 0; }
#global_menu #globalnav li#bilder a { width: 125px; background-position: -373px 0; }
#global_menu #globalnav li#om a { width:125px; background-position: -498px 0; }
#global_menu #globalnav li#kontakt a { width: 136px; background-position: -623px 0; }

/* GLOBALMENY: KNAPPAR OVER */
#global_menu #globalnav li#nyheiter a:hover { width: 123px; background-position: 0 -68px; }
#global_menu #globalnav li#program a:hover { width: 125px; background-position: -123px -68px; }
#global_menu #globalnav li#praktisk a:hover { width: 125px; background-position: -248px -68px; }
#global_menu #globalnav li#bilder a:hover { width: 125px; background-position: -373px -68px; }
#global_menu #globalnav li#om a:hover { width: 125px; background-position: -498px -68px; }
#global_menu #globalnav li#kontakt a:hover { width: 136px; background-position: -623px -68px; }

/* GLOBALMENY: KNAPPAR NEDTRYKT */
#global_menu #globalnav li#nyheiter a:active { width:123px; background-position: 0 -34px; }
#global_menu #globalnav li#program a:active { width: 125px; background-position: -123px -34px; }
#global_menu #globalnav li#praktisk a:active { width: 125px; background-position: -248px -34px; }
#global_menu #globalnav li#bilder a:active { width: 125px; background-position: -373px -34px; }
#global_menu #globalnav li#om a:active { width: 125px; background-position: -498px -34px; }
#global_menu #globalnav li#kontakt a:active { width: 136px; background-position: -623px -34px; }

/* GLOBALMENY: KNAPPAR PÅ*/
#global_menu.gn_nyheiter #globalnav li#nyheiter a { width:123px; background-position: 0 -102px !important; }
#global_menu.gn_program #globalnav li#program a { width: 125px; background-position: -123px -102px !important; }
#global_menu.gn_praktisk #globalnav li#praktisk a { width: 125px; background-position: -248px -102px !important; }
#global_menu.gn_bilder #globalnav li#bilder a { width: 125px; background-position: -373px -102px !important; }
#global_menu.gn_om #globalnav li#om a { width: 125px; background-position: -498px -102px !important; }
#global_menu.gn_om #globalnav li#kontakt a { width: 136px; background-position: -623px -102px !important; }


a {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

form {
	margin:0px;
	padding:0px;
}
.post {
	clear:both;
	padding-bottom: 10px;
}


.post-title {
	float: left;
	width: 470px;
}

.post-time{
	float: left;
	width: 150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 75%;
	color:#666;

}
.more-link{
	padding-top: 5px;
	
}

.entry {
	clear: both;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #093;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 15px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#commentsbox{
	width: 480px;
	padding-top: 10px;
}

#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#tzcd{
        font-weight: bold;
        font-size: 26px;
font-family: arial;
color: #ffffff;
}


#footer {
        height: 150px;
        margin-top: 5px;
        margin-left: 122px;
        width: 749px;
        float: left;

}
#footer a, #footer a:visited, #footer p{
	color: #fff;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
        font-weight: normal;
}

#footer a, #footer a:visited{
        font-weight: normal;
}


#footer a:hover{
        font-weight: normal;
	color: #d6bb1b;
}

.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

#tidigjen{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px;
	border: thin solid #ffffff;
background-color: #d319b1;
}

.tzcd{
        font-weight: bold;
        font-size: 23px;
font-family: arial;
color: #ffffff;
}

#annonse{
  margin-left:40px;
  position: absolute;
  top: 1490px;
}

.presseomtale{
  margin-left:40px;

}