* {
	border-width:0;
	margin:0;
	padding:0;
}

body {
	background-color:#090a1d;
	background-image:url(../img/layout/bg_main.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:62.5%;
}

div#wrapper {
	background-image:url(../img/layout/ornament_bg.png);
	background-position:620px 518px;
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:600px;
	overflow:auto;
	width:980px;
}

div#wrapper-inner {
	background-image:url(../img/layout/top_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:600px;
	width:980px;
}

div#header {
	height:197px;
}

div#logo {
	float:left;
	padding:7px 0 0 39px;
	width:139px;
}

div#nav {
	float:left;
	padding-top:60px;
	width:600px;
}

div#welcome {
	clear:both;
	display:block;
	padding:30px 0 0 45px;
}

div#content-wrapper {
	background-image:url(../img/layout/content_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin-top:63px;
	overflow:hidden;
	width:710px;
}

div#content {
	background-color:#fbf4e0;
	background-image:url(../img/layout/content_bg_top.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:480px;
	overflow:auto;
	padding:10px 40px 30px;
	width:610px;
}

div#content-bottom {
	background-image:url(../img/layout/content_bg_bottom.png);
	background-position:10px top;
	background-repeat:no-repeat;
	height:21px;
	width:710px;
}

div#right-col {
	background-image:url(../img/layout/right_col_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	margin-right:35px;
	min-height:400px;
	width:209px;
}

div#contact {
	padding:0 0 0 27px;
}

div#footer {
	clear:both;
	padding:10px 0 20px 10px;
	width:690px;
}

p, .normal {
	font-size:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:1.2em;
	vertical-align:top;
}

h1, .h1 {
	font-size:2.6em;
	font-weight:bold;
}

h2, .h2 {
	font-family:"Arial Black", Arial, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	padding-bottom:5px;
	text-shadow:0 1px 4px #c1bdb2;
}

h3, .h3 {
	font-family:"Arial Black", Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

h4, .h4 {
	font-size:1.4em;
	font-weight:bold;
	margin:4px 0 8px;
}

h5, .h5 {
	font-size:12px;
	font-weight:bold;
}

h6, .h6 {
	font-size:10px;
	font-weight:bold;
}

ul {
	margin-bottom:12px;
}

li {
	font-size:12px;
	margin:0 0 10px 17px;
}

a {
	color:#4c483c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-style:none;
}

#contact p {
	font-size:1.1em;
	line-height:1.5em;
}

#contact h3 {
	font-family:"Arial Black", Arial, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	margin:20px 0 4px;
	text-transform:uppercase;
}

#footer .prod {
	font:normal normal normal 1.1em/normal Arial, sans-serif;
	padding:4px 0;
	text-align:right;
}

hr {
	clear:both;
	display:none;
}

#content hr {
	border-bottom-color:#e3d1a7;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	clear:both;
	display:block;
	height:1px;
	margin-bottom:10px;
	padding-top:10px;
}

#footer hr {
	border-bottom-color:#20213a;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display:block;
	height:1px;
}

.no-outline:active, .no-outline a:active {
	outline-style:none;
}

.no-outline:focus, .no-outline a:focus {
	-moz-outline-style: none;
}

a.logo {
	background-image:url(../img/layout/pongbuffe_logo.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:85px;
	margin:0;
	text-indent:-9999px;
	width:139px;
}

a.logo:hover {
	opacity:0.8;
}

h1.welcome {
	background-image:url(../img/layout/welcome.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#ffffff;
	display:block;
	font-weight:normal;
	height:88px;
	line-height:1.1em;
	margin:0;
	text-indent:-9999px;
	width:572px;
}

.bokabord {
	background-image:url(../img/layout/bokabord_btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:45px;
	margin:1px;
	text-indent:-9999px;
	width:207px;
}

.bokabord:hover {
	background-position:0 -45px;
}

#right-col h3 {
	color:#fbf4e0;
}

#footer {
	color:#595966;
}

#footer a {
	color:#090a1d;
	font-size:10px;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:none;
}

#content {
	color:#2b1305;
}

input, textarea {
	background-color:#fdf9ee;
	border:1px solid #ddceac;
	color:#645d4b;
	font:normal normal normal 13px/normal Arial;
	margin:0 0 10px 20px;
	padding:6px 3px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input:focus, textarea:focus {
	background-color:#ffffff;
	border:1px dotted #f5e4be;
	color:#2b1305;
	-moz-box-shadow: 0 0 6px #c4b694;
	-webkit-box-shadow: 0 0 6px #c4b694;
	box-shadow: 0 0 6px #c4b694;
}

.booking {
	float:right;
	margin-right:30px;
	margin-left:30px;
	width:250px;
}

.floatright {
	float:right;
	margin-left:30px;
}

.pongruta {
	background-image:url(../img/layout/pong_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font:normal normal normal 10px/normal "Arial Black", Arial, sans-serif;
	height:27px;
	padding:30px 20px 0;
	vertical-align:bottom;
	width:300px;
}

.guestbook_title {
	color:#ff9933;
	font-size:15px;
	font-weight:bold;
	margin:0;
}

.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;
}

