/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: url(design/background.png);
	background-color:#D7E7EF;
	background-repeat:repeat-x;
	color: #222;
	font: normal 65% "Trebuchet MS" ,"Lucida Sans Unicode",sans-serif;
	margin: 0;
	
}
#left h1{
	font-size:1.8em;
	color:#333;
}
h1 {
	margin-bottom:12px;
	font-size:2.3em;
}
h2 {
	margin-bottom:8px;
	font-size:1.7em;
}
h3 {
	margin-bottom:8px;
	font-size:1.3em;
}
h4 {
	margin-bottom:8px;
	font-size:1.3em;
}
.clearer {
	clear: both;
}
#page{
	margin: 0 auto;
	margin-bottom:30px;
	width: 970px;
	
}
#container{
	padding-bottom: 0px;
	padding-top:0px;
	width: 970px;
	float:left;
	padding-bottom:200px;

}
#content{
	background: url(design/center.png);
	width:970px;
	float:left;
}
#top{
	padding-bottom: 0px;
	padding-top:0px;
	width: 970px;
	height:20px;
	background: url(design/top.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float:left;
}
#header{
	padding-bottom: 0px;
	padding-top:0px;
	width: 940px;
	height:210px;
	padding-left:15px;
	padding-right:15px;
	background: url(design/center.png);
	background-repeat: repeat-y;
	float:left;
}
#header img{
	border:0px;
}
#right{
	padding-bottom: 0px;
	padding-top:0px;
	width: 720px;
	float:right;
	margin-right:19px;
	
}
#left{
	padding-bottom: 0px;
	padding-top:4px;
	width: 190px;
	margin-left:25px;
	float:left;
	border-right: 1px dotted #D1DCE2;
}
#footer{
	padding-bottom: 0px;
	padding-top:0px;
	width: 970px;
	height:56px;
	background: url(design/bottom.png);
	float:left;
	display:block;
}
#footer a{
	text-decoration:none;
	color:#555;
}
#bottommenu a{
	text-decoration:none;
	color:#666;
}
#topmenu{
	width:720px;
	float:left;
	padding-bottom:10px;
}
#context{
	width:680px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:20px;
	background-color:#fff;
	margin-bottom:10px;
	border-bottom: 0px dotted #D1DCE2;
}
#context p{
	padding-top:0px;
	padding-bottom:17px;
	font: normal 1.2em georgia, "Lucida Sans Unicode",sans-serif;
	line-height:2.2em;
}
#context a{
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	color:#669;
	font: normal 1.1em georgia, "Lucida Sans Unicode",sans-serif;
	line-height:2.2em;
	border:0px;
}
#context ol{
	padding-top:6px;
	padding-bottom:17px;
	font: normal 1.2em georgia, "Lucida Sans Unicode",sans-serif;
	line-height:1.8em;
	padding-left:28px;
}
#context ul{
	padding-top:6px;
	padding-bottom:17px;
	font: normal 1.2em georgia, "Lucida Sans Unicode",sans-serif;
	line-height:1.8em;
	padding-left:28px;
}
#context img{
	border:0px;
	
}
#bottommenu{
	width:720px;
	float:left;
	text-align:center;
}
.menuitem{
	font: normal 1.2em "Trebuchet MS", "Lucida Sans Unicode",sans-serif;
	padding: 8px 0px;
	padding-bottom:0px;
	border: 0px solid #000;
	text-align:center;
	color:#555;
	font-size:1.2em;
	background: #FFF;
	margin-bottom: 10px;
	width:144px;
	min-width:130px;
	height:20px;
	display:block;
	float:left;
	text-decoration:none;
}

.menuitem{
	background: url(design/inactive.png) no-repeat left top;
	color:#444;
}
.menuitem:hover{
	background: url(design/inactivehoover.png) no-repeat left top;
	color:#222;
}
#active.menuitem{
	background: url(design/active.png) no-repeat left top;
	padding-top:9px;
}

#active.menuitem:hover{
	color:#555;
}

.sidenav ul {
	border-top: 1px dotted #D1DCE2;
	margin: 0;
	padding: 0;
	padding-bottom:15px;
	margin-top:4px;
	padding-top:6px;
}
.sidenav li {

	border: 0px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
	background-image:url(design/li.png);
	background-repeat:no-repeat;
	background-position:4px 8px;
}
.sidenav li a {
	color: #666;
	display: block;
	font-size: 1.1em;
	padding: 1px 8px 0px 16px;
	line-height:26px;
	text-decoration: none;
	margin:0px;
	vertical-align:center;
}
.sidenav li a:hover {
	color: #111;
	background-color:#CCD;
	background-image:url(design/li.png);
	background-repeat:no-repeat;
	background-position:4px 8px;
}
.nopadding{
	padding:0px;
}
.utflykt a{
	text-decoration:none;
	color: #444;
	font-size:1.4em;
	line-height:3em;
}
