
* {
	margin: 0;
	padding: 0px;
}

body {
	background-color:#000000;
	background: #0A0A0A url(images/border.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #652A17;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
	background-color:#000000;
	background: url(images/border.jpg) repeat-x;
}

/* Header */

#header {
	width: 900px;
	height: 0px;
	margin: 80px auto auto auto;
	padding: 0 0 0 0;
	background-color:#ffffff;	
	background: url(images/top_banner.jpg) no-repeat;
}


/* Menu */
#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto auto auto;
	padding 0 0 0 0;
	background-color:#ffffff;
	background: url(images/menu_background.jpg) repeat-x;
	border-right:  2px solid #000000;
	border-bottom:  2px solid #000000;
}
#menu ul {
	margin: 0 auto auto auto;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin: 0 auto auto auto;
	padding: 0px  0px 0px 0px;
	display: inline;

}

#menu a {
	margin: 0 0 0 0;
	display: inline;
	float: right;
	height: 30px;
	padding: 8px  10px 0px 10px;
	border-left:  2px solid #000000;
	border-top:   2px solid #000000;
	background: url(images/textbox_background.png) repeat-x left bottom;
	font-size: 136%;
}
#menu a:hover{
	background: url(images/textbox_background_solid.png) repeat-x left bottom;
} 

/* Page */
#page {

	width: 900px;
	height: 525px;
	margin: 0 auto auto auto;
	padding 0 0 0 0;
	background-color:#ffffff;
}

#page li {
	margin: 0 auto auto auto;
	padding: 0px  0px 0px 0px;
	display: inline;
}


/* Content */

#content {
	float: right;
	width: 700px;
	height: 525px;
	margin: 20 auto auto auto;
	padding 0 0 0 0;
	background: url(images/img4.jpg) no-repeat top right;
position:relative; left: 0px; top:-525px;
}


#content h1, #content h2, #content h3 {
	margin-bottom: 10px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
	display: inline;
	float: left;

}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}
#content_textbox{
	float right;
	width: 440px;
	height: 180px;
	padding-right 50px;
	background: url(images/textbox_background.png) repeat-x left bottom;
	position:relative; left: 250px; top: -173px;
}

#content_textbox ul {
	margin: 0;
	padding-left: 10px;
	width: 380px;
	list-style: none;
	line-height: normal;
}

#content_textbox:hover {
	background: url(images/textbox_background_solid.png) repeat-x left bottom;
}

#content_moviebox{
position:relative; left: 10px; top:10px;
}


/* Sidebar */

#sidebar {
	width: 200px;
	height: 525px;
	background-color:#ffffff;

	background: url(images/sidebar_background.jpg) no-repeat;
	position:relative; left: 0px; top:0px;
}

#sidebar_textbox {
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:5px;
	width: 140px;
	list-style: none;
	line-height: normal;
	background: url(images/textbox_background.png);
	position:relative; left: 0px; top: 25px;
}
#sidebar_textbox:hover {
	background: url(images/textbox_background_solid.png);
}

#sidebar h2 {
	padding: 5px 20px;
	font-size: 100%;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	border: none;
}


#sidebarmenu{
}


/* Footer */
#footer {
	width: 900px;
	height: 100px;
	margin: 0px auto auto auto;
	padding 0 0 0 0;
	background-color:#ffffff;
	background: url(images/bottom_banner.jpg) repeat-x;
}

#footertext{
	width:200px;
	background: url(images/textbox_background.png) repeat-x left bottom;
	position:relative; left: 350px; top:25px;
}
#footertext:hover{
	background: url(images/textbox_background_solid.png);
}
#footer p {
	margin: 0;
	text-align: center;
}

/*snubben på kanten*/
#sitting_man{
	width: 150px;
	height: 175px;
	margin: 0px auto auto auto;
	padding 0 0 0 0;
	background: url(images/sitter.png) no-repeat left top;
	position:relative; left: -375px; top:-600px;
}

/*tweak*/
#header,#menu,#page,#footer {width:900px;}
#footer{height:80px;} 

#footertext{position:relative; left: 350px; top:10px;}

#content_moviebox{position:relative; left: 10px; top:10px;}
#content_textbox{width:400px;position:relative; left: 250px; top: -173px;}
#content_textbox ul {width:380px;}


#page, #content,#sidebar{height:450px;}
#content{width:700px;position:relative; left: 0px; top:-450px;}
#sidebar{width:200px;}
#sidebar_textbox {position:relative; left: 0px; top: 300px;}

#sitting_man{position:relative; left: -420px; top:-630px;}


