@charset "utf-8";

body { 
   background-image: url(img/bg.jpg);
   background-repeat: repeat-x;
   background-color: #640201;
}

#container {
	width: 1160px;
	margin: auto;
}

#topp_vanster { 
   width: 120px;
   height: 298px;
   background: url(img/topp_vanster.jpg);
   float: left;
}

#topp_loggo { 
   width: 920px;
   height: 298px;
   background: url(img/topp_logo.jpg);
   float: left;
}

#topp_hoger {
   width: 120px;
   height: 298px;
   background: url(img/topp_hoger.jpg);
   float: left;
}

#meny_container {
	width: 920px;
	height: 25px;
	background: url(img/meny_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 120px;
	margin-top: 0px;
	clear: both;
	position: relative;
}

#meny_pres {
	width: 100%;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

.meny_pres_topic {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	color: #fff;
	height: 15px;
	background: #000;
	padding: 0.35em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	border: 1px solid #000;
}

#meny_pres a {
	display: block;
	width: auto;
	color: #000;
	height: 15px;
	background: #fff;
	padding: 0.35em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	border: 1px solid #000;
	list-style-type: none;
}

#meny_pres a:hover {
	background: #000;
	color: #f9e007;
}

.meny_list {
	list-style-type: none;
}

#inloggad_container {
	width: 96%;
	padding: 0.35em;
	background: #fff;
	border: 1px solid #000;
}

#text_topp {
	width: 920px;
	height: 16px;
	background: url(img/text_skuggatopp.jpg);
	margin: auto;
	clear: both;
}

#innehall_container {
	width: 920px;
	min-height: 300px;
	background: url(img/text_bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#innehall_vanster {
	width: 242px;
	float: left;
	padding-left: 20px;
	margin-right: 21px;
}

#innehall_hoger {
	width: 617px;
	float: left;
}

#botten {
	width: 920px;
	height: 102px;
	background: url(img/botten.jpg);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
}

#comment_area {
	background-color: #eaeaea;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-right: 8px;
	clear: both;
}

.comment {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom : 1px dotted #000000;
	padding-bottom: 1px;
}

.comment_input {
	width : 100%;
}

.comment_textarea {
	height : 80px;
	width : 100%;
}

.comment_send {
	background-color : #ffffff;
	border : 1px solid #d1d1d1;
	font-family : Tahoma;
	font-size : 11px;
	padding : 3px;
}

.login {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 9px;
	color: #ffffff;
	vertical-align: super;
}

.input { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 9px; 
   color: #000000; 
   background-color: #ffffff; 
   border: 1px solid #000000; 
   margin-top: 4px;
   vertical-align:inherit;
}

.img {
	border: none;
}

.img_galleri {
	border: 1px solid #000;
}

.img_sponsorer {
	border: none;
	margin-left: 25px;
	margin-bottom: 35px;
}

.img_vanster {
	border: 1px solid #000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #600;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.imgborder { 
     border: 1px solid #000000; 
}

.nyhet_topic {
	font-family:"Trebuchet MS", Verdana, Helvetica, Univers,Arial;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	border-bottom : 1px dotted #000000;
	padding-bottom: 0px;
}

.nyhet_date {
	font-style: italic;
	color: #333;
}

ul li { 
	list-style-type: circle;
}

ul.dates {
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #807b77;
}
ul.dates li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #807b77;
}
ul.dates .date{
	color:#858585;
}

.pm {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.pm:hover {
	text-decoration: none;
	color: #f9e007;
}