/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #454142;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
	border-top:15px solid #FF9900;
}
#column_wrapper {
	background-color: white;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 492px;
	float: left;
	padding:0;
}
#left {
	width: 238px;
	float: left;
	padding:0;
}
#right .content {
	padding: 0;
	font-size: 0.8em;
	line-height: 1.65em;
}

#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 140%;
	color:#636;
	font-style:oblique;
}
h2 {
	font-size: 120%;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 110%;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 100%;
	margin: 20px 0 0 0;
}

p {
	font-size: 80%;
	color:#333;
	margin-right: 20px;
	margin-left:20px;
}

ul.norm li {font-size: 80%;}
.nomargintop {
	margin-top: 0;
}

.img {margin:0; padding:0;}

table.tariff {
font-size:80%;
width:85%;
margin-left:20px;

}
table.tariff  th {
text-align:left;
}
/* Nav */
#navcontainer ul
{
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
width: 100%;
background-image: url(../images/nav-sq.gif);
background-repeat:no-repeat;
background-position: 10px;
text-decoration:none;
color:#636;
font-weight:bold;
}


#navcontainer a:hover, body#home a#home, body#accommodation a#accommodation, body#prices a#prices, body#location a#location, body#gallery a#gallery, body#booking a#booking, body#contact a#contact
{
background-image: url(../images/nav-sq-up.gif);
background-repeat:no-repeat;
background-position: 10px;

}

#sanderling {padding-left: 420px;}
#sanderling a {color: #999; text-decoration: none;}
