/*Rent-a-høtt CSS oversikt */
body {
font-size:10pt;
font-family:Calibri;
background-color:rgb(216,224,229);
}

h1 {
font-family:Consolas;
}

.undertitle {
text-align:center;
}

div.main {
}

div.text{
}

.comic {
position:relative;
top:-50px;
right:-100px;
}

.navnext{
position:relative;
top:-65px;
right:100px;

}
.navback{
position:relative;
top:-60px;
right:300px;
}

.nav{
position:relative;
z-index:0;
}

.nav1{
z-index:1;
position:relative;
top:-61px;
right:-687px;
}

.title{
position:relative;
top:00px;
z-index:1;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px
}

#wrapper {
	width:800px;
	background: #fff;
	background-image:url('papp.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color:black;
}

#containertext {
	margin-left: auto;
	margin-right: auto;
	width: 600px
}

#wrappertext {
	width:600px;
	background: #fff;
	background-color:rgb(230,230,250);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color:black;
}