ï»¿/* S t y l e s h e e t 
   Landgasthof "Zur alten Scheune"
   
   Konzeption und Visialisierung: Sven Leimeister
*/

/*
 FARBEN
	Textgrau:	;
	rot: #823b3d;
	rot-mittel: #9b6264;
	rot-hell: #b4898b;
	Gelb: #ffe776;
	gelb-mittel: #ffee98;
	gelb-hell: #fff3bb;
*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


/*************************************************/

/* FONT FACE                                     */

/*************************************************/
/*
@font-face {
   font-family: Boister;
   src: url ('../fonts/Boisterb.ttf') format("truetype");
} */

/*************************************************/
/* FONT FACE                                     */
/*************************************************/

@font-face {
   font-family: 'Boister';
   src: url('../fonts/boisterb-webfont.eot');
   src: local('&#9786;'), url('../fonts/boisterb-webfont.ttf') format('truetype');
}

@font-face {
   font-family: 'Sansation';
   src: url('../fonts/sansation_regular-webfont.eot');
   src: local('&#9786;'), url('../fonts/sansation_regular-webfont.ttf') format('truetype');
   font-weight: normal;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body {
	height: 100%;
	}
	
body > #wrap {
	height: auto; 
	min-height: 100%;
	}
	
body {
	font-family: 'Sansation', Arial;
	font-size: 12px;
	font-weight: normal;
	color: grey;
	}

#wrap {
background-color: #fff3bb;
	/*background-image: url(../images/background_site.jpg);*/
	background-repeat: repeat-x;
	background:-moz-linear-gradient(top, #fff, #fff3bb, #fff3bb); /* Firefox*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff3bbd)); /* Safari, Chrome */
	background:-o-gradient(linear, left top, left bottom, from(#ffffff), to(#fff3bb)); /* Opera */
	background:-ms-gradient(linear, left top, left bottom, from(#ffffff), to(#fff3bb)); /* ie */
	background:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#fff3bb)); /* Safari, Chrome */
}
	
/*div#site {
	width: 950px;
	margin: 0px auto;
	}*/

* {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: 0px;
	}
	
p {
	line-height: 21px;
	margin-bottom: 10px;
	font-family: Sansation;
	font-size: 16px;
	}
	
a { 
	color: #823b3d; 
	text-decoration: underlined;
	}

a:hover {
	text-decoration: none;
}

h1 { 
	color: #823b3d;
	padding: 20px 0 5px 0;
	font-size: 28px;
	font-family: Boister;
}

h2 { 
	color: #823b3d;
	font-size: 20px;
	padding-bottom: 5px;
	font-family: Boister;
}

h3 {
	color: #823b3d;
	font-family: Sansation;
	}
	
div#site {background-color: #fff3bb;}
/*div#header {background-color: yellow;}*/

div#header {
	position: relative;
	width: 950px;
	margin: 0 auto;
	}
	
div#logo {
	float: left;
	/*width: 242px;
	height: 43px;*/
	margin: 10px 0px 30px 0px;
	background-image: (../images/logo.png);
	background-repeat: none;
	
}
/****************************
* META-Navigation-Top
*****************************/

#meta-navigation {
	position: absolute;
	top: 20px;
	right: 0px;
	}

#meta-navigation a {
	color: #823b3d;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}

#meta-navigation a:hover, #meta-navigation a:focus {
	text-decoration: underline;
	}

/*******************************
* NAVIGATION
********************************/

div#navigation {
	position: relative;
	float:right;
/*	margin-top: 95px;*/
	
}

div#navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}

div#navigation ul li {
	float: left;
	list-style-type: none;
	letter-spacing: 1px;
	margin-left: 4px;	
	height: 35px;
	font-weight: bold;
}

div#navigation ul li a {
	display: block;
	height: 26px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #9b6264;
	text-align: center;
	padding-top: 11px;
	text-shadow: #fff3bb 0px 0px 1px;
}

div#navigation ul li a span {
	padding: 0px 12px;	
}

div#navigation ul li a:hover, div#navigation ul li a:active, div#navigation ul li a.active, div#navigation ul li a:focus {
	text-decoration: none;
	color: #fff3bb;
	background-color: #823b3d;
	text-shadow: none;
}

/*********************************
* CONTENT
**********************************/
div#main {
	/*float: left;*/
	padding-bottom: 80px;
	width: 950px;
	margin: 0 auto;
}
	
div#bild {
	position: relative;
	margin-top: 1px;
	float: left;
	/*height: 200px;*/
	width: 950px;
	border-top: 5px solid #823b3d;
	
	min-height: 1px;
}

div#content {
	float: left;
	width: 950px;
	border-top: 5px solid #823b3d;
	border-bottom: 2px solid #823b3d;
	margin: 10px 0px;
	background-color: #fff3bb;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

div#colum-main {
	width: 560px;
	float: left;
	margin: 30px 30px 40px 40px;
}

div#colum-rechts {
	width: 260px;
	float: left;
	padding: 30px 30px 40px 30px;
	background-image: url(../images/bk_marginalie.jpg);
	background-repeat: no-repeat;
}
	
/***********************************
* FOOTER
************************************/
	
div#footer-out {
	clear: both;
	height: 50px;
	margin-top: -50px;
	position: relative;
	background-color: #823b3d;
}

div#footer-in {
	margin: 0px auto;
	width: 950px;
}

div#footer-rechts {
	float: right;
	padding-top: 18px;
}

div#footer-rechts a {
	color: #fff3bb;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footer-rechts a:hover, a:focus {
	text-decoration: underline;
}

div#footer-links {
	float: left;
	padding-top: 20px;
	color: #fff3bb;
	font-family: Arial;
}

/* KONTAKTFORMULAR */

fieldset {
	margin: 10px 0 10px 0;
	padding: 12px 0 0px 0px;
	border: 0;
	background-color: none;
}

label {
	display: block;
	margin: 8px 0 2px 0;
	color: #823B3D;
	font-size: 10px;
	letter-spacing: 1px;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	width: 530px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	color: grey;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
}

div.csc-mailform-field input:hover, div.csc-mailform-field textarea:hover, div.csc-mailform-field input:focus, div.csc-mailform-field textarea:focus {
	border: 1px solid #823b3d;
}

div.csc-mailform-field input.csc-mailform-submit, #gaestebuch_submit {
	width: 160px;
	margin-top: 20px;
	background-color: #9b6264;
	color: #fff3bb;
	border: 0;
	padding: 8px 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #e9b149;
	-moz-box-shadow: 1px 1px 1px #e9b149;
	-ms-box-shadow: 1px 1px 1px #e9b149;
	-khtml-box-shadow: 1px 1px 1px #e9b149;
	-o-box-shadow: 1px 1px 1px #e9b149;
	margin-top: 20px;
	background-color: #9b6264;	
	background:-moz-linear-gradient(top, #9b6264, #823b3d); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#9b6264), to(#823b3d)); /* Safari, Chrome */
	background:-o-gradient(linear, left top, left bottom, from(#9b6264), to(#823b3d)); /* Opera */
	background:-ms-gradient(linear, left top, left bottom, from(#9b6264), to(#823b3d)); /* ie */
	background:-khtml-gradient(linear, left top, left bottom, from(#9b6264), to(#823b3d)); /* Safari, Chrome */
	cursor: pointer;
}

div.csc-mailform-field input.csc-mailform-submit:hover, div.csc-mailform-field input.csc-mailform-submit:focus, #gaestebuch_submit:hover, #gaestebuch_submit:focus {
	background-color: #823b3d;
	color: #ffffff;
	text-shadow: none;
	background:-moz-linear-gradient(top, #823b3d, #9b6264); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#823b3d), to(#9b6264)); /* Safari, Chrome */
	background:-o-gradient(linear, left top, left bottom, from(#823b3d), to(#9b6264)); /* Opera */
	background:-ms-gradient(linear, left top, left bottom, from(#823b3d), to(#9b6264)); /* ie */
	background:-khtml-gradient(linear, left top, left bottom, from(#823b3d), to(#9b6264)); /* Safari, Chrome */
	cursor: pointer;
}

select#mailformanliegen {
	border: 1px solid #a6a6a6;
	color: grey;
	background-color: #eee;
	width: 540px;
	height: 22px;
	border: 0px;
	padding-top: 2px;
	padding-left: 2px;
}

select#mailformanliegen option:hover, select#mailformanliegen option:focus {
	background-color: #823B3D;
	}

/* SITEMAP */


div.csc-sitemap {
	margin-left: 40px;
}

div.csc-sitemap ul {
	list-style-type: none;
	margin-bottom: 15px;
	border-left: none;
}

div.csc-sitemap ul a{
	text-decoration: none;
}

div.csc-sitemap ul li {
	margin-left: 20px;
	font-weight: bold;
	line-height: 20px;
}

div.csc-sitemap ul li a {
	text-decoration: none;
}

div.csc-sitemap ul li ul li a {
	border-left: 1px solid #4e5052;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;}
	
	
/* --- Gästebuch --- */

.gaestebuch_head_left {
	width: 450px;
	float: left;
	}

.gaestebuch_head_right {
	width: 100px;
	float: right;
	}
	
.gaestebuch_content {
	width: 560px;
	float: left;
	border-bottom: 1px solid #823b3d;
	}
	
.gaestebuch_head {
	padding-top: 10px;
	clear: both;
	}

.gaestebuch_head h3 {
	padding-bottom: 10px;
	}
	
div.csc-textpic div.csc-textpic-single-image img {
	margin: 0 !important;
	border-bottom: 5px solid #823b3d;
	}

	
/* FREE CAPTURE */

img.tx-srfreecap-pi2-image {
	margin: 20px 20px 10px 0 !important;
	float: left;
	}

#capture_label {
	width: 280px;
	float: left;
	margin-top: 20px;
}


