* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background-color:#E7E9ED;
	background-image:url(layout/bg-rand.gif);
	background-repeat:repeat-x;
	}
#container {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	}
	#container #header {
		height: 140px;
		background-image:url(layout/head1.gif);
		}
	#container #navigation {
		height:30px;
		background-image:url(layout/meny.gif);
		background-repeat:no-repeat;
		color:#FFF;
		font-weight:bold;
		}
		#container #navigation ul {
			list-style-type: none;
			margin-left:55px;
			padding-top:7px;
			}
			#container #navigation ul li {
				display: inline;
				}
				#container #navigation ul li a {
					display: inline;
					padding: 10px;
					font-weight: bold;
					color: #FFF;
					text-decoration: none;
					}
					#container #navigation ul li a:hover {
						color: #000;
						}
					#container #navigation ul li a.active {
						color: #000;
						}
	
	#container #content {
		background-image:url(layout/bg-inne.gif);
		background-repeat:repeat-y;
		}
		#container #content  #img-over{
		}
		#container #content #left {
			width: 500px;
			float: left;
			padding-left:28px;
			}
		#container #content #right {
			width: 280px;
			float: right;
			margin-right:28px;
			}
		#container #content #full {
			clear:both;
			height:1px;
			}
	#container #footer {
			clear: both;
			background-image:url(layout/foot.gif);
			height:45px;
		}
		
	#container #content #left .gallery img {
		border: 1px solid #000000;
	}

	#container #content #left .gallery a img{
		float:none;
	}
	
	#container #content #left #title {
		display:block;
		margin-top: 0px;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 14px;
	}
	
	#container #content #left #subtitle a {
		display:block;
		margin-top: 8px;
		margin-bottom: 2px;
		text-decoration: none;
		font-size: 12px;
		color: #000;
		font-weight: 800;
	}
	
	#container #content #left #info {
		margin-bottom: 5px;
	}
	
	#container #content #left table.personal {
		margin-left: 40px;
	}
	
h1{
	color:#369;
	font-size:12px;
	margin-top:29px;
	margin-left:40px;
	margin-bottom:15px;
	}
h2{
	background-image:url(layout/ruta.gif);
	background-repeat:no-repeat;
	height:55px;
	color:#369;
	font-size:12px;
	padding-top:19px;
	padding-left:33px;
	margin-top:10px;
	}
h3{
	color:#F96;
	font-size:11px;
	margin-bottom:5px;
	padding-left:33px;
	}
h3 a{
	text-decoration: none;
	}
p.left{
	margin-left:40px;
	margin-bottom:10px;
	}
p.right{
	padding-left:33px;
	}
p.rand{
	background-image:url(layout/rand-avdelare.gif);
	height:22px;
	}
ul.utfor{
	margin-left:40px;
	list-style-type:none;
	}
a{
	color:#000;
	text-decoration:underline;
	}
		a:hover{
			color:#369;
			}
