* { margin: 0; padding: 0;}

body{ 
	background: url(/img/body-bg.gif) #b1aa64 repeat-x;
	font-family: Arial, Verdana, Times, serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
}


a:link, a:visited
{
color: #5f663a;
text-decoration: underline;
}

a:hover
{
color: #797979;
text-decoration: underline;
}


p {
	margin: 0 0 10px 0; 
	padding: 0;
}


h1 {
	font-size: 2.3em;
	font-weight: 300;
	margin:0;
	line-height: 1.2em;
}

h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin:0 0 5px 0;
	line-height: 1.4em;
	padding: 0;
}

img {
	border: none;
}



hr {
	background-color:#e7a611;
	height: 5px;
	border: 0;
}






#container {
	margin: 0 auto;
	width: 950px;
}


#header {
	width: 950px;
	margin: 0;
	padding: 0;
	float: left;
}

#menu {
	width: 950px;
	height: 15px;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 6px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #928c4e;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #797979;
text-decoration: none;
}

#navlist a.current
{
color: #fff;
background-color: #e7a611;
text-decoration: none;
}

#intro-text {
	width: 240px;
	height: 160px;
	background: #e8a612;
	margin: 0;
	padding: 20px;
	float: left;
}

#intro-text h2 {
	font-size: 1.7em;
	font-weight: 300;
	margin: 0;
	padding: 0;
}


#intro-pic {
	width:670px;
	margin: 0;
	padding: 0;
	float: left;
}


#wrapper {
	width: 670px;
	margin-top:10px;;
	padding: 0;
	float: left;
}


#main {
	width: 630px;
	background: #efefeb;
	margin: 0;
	padding: 20px;
	float: left;
}


#main ul{
margin: 0 0 15px 0;
padding: 0;
}

#main li{
margin: 0 0 5px 0;
padding: 0;
}


#main-2 {
	width: 630px;
	background: #efefeb;
	margin: 0;
	padding: 20px;
	float: left;
	border-bottom: 3px solid #e7a611;
}

#main-2 ul{
margin: 0 0 15px 15px;
padding: 0;
}

#main-2 li{
margin: 0 0 5px 0;
padding: 0;
}

#main-2 p {
	margin: 5px 0 10px 0; 
	padding: 0;
}

#main-2 img {
	/*margin: 0 0 10px 0; */
	padding: 0;
}

#other-news {
	width: 590px;
	background: #c6c6c6;
	margin: 0;
	padding: 20px;
	float: left;
	border: 20px solid #efefeb;
}

#other-news h2 {
 background-image:url(/img/pil-2.gif);
 background-repeat: no-repeat;
 padding: 0 0 0 30px;
 
 }

#other-news a:link, #other-news a:visited
{
color: #363636;
text-decoration: underline;
}

#other-news a:hover
{
color: #797979;
text-decoration: underline;
}

#archive {
	width: 590px;
	background: #c6c6c6;
	margin: 0;
	padding: 20px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 20px solid #efefeb;
	border-left: 20px solid #efefeb;
	border-right: 20px solid #efefeb;
}

#archive a:link, #archive a:visited
{
color: #363636;
text-decoration: underline;
}

#archive a:hover
{
color: #797979;
text-decoration: underline;
}

.calender {
	width: 630px;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
	border-top: 3px solid #c6c6c6;
}

.calender-event {
	width: 630px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	float: left;
	border-top: 3px solid #c6c6c6;
	border-bottom: 3px solid #c6c6c6;
}

.calender-title {
	font-size: 2em;
	font-weight: 300;
	text-align:center;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}

.last-month {
	width: 300px;
	margin-bottom:10px;
	padding: 0;
	float: left;
}

.next-month {
	width: 300px;
	margin-bottom:10px;
	padding: 0;
	text-align: right;
	float: right;
}


.news {
	width: 350px;
	float: left;
	margin: 0 20px 20px 0;
}

.picture {
	width: 250px;
	margin: 0 0 20px 0;
	float: left;
}



#sidebar {
	width: 270px;
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
}

#sidebar div.box-top a {
	text-transform: uppercase;
}

#submenu {
	width: 270px;
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
}

#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; }
	
#navcontainer li { margin: 0; }
	
#navcontainer li a { 
	display: block; 
	color: #FFF;
	background-image: url(/img/submenu-bg.gif);
	background-repeat: no-repeat;
	width: 220px;
	padding: 10px 10px 10px 40px;
	margin:0;
	text-decoration: none;}
	
#navcontainer li a:hover {
	background-image: url(/img/submenu-hoover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	
}

#navcontainer a.current-2 {
	background-image: url(/img/submenu-active.gif);
	text-decoration: none;
}

#navcontainer a.current-3 {
	text-decoration: underline;
}
	
#navcontainer li li a {
	display: block;
	color: #FFF;
	background-image: url(/img/submenu-bg-2.gif);
	background-repeat: no-repeat;
	width: 210px;
	padding: 10px 0 10px 60px;
	text-decoration: none;
	margin-bottom:0;
}

#navcontainer li li a:hover {
	background-image: url(/img/submenu-bg-2.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}


.puff {
	width: 270px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}

.puff-2 {
	width: 240px;
	background: #efefeb;
	margin: 0;
	padding: 15px;
	float: left;
}

.media-wrapper-1 {
	width: 330px;
	padding:0;
	margin:10px 10px 0 0;
	float: left;
}

.media-wrapper-2 {
	width: 330px;
	padding:0;
	margin-top:10px;
	float: left;
}

.media {
	width: 290px;
	background: #efefeb;
	margin: 0;
	padding: 20px;
	float: left;
}


#footer-bg {
	background: #efefeb url(/img/footer-bg.gif) repeat-x;
	width: 100%;
	height: 120px;
	text-align: center;
	margin-top: 20px;
	padding:0;
	float: left;
}

#footer {
	width: 708px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer-box-1 {
	width: 238px;
	margin-right: 50px;
	padding:0;
	float: left;
}

#footer-box-2 {
	width: 200px;
	margin: 20px 20px 0 0;
	text-align: left;
	padding:0;
	float: left;
}

#footer-box-3 {
	width: 200px;
	margin-top: 45px;
	text-align: left;
	padding:0;
	float: left;
}



#structure {
	width: 660px;
	background: #5f663a;
	margin:0;
	padding: 5px;
	color: #fff;
	float: left;
}

#structure li
{
display: inline;
background-image: url(/img/structure-bg.gif);
background-repeat: no-repeat;
padding: 0 15px 0 20px;
}

#structure a:link	{ color: #fff; text-decoration: none }

#structure a:visited	{ color: #fff; text-decoration: none }

#structure a:hover	{ color: #c0c0c0; text-decoration: none }


.box-top{
	width: 100%;
	background: #5f663a;
	margin:0;
	padding: 5px 0 5px 0;
	color: #fff;
	float: left;

}

.box-top h3{
	background-image: url(/img/box-top-title.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	margin:0;
	padding: 0 0 0 20px;
	color: #fff;

}

.box-top a:link	{ color: #fff; text-decoration: underline }

.box-top a:visited	{ color: #fff; text-decoration: underline }

.box-top a:hover	{ color: #c0c0c0; text-decoration: underline }

.left {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.date-2 {
	margin: 0 10px 0 0;
	padding: 40px 20px 40px 20px;
	background: #fff;
	font-size: 2em;
	float: left;
}

.author {
	font-size: 1.4em;
}

.date {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 0.75em;
}

.breaker {
	clear: both;
}

.tidnings-wrapper { 
	width: 630px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #5F663A;
	float:left;}
	
	
.tidning { 
	margin: 10px 20px 0 0;
	padding: 0;
	float:left;}

.bildtext {
	/*float:right;*/
	font-size:0.7em;
	margin:0 0 5px;
	padding:0;
}



#logo {
    width: 400px;
    margin: 0;
    padding: 0;
    float: left;
}

#search{
    width: 220px;
    margin: 40px 0 0 200px;
    padding: 0;
    float: left;
}

.search-box{
    width: 135px;
    height: 23px;
    margin: 0;
    padding: 5px;
    float: left;
    background:#e8e8e8;
    border:1px solid #333;
}

.search-button{
    width: 50px;
    height:35px;
    padding:10px 15px 10px 15px;
    margin: 0 5px 0 0;
    float: left;
    background:#e8e8e8;
    text-align:center;
	border: 0px;
	font-weight: bold;
	font-family:Arial;
	font-size:12px;
}


#print{
    width: 50px;
    margin: 40px 0 0 40px;
    padding: 0;
    float: left;
}

#paginator {
    margin:20px 0 20px 0;
    padding: 0;
    float:left;
    width:100%;
    text-align:center;
}

ul#pagenumber {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#pagenumber li {
	display: inline;
	list-style-type: none;
}

#pagenumber a { 
	padding: 3px 10px; 
}

#pagenumber a:link, #pagenumber a:visited {
	color: #fff;
	background-color: #5f663a;
	text-decoration: none;
}

#pagenumber a:hover {
	color: #fff;
	background-color: #e7a611;
	text-decoration: none;
}

#pagenumber a.active {
	background-color: #E7A611;
}








