﻿body 
{ 
    margin: 0;
    padding: 0;
    background-image: url("../base/bg-body.jpg");
    background-repeat: repeat-x;
    background-color: #fff;
}

#header 
{
    margin: auto;
    width: 873px;
    height: 143px;
    
    background-position: 50px;
}

.bild
{
width: 250px;
height: 140px;
border: 0px; 	
	
}

/* Logotype */

#logotype
{

}

#wrapper
{
    text-align: left;
    margin: auto;
    width: 873px;
    background:transparent url("../base/bg-wrapper.jpg") no-repeat scroll center top;
    height:auto !important;
}

#content 
{
    margin: auto;
    width: 750px;
    padding-top: 30px;
}

/*nav*/

#navcontainer {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	margin: auto;
	border: 0;
	position: relative;
	left: 240px;
	top: 110px;

	float: left;
	}

#navcontainer ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navcontainer ul li {
	display: inline;
	margin: 0;
	}

#navcontainer ul li a {
	color: #fff;
	margin: 0;
	text-decoration: none;
    line-height:30px;
    padding:0pt 12px;
    display: block;
    float: left;
	}

#navcontainer ul li a:hover {
	background: #1597c5;
	}

#navcontainer .current:hover {
	background: #0d7193;
	}

#navcontainer .current {
	background: #0d7193;
	}

/* footer */

#footer {
	font: 10px arial;
	padding: 10px 10px;
	width: 660px;
	margin: auto;
	clear: both;
	background: #fff;
	text-align: left;
    border-top: 1px solid #ccc;
    height: 12px;
    color: #333333;
    position: relative;
    top: 10px;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #d91337;
}
.rubrik {
	font-family: "Tw Cen MT", "Verdana"; 
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 50px;
}
.länk {
	font-family: "Tw Cen MT";
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-right: 50px;
}

.länk2 {
	font-family: "Tw Cen MT";
	font-size: medium;
	font-weight: bold;
	color: green;
	float: right;
	margin-right: 50px;
}


.imglink {
	border-width: 0px;
}
.text {
	font-family: "Verdana","Tw Cen MT";
	font-size:medium;
}

.lista {
	list-style-image: none;
	list-style-type: square;
	font-family: Verdana;
	font-size: small;
	list-style-position: inside;
}

