* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	/*background-image:url(layout/bg.gif);*/
	background-image:url(layout/bg-repeat.gif);
	background-position:center;
	}
#container {
	width: 990px;
	/*min-height:840px;*/
	margin-left: auto;
	margin-right: auto;
	/*background-image:url(layout/bg-container.gif);*/
	background-repeat:repeat-y;
	}
	#container #header {
		background-image:url(layout/over2.gif);
		background-repeat:no-repeat;
		height: 131px;
		margin-left:18px;
		}
	#container #img-over {
		height: 232px;
		margin-left:19px;
		}
	#container #content {
		}
		#container #content #navigation {
			margin-left:40px;
			margin-top:30px;
			float:left;
			width:170px;
			}
			#container #content #navigation ul {
				list-style-type: none;
				}
				#container #content #navigation ul li {
					display: inline;
					}
					#container #content #navigation ul li a {
						display:block;
						padding-bottom:10px;
						font-weight: bold;
						color: #000;
						text-decoration: none;
						}
						#container #content #navigation ul li a:hover {
							text-decoration:underline;
							}
						#container #content #navigation ul li a.active {
							color:#f33;
							}
			#container #content #navigation ul.under {
				list-style-type: none;
				margin-left:10px;
				}
				#container #content #navigation ul.under li {
					display: inline;
					}
					#container #content #navigation ul.under li a {
						display:block;
						padding-bottom:10px;
						font-weight: bold;
						color: #666;
						text-decoration: none;
						}
						#container #content #navigation ul.under li a:hover {
							text-decoration:underline;
							}
						#container #content #navigation ul.under li a.active {
							color:#060;
							}
						
		#container #content #left {
			margin-top:30px;
			margin-left:10px;
			width: 500px;
			float: left;
			}
		#container #content #nyheter {
			width: 180px;
			margin-right:40px;
			margin-top:10px;
			float: right;
			border:#C4CEB8 solid 1px;
			padding:20px;
			}
		#container #content #full {
			height:1px;
			width: 480px;
			clear: both;
			}
	#container #footer {
		clear: both;
		height:1px;
		}
h1{
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	}
h2{
	font-size:14px;
	margin-bottom:15px;
	}
p{
	margin-bottom:15px;
	}
p.rand{
	background-image:url(layout/nyhets-rand.gif);
	background-repeat:no-repeat;
	height:7px;
	}
#content img{
	margin:5px;
	}
img.logga{
	margin-left:45px;
	}
img.fisk{
	float:right;
	margin:5px;
	}
a{
	text-decoration:none;
	color:#000;
	}
	a:hover{
		color:#f33;
		text-decoration:underline;
		}
		
.alt2 {
	color: #000;
	background-color: white;
}

.alt3 {
	color: white;
	background-color: #333333;
}
	.alt2:hover {
		color: #fff;
		background-color: #ccc;
	}

.alt {
	color: #000;
	background-color: #eee;
}
	.alt:hover {
		color: #fff;
		background-color: #ccc;
	}

p#title {
	font-size: 13px;
	font-weight: 500;
}

p#text {
	text-align: justify;
	color: #333;
}

#gallery a img{
	border: 1px solid black;
	margin: 1px 1px 1px 1px;
}

#margin {
	margin-left: 10px;
	margin-bottom: 10px;
}

td.rManad {
	background-color: #d4d4d4;
}

td.Sondag {
	background-color: #d4d4d4;
}

td.idag {
	background: teal;	
	color: white;
}
span.idag {
	font-weight: bold;
}

div.done {
	color: #000;
	background-color: #ccff99;
	border: 1px solid #99cc66;
	padding: 10px 10px 3px 10px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
