body {
	text-align: center;
	background-color: #000;
	margin:0;
}

img {
	border:0;
}

div#holder {
	position:relative;
	width: 555px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	
}
div#header{
	position:relative;
	margin:0;
	padding:0;
	height:165px;
	width:560px;
	background: url(/gfx/index_01.gif) no-repeat;
	
}
div#menu {
	background-color: #000;
	position: absolute;
	bottom:4px;
	right:11px;
	margin: 0 0 0 0px;
	padding:0 5px 0 5px;
	height:20px;
	text-align: right;

}
div#adminMenu{
	background-color: #FFF;
/*	width:350px;*/
	font-size: 80%;
	margin: 0 0 0 45px;
}

div#mainContentHolder{
	position:absolute;
	left:45px;
	width:510px;
	
	padding:0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
}

div#mainContent{
	position: relative;
	padding:0;
	margin: 10px;
	
}
/*Gästbok*/
div#guestbook .post{
	float:left;
	width:350px;
	
}
div#guestbook .date{
	float:right;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	
}
div#guestForm {
	margin:0;
	padding:0;
	width:332px;
}
div#guestForm textarea,input{
	border: 1px solid #999;
}
div#guestForm textarea{
	width:250px;
	height:100px;
}
div#guestForm input#GuestPostName{
	width:250px;
}

div#guestForm input#GuestPostWebsite{
	width:250px;
	display:none;
}
div#guestForm .submit{
	float:right;
}

.separator {
	
	background-image: url(../gfx/dotted_line.gif);

	background-repeat: repeat-x; 

	background-position: left bottom;

	padding-bottom: 0.9em;

	margin-bottom: 1.3em;
	
	clear:both;
	
	height:1px;
}
.error_message {
	color:#CD001A;
}
.form_error {
	border: 1px solid #CD001A;
}
/*Admin*/
form label{
	float:left;
	width:80px;
}
/*
form input{	
	width:150px;
}*/