/* @override http://komputerbook2.local/~aks/analogik/www/klunserbeats/css/pagelayout.css */



body {
	background-color: black;
	color: white;
	margin: 0;
}
#form_singleline{
	height: 30px;
	width: 530px;
	margin: 0;
	padding: 4px;
	background: url(../images/form/singleline.jpg) no-repeat;
}
#form_singleline input {
	padding: 2px;
	margin-left: 5px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	width: 500px;
	margin-top: 2px;
	background-color: black;
	color: white;
}
#form_multiline{
	height: 200px;
	width: 530px;
	margin: 0;
	padding: 4px;
	background: url(../images/form/multiline.jpg) no-repeat;
}
#form_multiline textarea {
	padding: 2px;
	margin-left: 5px;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	width: 500px;
	margin-top: 3px;
	height: 180px;
	background-color: black;
	color: white;
}
#form_capcha{
	height: 30px;
	width: 530px;
	margin: 0;
	padding: 4px;
	background: url(../images/form/capchabox.jpg) no-repeat;
}
#form_capcha input {
	padding: 2px;
	margin-left: 44px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	background-color: black;
	color: white;
	width: 379px;
	top: -3px;
	position: relative;
}
#form_capcha img {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	background-color: black;
	color: white;
	margin-left: 28px;
	margin-top: 5px;
}
.form_submit {
	text-align: center;
}

.header {
	background-color: black;
	height: 233px;
	width: 810px;
	z-index: 1;
}
.menu{
	background-color: black;
	width: 251px;
	z-index: 3;
}
.bottom_left{
	background-color: black;
	bottom: 0;
	position: relative;
	left: -262px;
	width: 251px;
	z-index: -2;
	margin: 0;
}
.bottom_right{
	background-color: black;
	bottom: 0;
	position: absolute;
	width: 251px;
	right: 0;
	z-index: -4;
	margin: 0;
}
.top_right{
	background-color: black;
	position: absolute;
	width: 251px;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: -1;
}
#content_holder{
	position: absolute;
	left: 263px;
	top: 235px;
}
.page_content_header{
	color: #f12600;
	position: absolute;
	top: 185px;
	left: 267px;
	height: 30px;
}
#page_content  {
	width: 530px;
	font-family: Geneva, Trebuchet, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 5px;
}

#page_content i {
	font-size: 10px;
	line-height: 25px;
}

#page_content a {
	color: white;
	text-decoration: underline;
}
#page_content a:visited {
	text-decoration: line-through;
}
#page_content a:hover  {
	color: #e8570f;
	text-decoration: none;
}

.overskrift{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#btekst{
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
#btekst img {
	margin: 0;
	background-color: white;
	padding: 5px;
	border: 1px solid silver;
}
.forfatter{
	font-size: 9px;
	line-height: 24px;
	font-style: italic;
}
.comment{
	padding-bottom: 21px;
}
.comment_text{
	margin-left: 32px;
	background-color: black;
}
.comment_stroke{
	background: url(../images/stroke_vert.jpg) repeat-y;
	margin-left: 10px;
	bottom: 0;
	overflow: visible;
	width: 24px;
	height: 100%;
}
#form_reply_holder{
	width: 100%;
	height: 100px;
}

