/*  
Theme Name: Buckow Theme
Theme URI: 
Description: Buckow WordPress Theme abgeleitet von der bekannten <a href="http://binarybonsai.com/kubrick/">Kubrick</a> Theme
Version: 1.0
Author: pheedelity
Author URI: http://www.pheedelity.com/

	Buckow Theme v1.0
	 http://www.pheedelity.com/


*/

* {
	padding: 0;
	margin: 0;
}

body {
	font: 76%/1.5em "Lucida Grande", "Verdana","Helvetica",sans-serif;
	color: #333;
	background: #E9EDDD;
	text-align: center;
	padding-bottom: 2em;
}

img {
	border: 0;
}

p {
	margin-bottom: 1em;
}

a {
	color: #643430;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

h2, h2 a, .catering h3 {
	color: #666;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: normal;
	background: url(images/bg_headline.gif) bottom left no-repeat;
}

h2 a {
	font-size: 1em;
	background: none;
}

h3 {
	font-size: 1em;
}

h3 a {
	color: #666;
	font-size: 1.5em;
	font-weight: normal;
}

fieldset {
	border: 0;
}

.caption {
	font-size: 0.8em;
}

#page {
	background: url(images/bg_page.gif) left repeat-y #E9EDDD;
	width: 833px;
	margin: 0 auto;
	text-align: left;
	padding: 0 14px;
}

#header, #headerHome {
	background: #346633;
	color: #fff;
	position: relative;
	border-top: 4px solid #fff;
}

#header {
	height: 8.22em;
}

#headerHome {
	height: 298px;
}

#header #logo, #headerHome #logo {
	margin: 10px 75px 10px 15px;
	float: left;
}

#headerHome #logo {
	margin-top: 5em;
}

#header h1 {
	font-size: 2em;
	padding-top: 2.1em;
	font-weight: normal;
	font-family: "Trebuchet MS","Verdana","Helvetica",sans-serif;
} 

#header .description {
	padding-top: 0.5em;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Trebuchet MS","Verdana","Helvetica",sans-serif;
}

#header a, #headerHome a {
	color: #fff;
}

#header .jumpLink, #headerHome .jumpLink {
	position: absolute;
	right: 1em;
	top: 0.5em;
	text-decoration: underline;
	font-size: 0.8em;
	letter-spacing: -0.06em;
}

#headerHome .jumpLink {
	left: 1.5em;
}

#header .englishLink, #headerHome .englishLink {
	position: absolute;
	right: 1em;
	bottom: 0.5em;
	text-decoration: underline;
	background: url(images/bg_englishLink.gif) center left no-repeat;
	padding-left: 23px;
}

#testat {
	position: absolute;
	right: 1em;
	bottom: 2em;
}

#testat img {
	width: 2.631578em;
}

#imageContainer {
	top: 0;
	right: 0;
	position:absolute;
	width: 668px;
	height: 298px;
	overflow: hidden;
}

* html #imageContainer { 
	width: 667px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	border-left: 2px solid #fff;
}

#mainNavi {
	overflow: hidden;
	margin-right: -2px;
	margin-bottom: 2em;
	height: 4em;
}

#mainNavi li {
	float: left;
	width: 165px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

#mainNavi li a {
	display: block;
	padding: 2em 0 0.33em 0.5em;
	color: #346633;
	background: #DBE9C8;
	font-weight: bold;
}

#mainNavi li a:hover, #mainNavi li.current_page_item a {
	background: #346633;
	color: #DBE9C8;
}

#sidebar {
	float: left;
	width: 176px;
}

#sidebar h3 {
	background: #B2B2B2;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.6em 0.5em;
	border-right: 11px solid #fff;
}

* html #sidebar h3 {
	margin-bottom: -13px;
}

#sidebar ul {
	margin-bottom: 1.5em;
}

#sidebar ul ul {
	margin-bottom: 0; 
}

#sidebar li a {
	color: #333;
	background: #F7F7F7;
	display: block;
	padding: 0.6em 0.5em;
	border-top: 2px solid #fff;
	border-right: 11px solid #fff;
	font-weight: bold;
}

#sidebar li.current_page_item ul .page_item a {
	background-image: none;
	border-right: 11px solid #fff;
}

#sidebar li.current_page_item a {
	background: url(images/bg_subnavActive.gif) right center no-repeat #F7F7F7;
	border-right: 0;
}

#sidebar li a:hover {
	background: #DCE9C8;
}

#sidebar li.current_page_item a:hover {
	background: url(images/bg_subnavActive.gif) right center no-repeat #F7F7F7;
}

#sidebar li.current_page_item li a:hover {
	background-image: none;
	border-right: 11px solid #fff;
	background-color: #DCE9C8;
}

#sidebar li {
	line-height: 0.01em;
}

#sidebar li a {
	display: none;
}

#sidebar li li {
	line-height: 1em;
}

#sidebar li li a {
	padding-left: 1em;
	display: block;
}

#sidebar li li li a {
	padding-left: 1.5em;
	border-top: 0;
	color: #606060;
}

#sidebar li li li li a {
	padding-left: 1.5em;
	color: #606060;
	font-weight: normal;
}

#sidebar li li li li li a {
	padding-left: 2em;
}

#content {
	float: left;
	width: 400px;
	position: relative;
	margin-left: 9px;
	padding-bottom: 2em;
	padding-right: 10px;
}

#content a {
	text-decoration: underline;
}

#content .caption {
	line-height: 1.3em;
	float: left !important;
	margin-right: 1em;
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

#content .caption img {
	margin-bottom: 0.5em;
}

#content strong {
	color: #666;
}

.widecolumn {
	width: 565px !important;
}

* html .widecolumn {
	width: 550px !important;
}

.breadcrumb {
	margin-bottom: 0.5em;
}

#news_events, #adress_map {
	float: right;
	width: 230px;
}

#news_events a, #adress_map a {
	color: #643430;
	text-decoration: underline;
}

#news_events h3, #adress_map h3 {
	background: #B0CC99;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.6em 0.5em;
}

#news_events div.news, #news_events div.events {
	background: #F8FBF2;
	margin-bottom: 1.5em;
}

#adress_map div.adress, #adress_map div.map {
	background: #F8FBF2;
	margin-bottom: 1.5em;
}

#news_events div.news div, #news_events div.events div {
	border-bottom: 2px solid #fff;
	padding: 0.5em;
}

#adress_map div.map h4 {
	margin: 1em 0 0.5em 0.5em;
	font-size: 1em;
}

#adress_map div.map p {
	margin: 0.5em;
}

#adress_map div.map a {
	padding-left: 15px;
	background: url(images/ic_extLink.gif) 0 2px no-repeat;
}

#news_events div.news .showAll, #news_events div.events .showAll {
	background: #EEF4E6;
	padding: 0.8em 0.5em;
}

#adress_map .vcard {
	margin: 0.5em;
}

#adress_map .vcard .fn {
	display: none;
}

#adress_map .vcard p {
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

#adress_map .vcard span {
	font-weight: normal;
}

.faxnumber {
	font-size: 1.6em;
	font-weight: bold;
}

#content .post {
	margin-bottom: 4em;
}

#content .post .entry {
	margin-top: .5em;
}

#content .entry ul {
	margin-bottom: 1em;
	padding-left: 1.5em;
	list-style-type: square;
}

#footer {
	clear: both;
	border-top: 2px solid #EBEFE1;
	text-align: right;
	margin: 0 -2px 0 -2px;
	padding: 0.5em 0.8em;
}

#footer a {
	color: #643430;
	text-decoration: underline;
}

.teaserWrapper {
	border: 1px solid #E0E0E0;
	float: left;
	margin: 2em 20px 0 0;
}

* html .teaserWrapper {
	height: 23.33em;
	margin: 2em 10px 0 0;
}

.teaser {
	border: 4px solid #fff;
	background: url(images/bg_teaser.gif) bottom left repeat-x;
	width: 250px;
	min-height: 23.33em;
}

.teaser h3 {
	font-size: 1.2em;
	color: #666;
	margin: 0 0.5em 0.5em 0.5em;
	font-weight: normal;
}

.teaser img {
	margin-bottom: 1em;
}

.teaser p {
	margin: 0 0.5em 1em 0.5em;
}

.teaser a {
	color: #643430;
	text-decoration: underline;
}

#search, #search2 {
	margin-bottom: 1em;
	padding-left: 1em;
}

#search2 {
	float: right;
	padding-right: 1em;
}

* html #search2 {
	padding-left: 0;
	padding-right: 0.5em;
	width: 17em;
}

#search2 span {
	float: left;
	padding-top: 0.1em;
	font-weight: bold;
}

.searchbox {
	float: left;
	width: 9em;
	margin: 0.2em 0.5em 0 0;
	border: 1px solid #999;
}

.searchbox2 {
	float: left;
	width: 9em;
	margin: 0.2em 0.5em 0 0.5em;
	border: 1px solid #999;
}

#searchsubmit {
	float: left;
}

#sendbutton, #sendbutton2, #sendbutton3, #sendbutton4, #sendbutton5, #sendbutton6 {
	color: #633;
	border: 1px solid #e0e0e0;
	background: url(images/ic_sendbutton.gif) 6px 7px no-repeat #f7f7f7;
	padding: 0.3em 0.3em 0.3em 26px;
	width: auto;
	overflow: visible;
}

.linkPDF {
	background: url(images/bg_linkPDF.gif) 0.5em 0.5em no-repeat #f7f7f7;
	border: 1px solid #e0e0e0;
	margin-bottom: 3px;
	display: block;
	padding: 18px 60px;
}

.linkDOC {
	background: url(images/bg_linkDOC.gif) 0.5em 0.5em no-repeat #f7f7f7;
	border: 1px solid #e0e0e0;
	margin-bottom: 3px;
	display: block;
	padding: 18px 60px;
}

.topLink {
	background: url(images/btn_top.gif) 0 3px no-repeat;
	color: #643430;
	padding-left: 12px;
}


span.reqtxt, span.emailreqtxt {
	color: #333 !important;
	font-size: 0.8em;
}

* html span.reqtxt, * html span.emailreqtxt {
	font-size: 0.9em;
}

/*
#cformsform .caption {	
	float: right;
	position: relative;
	top: -2.7em;
	left: -150px;
	margin-right: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
}

#cformsform .caption img.captcha {
	border: 0 !important;
	float:none !important;
	margin:0pt 0pt 0pt 10px !important;
	padding:0pt !important;
}

#cformsform .caption img.captcha-reset {
	background:transparent url(../images/captcha_reset_white.jpg) no-repeat scroll 0%;
	height:21px;
	margin-left:3px;
	width:21px;
}
*/
/** Hilfs-Deklaration **/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

* html .clearfix {height:1px;}
