@charset "utf-8";
/* CSS Document */

/* Diskusjonsforum.no CSS */
/* 2009 Liveview Designs */

* {
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {	
	background: #f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*text-align: center;*/
	background-image: url(images/bgtile.png);
	background-repeat: repeat-x;
	background-color:  #fff;
	background-position: top;
}

P {
	margin-bottom: 10px;
}

ul {
	margin-left: 20px;
	margin-bottom:20px;
	}

/* Layout Elements */

div#wrapper {
	/*background: url(images/tilebg.png) repeat-y;*/
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#head {
	background: url(images/head.jpg) no-repeat;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	text-indent: -9999px;
}

div#content {
	width: 550px;
	min-height: 900px;
	margin: -480px 0px 0px 50px;
	color: #2b2b2b;
	font-size: 11px;
	text-align: left;
	/*border: 1px solid #fff;*/
}

div#foot{
	background: url(images/foot.png) no-repeat;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	margin-top: -10px;
}



div#rightbar {
	position: absolute;
	width: 280px;
	margin: 100px 0px 0px 620px;
	color: #2b2b2b;
	text-align: left;
	/*border: 1px solid #fff;*/
}



.liveview {
	display: block;
	visibility: invisible;
	width: 200px;
	height: 15px;
	position: absolute;
	margin-top: 30px;
	margin-left: 400px;
	text-decoration: none;
	/*border: 1px solid #000;*/
}

/*div#topmenu {
	width: 650px;
	margin-top: 392px;
	margin-left: 125px;
	position: absolute;
	color: #CCCCCC;
	font-size: 0.8em;
}*/


#content a {
	text-decoration: none;
	color: #810000;
}

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

.leftimage {
	float: left;
	margin: 4px 5px 0px 0px;
}

.rightimage {
	float: right;
	margin: 4px 0px 0px 5px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
background: url(images/menubg.png) bottom repeat-x;
}

#navlist li:hover
{
list-style: none;
margin: 0;
padding: 0.25em;
background: url(images/menubg_on.png) bottom repeat-x;
}

#navlist li a { 
text-decoration: none; 
display: block;
width: 200px;

}

#768banner {
position: absolute;
margin: 0px 0px 0px 50px;
}

blockquote {
    max-width: 550px;
    background: url(images/rs-right.png) right repeat-y }
blockquote:before {
    display: block;
    line-height: 0;
    background: url(images/rs-topright.png) top right no-repeat;
    content: url(images/rs-topleft.png) }
blockquote:after {
    display: block;
    line-height: 0;
    background: url(images/rs-bottomright.png) bottom right no-repeat;
    content: url(images/rs-bottomleft.png) }

