/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#000;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

a:link {
	color: #777;
	text-decoration: none;
}

a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3.tidningar {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: -5px;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: -0.2px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: -2px;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: -2px;
}

h4 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: -0.2px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: -5px;
}

p {
	font-size: 11px;
	color: #aaa;
	line-height: 16px;
	margin-top: 10px;
}

p.tidningar {
	margin-top: -12px;
}

p.indrag {
	margin-top: -12px;
	text-indent: 16px;
}

/* Huvud container ---------------------------------------------- */

#wrapper {
	position: relative;
    width: 800px;
	top 0px;
    margin: 0 auto;
}

#container {
	position: relative;
	top: 50px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
	}
  
#logo {
	background-image:url(../img/logotyp.png);
	background-repeat:no-repeat;
	background-position: 15px;
	display: block;
	position: relative;
	height: 85px;
	border-bottom: 1px solid #999;
	}
	
#main {
	height: 410px;
	display: block;
	margin-top: 18px;
	border-bottom: 1px solid #999;
	}
	
#adress {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	padding-top: 9px;
	text-align: center;
	height: 27px;
	display: block;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	}
	
/* Tabell ----------------------------------------------------- */

table {
 padding: 0px;
 margin: 0px;
}

.img_right {
	text-align:right;
}

td.kontakt {
	vertical-align: top;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 25px;
}

td.tidningar {
	vertical-align: top;
}

td.tidningar_right {
	vertical-align: top;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 75px;
}

td.tid_rubriker {
	height: 50px;
	padding-bottom: 15px;
	vertical-align: top;
}

td.indrag {
	padding-left: 15px;
	vertical-align: top;
	padding-top: 25px;
}

td.indrag_2 {
	padding-right: 15px;
	vertical-align: top;
	padding-top: 25px;
}

/* Meny ------------------------------------------------------- */

#meny {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	height: 30px;
	border-bottom: 1px solid #999;
}

#meny ul{
	padding : 10px;
	padding-top: 5px; 
	margin : 0;
	list-style: none;
	white-space: nowrap;
}

#meny ul li{ 
	display : inline;
}

#meny ul li a{
	color : #fff;
	text-decoration : none;
	padding-left : 8px;
	padding-right : 36px;
}

#meny ul li.on{ 
	color : #888;
	text-decoration : none;
	padding-left : 8px;
	padding-right : 36px;
}

#meny ul li a:hover{
   	text-decoration: underline;
}

/* Main --------------------------------------------------- */

#left {
	float:right;
	width: 100px;
}

#left img {
	margin-left: -100px;
	margin-top: 15px;
}

#right {
	float: left;
	width: 260px;
	padding-left: 100px;
}
