﻿body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
}
#navigation {
	display:none;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	display: hidden;
}
/* Styles for Masthead */
#masthead {
	display: none;
}
/* Styles for Navigation */

#listmenu{
	display: none;
}
/* Styles for Right Column */
#column_right{
	display: none;
}
/* Styles for Left Column */
h1 {
	font-size: 24px;
	color: #000;
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	color: #000;
	margin-top: 0px;
}
h3 {
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 { 
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h6 { 
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
table{
	border: 1px solid;
	border-color: #000;
}
td {
	border: 1px solid;
	border-color: #000;
}
.tabellrubrik {
	font-size:14px;
	font-weight: bold;
	color: #000000;
}
.tabell{
	font-size: 12px;
	background-color: #9AA7B4;
}
.centered {
	text-align: center;
	/*font-size: x-small;*/
	color: #FFFFFF;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*Stilar för kalendern*/
#calendar table {
    border: 0px solid #888;    
    border-collapse:collapse;
	font-size: 10px;
}
#calendar tr {
	height:80px;
}
#calendar tr.header_footer{
	height: 15px;
	font-size: 12px;
	font-weight: bold;
}
#calendar td {
	min-width: 100px;
	text-align: left;
	vertical-align:top;
    border-collapse: collapse;
    border: 1px solid #888;
}
.datum {
	font-size: 12px;
}
.in_month {
    background-color: #F1F3F5;
}
/* Styles for Artiklar */
#form_container{
	font-size: 12px;
	margin-bottom: 5px;
}
div.clothes{
	float:right; 
	width:100px;
	position:relative;
	top:-25px; 
	padding: 5px; 
	font-size: 12px;
}
#artiklar{
	float:left;
}
#artiklar h5{
	font-size:16px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 0;
	color:#665533; 
}
#artiklar h6{
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 0;
	color:#665533; 
	/*border-top:.08px solid #665533;*/
}
div#artiklar p{
	border-bottom: 1px solid #665533;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top:0px;
}
div#artiklar a:link{color:#665533; text-decoration: none;}
div#artiklar a:visited{color:#665533; text-decoration: none;}
div#artiklar a:hover{color:#665533; text-decoration: underline;}
div#artiklar a:active{color:#FF0000; text-decoration: underline;}
span.kolumn{
	width:200px;
	float:left;
	margin:0 10px 5px 0;
	page-break-inside:avoid;
}
span.kolumn b{
	color:#000;
}

/* Stil för anslagstavlan */
.post_it{
	width:180px;
	height:190px;
	padding:5px;
	margin:0 4px 5px 0;
	float: left;
	margin: 10px;
}
.post_it p{
	font-size: 11px;
	margin:0;
}
.post_it h6{
	font-size: 12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* Styles for Footer */
#footer {
	dsisplay: none;
}
#copyright {
	display:none;
}
#footorientation{
	display: none;
}
