@import url('reset.css');
@import url('master.css');

html {
	height: 100%;
	background: #1b1b1b url(../images/bg.jpg) repeat-x 0 top;
}

body {
	height: 100%;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.content {
	font-size: 0.8em;
}

#header {
	height: 116px;
	padding-left: 64px;
	
}

#headerlogo a {
	text-indent: -40000px;
}

#page-error {
	clear: both;
	float: left;

}

#page-404 {
	clear: both;
	float: left;
	padding-bottom: 100px;
	background: url(../images/bg_404.gif) no-repeat right bottom;
}

.reading {
	line-height:1.425em;
	padding-bottom: 0.5em;
}

.reading p	 {
	margin-bottom: 1em;
}

.reading li {
	clear: both;
	list-style-type: disc;
	list-style-position: inside;
}
.italic {
	font-style: italic;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width: 170px;
	height: 116px;
	float: left;
	background-position: 0px 20px;
}

#logo a:hover, #logo a:visited, #logo a:active, #logo a:link {
	outline: none;
}

#multimedium {
	clear: both;
	float: right;
	display: block;
	width: 18px;
	height: 19px;
	background: url(../images/multimedium.gif) 0 top;
	margin: 15px 0;
}

#multimedium:hover {
	background-position: bottom;
}

#multimedium span {
	display: none;
}

/* @group Href elements */

a {
	color: #fbc305;
}

a.more {
	background: url(../images/icon_more.jpg) no-repeat 0 4px;
	padding-left: 15px;
}

a.button {
	padding: 3px 3px 3px 10px;
	height: 24px;
	color: #333;
	line-height: 24px;
	text-decoration: none;
	display: block;
	padding-right: 30px;
	float: left;
	
	background-repeat: no-repeat;
}

a.button-contact {
	background: url(../images/button_orange.gif) right;
}

a.button-news {
	background: url(../images/button_red.gif) right;
}

a.button-more {
	background: url(../images/button_more.gif) right;
}

a:hover {
	text-decoration: none;
}

a.button-reserveer,
a.button-menu {
	background: url(../images/button_blue.gif) right;
}

a.button-gallery {
	background: url(../images/button_yellow.gif) right;
}

/* @end */

#logo span {
	display: none;
}



/* @group Menu */

#navmenu li.first {
	margin-left: 1px;
}

#navmenu li {
	width: 146px;
	margin: 0 1px 0 0;
	padding-top: 8px;
	float: left;
}

#navmenu li.last {
	margin-right: 0;
}

#navmenu a {
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size: 1.1em;
	padding: 1em 0 0 10px;
	height: 93px;
	padding-left: 10px;
	outline: none;
}

#navmenu {
	float: left;
	margin: 0 auto;
	background-color: #282323;
	padding-left: 0px;
	width: 735px;
	background: url(../images/topmenu1.jpg) no-repeat;
	margin-bottom: 3em;
}

#navmenu a:hover, #navmenu a.active {
	background: url(../images/bg_nav_active.jpg) repeat-x 0 top;
}

#navmenu a.active {
	color: #93d1f4;
}

#navmenu .gallery a.active{
	color: #FBC305;
}

#navmenu .news a.active {
	color: #d80018;
}

#navmenu .history a.active {
	color: #e76816;
}

#navmenu a span {
	padding-top: 0.3em;
	font-size: 0.7em;
	display: block;
	clear: both;
	color: #a3a3a3;
	width: 136px;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 30px;
	background-color: #231e19;
	overflow:hidden;
	clear: both;
}

h2 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#footer h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.8em;
}

#footer a.button {
	margin-top: 10px;
}

#footer{
	font-size: 0.8em;
}

#footer li {
	margin-bottom: 0.4em;
	list-style-type: disc;
	list-style-position: inside;
}

.footer-news {
	float: left;
	width: 300px;
}

.footer-news a {
	margin-bottom: 0.5em;
	float: left;
}

.footer-news p {
	clear: both;
}

#rightfooter .block {
	margin-left: 40px;
	float: left;
	width: 300px;
}

#rightfooter .block-auto-width {
	width: auto;
}

#header {
	background-color: #000;
}

/* @end */

#gallerij-media {
	margin-top: 1em;
}

#gallerij-media li {
	float: left;
	padding: 20px 0 20px 20px;
}

#gallerij-media li.first {
	padding-left: 0;
}

/* @group Media */



a.media {
	border: 1px solid #333;
	display: block;
	width: 208px;
	height: 208px;
	background: #1b1b1b url(../images/ajax-loader.gif) no-repeat center center;
}

a.media:hover {
	border-color: #666;
}

ul.media {
	margin-top: 1em;
}

ul.media li {
	float: left;
	padding: 20px 0 20px 20px;
}

ul.media li.first {
	padding-left: 0;
}



/* @end */
.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

.background {
	background-image: url("../images/visual_background.jpg");
	overflow: auto;
	clear: both;
}

#contactinfo h2 {
	display: none;
}

.padding-from-wrapper {
	padding: 40px;
}

#visual {
	clear: both;
	margin-bottom: 2.5em;
	background: #1b1b1b url(../images/ajax-loader.gif) no-repeat center center;
}

#visual img {
	border: 1px solid #333333;
}
