body {
	background-color:#fff;
	font: 76%/1.6 Verdana, Arial, Tahoma, sans-serif;
	color:#444;
	margin:0px;
	padding:0px;
}
#container {
	width:100%;
	min-width:800px;
	background: url(/templates/meridium/images/mainbody/bg-top.gif) repeat-x top left;
}
#header {
	background:#63a200;
	width:100%;
	height:6px;
	margin:0px;
	padding:0px;
}
#menu {
/*
	width:25%;
*/
	max-width:300px;
	min-width:200px;
	float:left;
	background: url(http://www.vallentuna.se/dok/nav-bg-inner.gif) no-repeat bottom right;
	margin:0px;
	padding:0px;
	color:#000;
}
#menu .innermenu {
	background: url(http://www.vallentuna.se/templates/meridium/images/navigation/nav-bg.gif) no-repeat top right;
	min-height:450px;
	padding:5px 8px 0px 8px;
}
.innermenu {
	min-width:200px;
}

#content {
	width:60%;
	max-width:800px;
	float:left;
}
#content .innercontent {
	padding:5px 8px 5px 10px;
}
.breadcrumbs {
	height:77px;
}
.foldertitle {
}
.logo {
	padding:5px 0px 10px 0px;
}
.filelist {
	width:100%;
	margin-bottom:20px;
}
.filelist img {
	vertical-align:middle;
}
.filename {
	float:left;
}
.orgform {
	float:right;
	padding-left:20px;
}
.row {
	width:100%;
	padding:3px 0px 3px 0px;
}

.footer {
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding:5px 0px 10px 0px;
}



a:link,
a:visited,
a:hover,
a:active {
	color: #498500;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	color:#000;
}
#menu a:hover,
#menu a:focus,
#menu a:active {
	text-decoration:underline;
}
img {
	border:0;
}
.noborder {
	border-style:none;
}



#menu ul {
	margin:0px;
	padding:0px;
}
#menu li {
	list-style:none;
	padding-left:0px;
}
#menu li li {
	padding-left:20px;
}
#menu li img {
	vertical-align:middle;
}



#content ul {
	margin:0px;
	padding:0px;
}
#content li {
	list-style:none;


	border-top:1px solid #eee;

	padding:3px 0px 3px 0px;
}


h1 {
	font-size:145%;
	margin:0px;
}

#content li:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
#content li {	display:inline-block; } /* Causes a validation error */
#content li {	display:block; }

.hfooter { width:1000px; height:1px; }