/*
Theme Name: Waldgasthof Geländer Theme
Theme URI: http://minlotec.com/
Description: Waldgasthof Geländer WordPress Theme
Version: 1.0
Author: Malinthe Samarakoon
Author URI: http://malinthe.com/
Tags: fixed width
*/
@charset "utf-8";
@import url('http://waldgasthof.s702.sureserver.com/wp-content/plugins/easy-contact/sample/econtact-basic.css');
/* CSS Document */

* {
	outline:none;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:0;
	padding:0 0 20px;
	background:#ebf5cd;
}
#wrapper {
	margin:0 auto;
	width:960px;
	padding:0 10px;
	background:#fff;
}
#header {
	float:left;
	width:960px;
	height:238px;
	padding:0 0 1px 0;
}
#emblem {
	float:left;
	width:220px;
}
#emblem img {
	margin:0 0 0 9px;
}
h1 {
	margin:0;
}
.logo {
	display:block;
	float:left;
	width:740px;
	height:238px;
	text-decoration:none;
	text-indent:-999em;
	outline:none;
	background:url(img/logo.jpg) no-repeat top;
}
#main {
	background:url(img/aside_bg.png) repeat-y left;
	float:left;
	width:100%;
}
.aside {
	float:left;
	width:220px;
	background:#ebf5cd;
}
.aside ul {
	margin:0;
	padding:0;
	list-style:none;
}
.aside ul li {
	margin:0;
	padding:0;
	display:inline;
}
.aside ul li a {
	display:block;
	color:#3c6b16;
	font-size:16px;
	line-height:33px;
	padding:0 13px;
	margin:0 0 1px 0;
	background:#d8eb9c;
	text-decoration:none;
}
.aside ul li a:hover {
	background:#3c6b16;
	color:#d8eb9c;
}
.aside li.current_page_item a, .aside li.current_page_ancestor a {
background:#2e4c11;
color:#d8eb9c;
}
.aside li.current_page_item a:hover, .aside li.current_page_ancestor a:hover {
background:#2e4c11;
color:#d8eb9c;
}
.aside li.current_page_item li a , .aside li.current_page_ancestor li a {
background:#afc56b;
color:#2e4c11;
padding-left:20px;
font-size:14px;
line-height:28px;
}
.aside li.current_page_item li a:hover, .aside li.current_page_ancestor li a:hover {
background:#99b346;
color:#2e4c11;
}
.aside li.current_page_ancestor li.current_page_parent a, .aside li.current_page_ancestor li.current_page_item a {
background:#647c17;
color:#fff;
}
#main_col {
	float:left;
	width:740px;
}
#nav {
	padding:11px 10px 0 0;
	height:28px;
	text-align:right;
	background:#eef6d4;
	margin:0 0 0 1px;
}
#nav a {
	font-size:13px;
	text-decoration:none;
	color:#000;
	margin:0 5px;
}
#nav a:hover {
	text-decoration:underline;
}
#section {
	padding:10px 0 0 10px;
}
.box {
	float:left;
	margin-bottom:10px;
	padding:13px 13px 0 13px;
	height:121px;
font-size:11px;
line-height:20px;
}
.box h2 {
	margin:0 0 10px;
	color:#3f6e14;
	font-size:18px;
	font-weight:normal;
}
.box a {
color:#647f0d;
}
.box a:hover {
color:#87a527;
text-decoration:none;
}
#left_box {
	width:231px;
	background:#d8eb9c;
	margin-right:12px;
}
#left_box p {
	margin:0;
	float:left;
	width:231px;
	padding:0 0 5px;
}
#left_box label {
	display:block;
	float:left;
	width:57px;
}
#left_box .txt {
	padding:1px 3px;
	margin:0 3px 0 0;
	width:146px;
	border:1px solid #31591e;
	float:left;
}
#left_box .cal {
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-decoration:none;
	text-indent:-999em;
	background:url(img/cal.png) no-repeat top;
}
#left_box .buttons {
	text-align:right;
}
#left_box .buttons input {
	background:#2e4c11;
	color:#fff;
	border:1px solid #375418;
	font-size:11px;
	padding:2px 3px;
	margin:0 0 0 5px;
	cursor:pointer;
	text-transform:uppercase;
}
#mid_box {
	width:212px;
	margin-right:12px;
	background:#ebf5cd;
}
#mid_box p {
	margin:0;
}
#mid_box .number {
	font-size:18px;
	padding:0 0 10px;
}
#right_box {
	width:185px;
	background:#d8eb9c;
}
#right_box p {
	margin:0;
	padding:0 0 15px;
}
#right_box span {
	display:block;
	font-size:18px;
}
.cloudysunny {
	background:url(img/weather.png) no-repeat bottom right;
}
#article {
	clear:both;
background:#f2f9df;
overflow:hidden;
width:100%;
}
#article h2 {
	margin:0;
	padding:6px 15px 7px;
	background:#d8eb9c;
	color:#2b4b1d;
	font-size:30px;
	font-weight:normal;
}
#article p {
	padding:10px 15px 15px;
	margin:0;
}
#article a {
color:#647f0d;
}
#article a:hover {
color:#87a527;
text-decoration:none;
}
#footer {
	background:#b3cc66;
	padding:18px 0 0;
	margin:0 -10px;
	height:32px;
	text-align:center;
	color:#eefac9;
	font-size:11px;
	border-top:10px solid #fff;
}
#footer a {
color:#647f0d;
}
#footer a:hover {
color:#87a527;
text-decoration:none;
}
.fix {
	clear:both;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-decoration:none;
	text-indent:-999em;
	background:url(img/cal.png) no-repeat top;
	overflow:hidden;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#buchen span {
	display:block;
	overflow:hidden;
	margin:5px 0;
}
#r2, #r3 {
	display:none;
}
fieldset {
	margin:10px 0;
	border:none;
	background:#f8f8f8;
	border:#ccc 1px solid;
}
legend {
	font-weight:bold;
	margin-top:10px;
	background:#fff;
	padding:5px;
	border:#ccc 1px solid;
}
#contactinfo label {
	float:left;
	display:block;
	width:100px;
}
#contactinfo input, #contactinfo select {
	float:left;
	border:#ccc 1px solid;
	padding:3px;
	width:200px;
}
textarea {
	width:700px;
	height:100px;
}
label.error {
	color:#f00;
	font-weight:bold;
	width:250px!important;
	padding-left:20px;
	background:url(img/error.png) left 50% no-repeat;
	margin-left:10px;
}
#privacyinfo label.error {
	padding-right:10px;
}
#success {
	padding-left:20px;
	background:url(img/success.png) left 50% no-repeat;
	font-weight:bold;
}
#error {
	padding-left:20px;
	background:url(img/error.png) left 50% no-repeat;
	font-weight:bold;
	color:#F00;
}
a.homelink img {
	border:0 none;
}
#privacytext {
	overflow:auto; height:300px;
	background:#fff!;margin:10px 0; border:#ccc 1px solid; color:#3b3b3b;
}
#privacytext * {background:#fff!important;}

h1.alt {position:absolute; text-indent:-9999px;}
.ad{background:#D8EB9C; padding:0 10px 10px 10px; width:320px; margin:0 12px 12px 12px; float:left; }
.transition {
	display:block;
	float:left;
	width:740px;
	height:238px;
	text-decoration:none;
	outline:none; padding:0; overflow:hidden; margin:0; list-style-type:none;
	}
.alignleft {
float:left;
padding:10px;
}
.alignright {
float:right;
padding:10px;
}
.wp-forecast-curr-head div {
margin:0;
padding:15px;
font-size:18px;
text-align:left;
}
.wp-forecast-fc-oneday {
margin:15px 20px;
float:left;
height:170px;
}
div.wp-forecast-fc-head {
font-size:15px;
font-weight:bold;
border-bottom:1px solid #ccc;
}