* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background-image:url(layout/bg.gif);
	}
#container {
	width: 911px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(layout/bg-inne.gif);
	background-repeat:repeat-y;
	}
	#container #header {
		background-image:url(layout/bg-top1.gif);
		background-repeat:no-repeat;
		height: 95px;
		}
		#container #header #meny-top{
			height: 37px;
			width:258px;
			float:right;
			margin-top:58px;
			margin-right:5px;
			}
	#container #top-bildhel{
		height:195px;
		}
		#container #top-bildhel #top-bildhelinne{
			margin-left:7px;
			margin-right:5px;
			height:195px;
			}
			#container #top-bildhel #top-bildhelinne #top-bild{
				height:175px;
				width:641px;
				background-color:#FFF;
				margin-bottom:10px;
				margin-top:10px;
				float:left;
				}
			#container #top-bildhel #top-bildhelinne #top-text{
				height:155px;
				width:230px;
				margin-bottom:10px;
				margin-top:30px;
				margin-right:10px;
				float:right;
				}
				#container #top-bildhel #top-bildhelinne #top-text p{
					margin-bottom:10px;
					font-size:13px;
					color:#fff;
					font-weight:bold;
					}
	#container #content {
		margin-left:10px;
		margin-top:20px;
		}
		#container #content #navigation {
			width:193px;
			float:left;
			}
		#container #content #navigation ul {
			list-style-type: none;
			padding: 15px 5px 0px 10px;
}
			#container #content #navigation ul li {
				display: inline;
				}
				#container #content #navigation ul li a {
					display:block;
					padding: 0px 5px 2px 10px;
					font-weight: bold;
					color: #000;
					text-decoration: none;
					}
					#container #content #navigation ul li a:hover {
						color:#f93;
						}
					#container #content #navigation ul li a.active {
						color:#f93;
						}
		#container #content #left {
			width: 400px;
			margin-left:40px;
			margin-right:20px;
			float: left;
			}
			#container #content #left ul{
				list-style-type:disc;
				display:inline;
				}
				#container #content #left ul{
					display:block;
					padding-left:15px;
					}
				
		#container #content #right {
			padding: 15px 0px 3px 10px;
			width: 200px;
			margin-right:10px;
			float: right;
			}
		#container #content #full {
			height:1px;
			width: 500px;
			clear: both;
			}
	#container #footer {
		clear: both;
		margin-top:20px;
		height:5px;
		margin-right:5px;
		}
h1{
	font-size:14px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:17px;
	}
h2{
	font-size:12px;
	font-weight:normal;
	margin-bottom:13px;
	margin-top:30px;
	}
p{
	margin-bottom:10px;
	margin-top:5px;
	}
p.medarbetare{
	margin-bottom:5px;
	margin-top:5px;
	}
p.adress{
	color:#366;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:15px;
	}
p.right{
	padding: 0px 5px 0px 10px;
        margin-left:15px;
	}
a {
	color: #000;
	text-decoration: none;
	}
	a:hover {
		color:#f93;
		}
a.adress {
	color: #366;
	text-decoration: none;
	}
	a.adress:hover {
		color:#f93;
		}
