* {
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	display: none;
}
body {
	background: #221103 url(images/bg.jpg) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C06912;
	font-size: small;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
p.info {
	background: #B3F795;
	color: #003300;
	border: 1px dashed #003300;
	padding: 3px;
}
img.profil {
	height: 250px;
	float: right;
	background: #B3F795;
	border: 1px dashed #003300;
	margin-left: 10px;
}
input, select, textarea {
	background: #221103;
	border: 1px dotted #814b1f;
	color: #C06912;
}
textarea {
	width: 100%;
	height: 100px;
}
a {
	color: #CD6C0C;
}
a:hover {
	color: #814b1f;
	text-decoration: none;
}
p.writer {
	width: 100%;
	border-top: 1px dotted #583b21;
	text-align: right;
}
.conteiner {
	background: url(images/main_bg.jpg) no-repeat top center;
	height: 100%;
	width: 1024px;
	margin: auto;
}
.header {
	width: 650px;
	margin: 0px 0px 0px 220px;
	padding: 20px 0px 230px 0px;
	text-align: center;
}
.top_menu {
	margin: 30px 0px 0px 0px;
	text-transform: lowercase;
	color: #302113;
	text-align: center;
}
.top_menu a {
	color: #302113;
	text-decoration:none;
	font-weight: bold;
	margin: 10px;
}
.top_menu a:hover {
	color: #583b21;
}
.login {
	font-size: 10px;
	width: 570px;
	margin: 10px 0px 0px 190px;
	text-align: center;
}
.login input {
	font-size: 9px;
}
.logged_in {
	width: 570px;
	margin: 10px 0px 0px 190px;
	text-align: center;
	font-weight:bold;
}
.logged_in a {
	color: #945A1B;
	margin: 10px;
}
.entry, .footer {
	width: 660px;
	margin: 10px 0px 0px 150px;
	display: table;
}
.footer {
	border-top: 1px dotted #583b21;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer p {
	text-align: center;
	font-size: smaller;
	margin-top: 5px;
}
span.dato, .writer {
	float: right;
	font-size: smaller;
}
.paypal input {
	margin-top: 5px;
	background: none;
	border: 0px;
}
/* registrering */
#fader {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: black;
	width: 100%;
	height: 100%;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#registrer {
	display: none;
	position: fixed;
	top: 100px;
	left: 35%;
	width: 30%;
	background: #221103;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #583b21 1px solid;
}
#registrer p, #registrer h3 {
	text-align: center;
}
#registrer input {
	width: 50%;
}
