Body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
HTML {
	font-size:100%;
}
.TopMenuHolder {
	display: none;
}
.SplashArea {
	display: none;
}
.LeftColumn {
	display: none;
}
#SearchHitList {
	display: none;
}
.SearchArea {
	display: none;
}
p.Ingress {
	color: #999999;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
body.InfoPage .MidColumn {
	float: left;
	width: 66%;
}
body.InfoPage .RightColumn {
	float: right;
	width: 32%;
}
body.NoRightCol .MidColumn {
	float: left;
	width: 100%;
}
body.NoRightCol .RightColumn {
	display:none;
}
.PageFooter
{
    clear: both;
    margin-top: 8px;
    padding-top: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    float: left;
    width: 100%;
}
div.PayOff
{
    float: left;
    width: 45%;
}
.RightEditor
{
    float: right;
    width: 20%;
    text-align: right;
}
.LeftEditor
{
    float: right;
    width: 20%;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    margin-right: 15px;
    padding-right: 25px;
    text-align: right;
}
ul.Doc {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.Doc li{
	list-style-type: none;
}
ul.Links {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
h2.ListHeading {
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	margin-bottom: 8px;
	font-size: 1.2em;
}
ul.Links li {
	list-style-type: none;
}
.ContactList P {
	margin: 0px;
	padding: 0px;
	float: left;
}
p.Person {
    clear: both;
	float: left;
	width:100%;
	padding: 0px;
	margin-top: 0px;
	padding-top: 8px;
}
.ContactList span {
	display:block;
}
.PersonImage {
	float: right;
}
.TopHolder {
	padding-bottom: 15px;
}
.PrintHolder {
	display: none;
}

/*Användarrubriker*/
h2.Rubrik1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4c721c;
	padding-bottom: 5px;
}
h3.Rubrik2 {
	font-size: 1em;
	font-weight: bold;
	color: #4c721c;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

/*Användarformateringar bilder*/
.ImageLeft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.ImageRight {
	float: right;
	padding-right: 8px;
	padding-left: 8px;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ShortCuts {
	display: none;
}

.BreadCrumb {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
.BreadCrumb li {
	display:inline;
	background-image: url(../images/bc-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding-right: 8px;
	margin-right: 4px;
}
.BreadCrumb li.LastItem {
	background-image:none;
}
.BreadCrumb a:link, 
.BreadCrumb a:visited {
	color:#666;
	text-decoration: none;
}
h1.PageName {
	font-size: 1.8em;
	line-height: 1.4em;
	padding-bottom: 8px;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
}.Columns {
	clear: both;
}
/*Filterhantering, arkiv mm*/
.FilterHolder {
	background-image: url(../images/filterbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
}
.FilterHolder input, .FilterHolder select {
	font-size:0.9em;
}
.FilterContent {
	padding:8px;
}
.FilterGroup {
	float: left;
	padding-right: 10px;
}
.FilterGroup label {
	display:block;
}
div.Flat label {
	display:inline;
}
.Button {
	padding-top: 16px;
}
.SearchFree {
	width: 200px;
}
/*Nyhetslista*/
.NewsList {
	width:100%;
	margin-bottom:4px;
	margin-top: 8px;
	clear: both;
}
.NewsList P {
	padding:0px;
	margin:0px;
}
.NewsList .Heading {
	font-weight:bold;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	color: #990000;
}
.NewsList .Date {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.NewsList .Image {
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}
.NewsList .Text {
	display: block;
	padding-top: 0px;
}
.ImageText {
	font-style:italic;
	clear: both;
}
.NewsLink:link, .NewsLink:visited {
	float:left;
	width: 100%;
	text-decoration:none;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9f0f5;
	padding-bottom: 8px;
	padding-top: 8px;
}
.NewsLink:hover {
	background-color:#F2F2F2;
	text-decoration: none;
}
.NewsLink span {
	display: block;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.NewsList .Category {
	color:#666666;
	font-size: 0.9em;
}
.SearchInfo {
	padding: 4px;
	background-color: #F1F1F1;
	margin-top: 8px;
}
/*Paginering-lista*/
.Paging {
	color: #000000;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	width: 100%;
}
.Paging a, .Paging a:visited {
	display: inline;
	margin-top: 0.5em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.Paging a:hover {
	background-color:#F3F3F3;
}
.Paging .ActiveItem:link, .Paging .ActiveItem:visited {
	background-color:#eeeeee;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}
.PageInfo {
	padding-bottom: 4px;
}
.Breaker {
	clear: both;
}

.EditorContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	}.hidden {
	display: none;
}
div.TopRight {
	padding: 4px;
	border: 1px solid #C8C8C8;
	margin-bottom: 8px;
}
