/*  
Theme Name: Buckow Print 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: #EBEFE1;
	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;
}

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: #fff;
	width: auto;
	margin: 0 auto;
	text-align: left;
}

#header, #headerHome {
	background: #346633;
	color: #fff;
	position: relative;
}

#headerHome {
	height: 298px;
}

#header #logo, #headerHome #logo {
	display: none;
}

#headerHome #logo {
	margin-top: 5em;
}

#header h1 {
	font-size: 2em;
	padding-top: 2em;
	font-weight: normal;
}

#header .description {
	padding-top: 0.5em;
	font-weight: normal;
	font-size: 1.1em;
}

#header a, #headerHome a {
	color: #fff;
}

#header .jumpLink, #headerHome .jumpLink {
	display: none;
}

#header .englishLink, #headerHome .englishLink {
	display: none;
}

#imageContainer {
	display: none;
}


#mainNavi {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	float: none;
	width: auto;
	position: relative;
}

#content a {
	text-decoration: underline;
}

#content .caption {
	float: left;
	margin-right: 1em;
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

#content .caption img {
	margin-bottom: 0.5em;
}

#content strong {
	color: #666;
}

.widecolumn {
	width: 570px !important;
}

.breadcrumb {
	display: none;
}

#news_events, #adress_map {
	display: none;
}


#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;
}

.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 {
	float: right;
	margin-bottom: 1em;
}

#search2 {
	padding-right: 1em;
}

#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 {
	color: #633;
	border: 1px solid #e0e0e0;
	background: url(images/ic_sendbutton.gif) 6px 7px no-repeat #f7f7f7;
	padding: 0.3em 0.3em 0.3em 24px;
}

.linkPDF {
	display: block;
}

.topLink {
	display: none;
}


/** 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;}
