/*_______MENY_________*/

.menu ul
{
	list-style-type:none;
	margin: auto;
	padding-left: 15px;
	overflow:hidden;
}
.menu ul li
{
	float:left;
	margin-right: 5px;
}
.menu a:link, .menu a:visited
{
	display:block;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size: 20px;
	color: #FFFFFF;
	border: #990000 2px solid;
	background-color:#000000;
	text-align:center;
	padding:4px;
	text-decoration:none;
}
.menu ul li a:hover, .menu ul li.active a
{
	background-color:#CC0000;
}
.menu {
  background-color: FF9966;
  align: center;
  position:relative;
  float: left;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 15px;
  z-index:2
}

/*_______KROPP_________*/

body {
  	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a:link { color: #990000; }
a:visited { color: #990000; }
a:hover { color: #3F6DAF; }
a:focus {	outline: none; }


a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(bilder/layout/file_types/pdf.png) center left no-repeat;
}

#main {
  margin: auto;
  width: 990px;
}

/*_______INNEHÅLL_________*/

.content {
  background: #FFFFFF;
  width: 800px;
  float: left;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

.imgborder {
  border: 2px #000000 solid;
  margin: 5px;
}

.open_hours {
  background: #FFFFFF;
  width: 175px;
  float: right;
  position:relative;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

.open_hours_header ul
{	
	margin: auto;
}

.open_hours_header
{
	display:block;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size: 20px;
	color: #FFFFFF;
	border: #990000 2px solid;
	background-color:#000000;
	padding:4px;
	float: left;
	margin-top: -20px;
	margin-left: 15px;
}

/*_______FOT_________*/

.footer {
  clear: both;
  width: 70%;
  height: 50px;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5%;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

/*_______FORMATERING_________*/

.text {
  padding: 20px 30px 5px 30px;
}
.leverantorer {
  float: left;
  width: 100%;
  padding-left: 0;
  margin-left: 5px;
  margin-bottom: 20px;
  list-style: none;
}
.leverantorer li {
  float: left;
  width: 25%;
}
.source {
  color: #999999;
}
h1 {
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-stretch: narrower;
  color: #CC0000;
  margin-bottom: -5px;
}
h2 {
  font-family: "Trebuchet MS";
  font-size: 18px;
  color: #CC0000;
  margin-bottom: -5px;
}
h3 {
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-style: italic;
  color: #CC0000;
  margin-bottom: -5px;
}
p {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
ul {
  padding-left: 0;
  margin-left: 5px;
  list-style: none;
}
small {
  font-style: italic;
}
.stark {
  font-size: 16px;
}

#left {
  width: auto;
  float: left;
}
#right {
  float: left;
  width: auto;
  margin-left: 20px;
}
.left_50 {
  width: 50%;
  float: left;
}
.right_50 {
  width: 50%;
  float: right;
}
#down {
  clear: both;
}