/* @override http://www.nordseehaus-probst.de/wp-content/themes/nordseehaus-probst/style.css */

/*  
Theme Name: Nordseehaus Probst
Theme URI: http://www.nordseehaus-probst.de/
Description: 
Version: 1.0
Author: David Langer, Arne Hawly
Author URI: http://www.exosign.de

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Typo */

body {
	font-family: Georgia, serif;
	font-size: 85%;
	color: #333;
	background: url(images/bg.jpg) repeat-x #a1d9e8;
	margin: 0; padding: 0;
	line-height: 1.5em;
}

h1,h2 {
	font-family: "Helvetica", sans-serif;
	font-size: 1.3em;
	margin-bottom: 1.5em;
	line-height: 1.2em
}

a:link {
	color: #2671B7;
	text-decoration: underline;
}
a:visited {
	color: #66A5B9;
}
a:hover, a:active {
	color: #2671B7;
	text-decoration: none;
}

img.right {
	float: right;
}

.content-center img {
	padding: 2px;
	border: 1px solid #999;
}

img.noborder, #wp-calendar img {
	padding: 0;
	border-width: 0;
}



/* @end */

/* @group Layout */

a.logo h1 {
	display: none;
}

a.logo {
	position: absolute;
	display: block;
	width: 250px;
	height: 105px;
	left: 0;
	top: 0;
}

.clearboth {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

div.ngg-galleryoverview a.slideshowlink {
	display: block! important;
	margin-bottom: 1em;
}

.wrap {
	width: 780px;
	margin: 0 auto;
	color: #523A30;
}

.header {
	height: 90px;/*118px;*/
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

/* @group Navigation */

ul.nav {
	position: absolute;
	left: 260px;
	top: 50px;
	list-style: none;
	margin: 0;
	padding: 0 1em 0.2em 1em;
	font-size: 1.05em;
	font-family: "Helvetica", "Arial", sans-serif;
	border-bottom: 1px solid #ccc;
}
ul.nav li {
	padding: 0; margin: 0;
	display: block;
	float: left;
}
ul.nav a:link, ul.nav a:visited {
	display: block;
	padding: 2px 5px; margin: 0;
	text-decoration: none;
	color:  #2671B7;
	border-right: 1px solid #ccc;
}
ul.nav li.page-item-2 a {
	border-right-width: 0 !important;
}
ul.nav li a:hover {
	background: #2671B7;
	color: #fff;
}

ul.nav li.current_page_item a {
	text-decoration: underline !important;
}



/* @end */
.content-wrap {
	padding-top: 60px;
	background: #fff url(images/content-begin.jpg) no-repeat;
	position: relative;
	height: auto !important;
	height: 420px;
	min-height: 420px
}

.content-center {
	padding: 1em;
}
.content-center-wide {
	margin: 0;
}

#container {
	background: #eee;
	position: relative;
	padding: 1em;
	/*height: 326px;*/
	min-height: 212px;
	height: auto !important;
}
#belegungen {
	margin-left: 441px;
	padding: 1em 2em 0 2em;
}
#belegungen #wp-calendar {
}

#belegungen h2 {
	margin: 0 0 1em 0;
	text-align: center;
}
#startimage {
	position: absolute;
	left: 1em;
	top: 3em;
	border-width: 0;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* @end */

/* @group ec3 - Reservierungskalender */

.ec3_postday a {
	color: #523a30;
	text-decoration: none;
	cursor: text;
}

#wp-calendar table tr td:hover {
	border-width: 0;
	padding: 1px;
}

.ec3_eventday {
	background-color: #c83a29;
	color: #fff;
}

#today {
	background-color: #2671b7;
	color: white;
	border: 1px dashed #fff !important;
	padding: 1px;
}



/* @end */