body {
	background: #458669;
	margin: 0;
	padding: 0;
	font: 11px Verdana;
}

a:hover { color: #f32a02; text-decoration: none; }
a { color: #333333; text-decoration: underline; }

#wrapper {
	width: 745px;
	margin: 0 auto;
	height: auto;
	background: url('images/mainbg.jpg');
}

#header {
	width: 745px;
	height: 149px;
}

#brown1 {
	background: #333333;
	width: 745px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 4px solid #f32a02;
}

#brown1 a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	color: #fff;
	text-decoration: none;
}

#brown1 a:hover {
	color: #fff;
	background: #f32a02;
	text-decoration: none;
}

#show {
	width: 745px;
	height: auto;
}

#sidebar {
	width: 143px;
	float: left;
	height: auto;
}

#sidebar .meny {
	width: 137px;
	padding: 3px;
	display: block;
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
}
#sidebar .meny:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	background: #f32a02;
}

#sidebar .active {
	width: 137px;
	padding: 3px;
	display: block;
	border-bottom: 1px dotted #000;
	color: #fff;
	text-decoration: none;
	background: #333333;
}
#sidebar .active:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
	background: #333333;
}

#sidebar .expand {
	width: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
	background: #dedede;
}
#sidebar .expand:hover {
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
	background: #cdcdcd;
}

#show .head {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #333333;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 4px solid #f32a02;
	padding: 3px;
	margin-bottom: 1px;
}

#content {
	width: 580px;
	float: right;
	height: auto;
}

.text {
	margin: 10px;
	height: auto;
	float: left;
}

.pics {
	margin: 5px;
	width: 140px;
	height: auto;
	float: right;
}


#footer {
	width: 725px;
	height: auto;
	font-size: 10px;
	background: #333333;
	color: #fff;
	padding: 10px;
	text-align: center;
}

#footer img { padding: 10px; }

h1 { font-size: 16px; color: #bc1f00; }
h2 { font-size: 12px; color: #bc1f00; }
h3 { font-size: 10px; color: #bc1f00; }

h1,h2,h3 { padding: 5px; margin: 0; padding-left: 0px;}

.styrem {
	padding: 5px;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
