@charset "UTF-8";
body {
	background-color: #1C1811;
	background-image: url(bilete/bg.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #362f2d;
}

/* Peikarar */
a:link {
	color: #DC3E00;
}
a:visited {
	color: #b53401;
}
a:hover {
	color: #e34709;
}
a:active {
	color: #b53401;
}

/* INGEN BLÅ RAMME!!! */
img {
	border-style: none;
}

.bilet {
	margin: 5px;
}

/* Blogg tittel */
h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.h2 {
	text-decoration: none;
}

/* Område */
#wrapper {
	background-image: url(bilete/bg_top.png);
	background-repeat: no-repeat;
	height: 707px;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#container{
	float: left;
	width: 600px;
	margin-left: 105px;
	min-height: 100%;
}

#header{
	float: left;
	width: 406px;
}

.sidebar{
	float: right;
	width: 240px;
	color: #DDD7B4;
	position: absolute;
	top: 0px;
	left: 710px;
}

#footer{
	clear: both;
	float: left;
	width: 747px;
	height: 190px;
	text-align: right;
	background-image: url(bilete/bg_botn2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.footertekst{
	text-align: right;
	margin-right: 20px;
	margin-top: 140px;
}
.h2list{
	list-style-type: none;
}
a.sidebar-link:link{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	font-size: 14px;
	color: #8d8974;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28241C;
	display: block;
	width: 170px;
}
a.sidebar-link:visited{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	font-size: 14px;
	color: #8d8974;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28241C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	width: 170px;
}

a.sidebar-link:hover{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	font-size: 14px;
	color: #DDD7B4;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28241C;
	background-color: #28241C;
	display: block;
	width: 170px;
}

a.sidebar-link:active{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	font-size: 14px;
	color: #DDD7B4;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28241C;
	background-color: #28241C;
	display: block;
	width: 170px;
}

.sidebar-li {
	list-style-type: none;
	margin-left: -40px;

}
a.tag-cloud:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;	
}
a.tag-cloud:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
  }
a.tag-cloud:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}
a.tag-cloud:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, "Gill Sans";
	/* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1.0;
}
#velkomen {
	/*background-color: #E5D5B5;*/
	background-image: url(bilete/velkomen_bg.png);
	padding: 5px;
	width: 600px;
	border: 3px solid #C8B89C;
  }
#velkomen-tekst {
	font-size: 14px;
	/* for IE */
    filter:alpha(opacity=100);
	/* CSS3 standard */
    opacity:1.0;
  }
  
