body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	background-image:url(../img/layout/bodybg_long.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	margin:0;
}

p, .normal {
	color:#222222;
	line-height:1.5em;
	margin:0 0 1em;
	vertical-align:top;
}

h1 {
	color:#000000;
	font-size:15pt;
	font-weight:bold;
	margin:9pt 0 3pt;
}

h2 {
	color:#9c5194;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px;
	text-transform:uppercase;
	text-shadow: 0px 1px 0 #fff;
}

h3 {
	color:#9c5194;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	text-shadow: 0px 1px 0 #fff;
}

h4 {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h5 {
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h6 {
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	margin:3pt 0 0;
}

li {
	color:#000000;
	margin:0;
}

a {
	color:#9c5194;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-style:none;
}

.text_puffar {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0 0 2px 5px;
}

#leftcontent hr {
	border-bottom-color:#bbbbbb;
	border-bottom-style:dotted;
	border-width:0 0 1px;
	clear:both;
	display:block;
	height:1px;
	margin:12px 0;
}

.booking {
	float:right;
	margin-right:50px;
	margin-left:30px;
	width:240px;
}

.contactmenu {
	color:#222222;
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1em;
	vertical-align:top;
}

.guestbook_title {
	color:#9c5194;
	font-size:15px;
	font-weight:bold;
	margin:0;
	text-shadow:0px 1px 0px #fff;
}

.guestbook_date {
	color:#8f8f8f;
	font-size:11px;
	margin:0;
}

.guestbook_message {
	font-style:italic;
	margin:5px 0 0;
}

.guestbook_user {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

input, textarea {
	background-color:#eaeaea;
	border:1px solid #898989;
	color:#645d4b;
	font:normal normal normal 13px/normal Arial;
	margin:0 0 10px 10px;
	padding:6px 3px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input:focus, textarea:focus {
	background-color:#ffffff;
	border:1px dotted #898989;
	color:#2b1305;
	-moz-box-shadow: 0 0 6px #eaeaea;
	-webkit-box-shadow: 0 0 6px #eaeaea;
	box-shadow: 0 0 6px #eaeaea;
}

