/* kuhnert.com */

/*/////////////////////////////////////////////////////////////////////////////
// Default Styles / Reset Styles
/////////////////////////////////////////////////////////////////////////////*/

body {
	background: #ABA59D url(images/bg-body.png) repeat-x left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

a {
	color: #8A270A;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.block p {
	clear: both;
}

.button-gallery {
	background: url(images/button-gallery.png) no-repeat left top;
	margin-top: 8px;
	text-decoration: 0;
	display: -moz-inline-block;
	display: inline-block;
	width: 107px;
	height: 25px;
	text-decoration: none;
}

.button-send {
	width: 107px;
	height: 25px;
	background: url(images/button-send.png) no-repeat left top;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #6b5d48;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

h2 .date {
	font-size: 12px;
	color: #908676;
}

/*/////////////////////////////////////////////////////////////////////////////
// Layout/Design
/////////////////////////////////////////////////////////////////////////////*/

.background-container {
	background: url(images/bg-waves.png) no-repeat top center;
	min-height: 415px;
}

.center-container {
	position: relative;
	width: 910px;
	left: 50%;
	margin-left: -455px;
}

/*** Header & Header Navigation ***/

#header {
	padding-top: 20px;
}

#logo {}

#header .navigation {
	list-style: none;
	position: absolute;
	top: 45px;
	right: 0;
	font-size: 13px;
}

#header .navigation li {
	float: left;
}

#header .navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px 3px;
	text-transform: lowercase;
}

#header .navigation li.current_page_item a {
	border-bottom: 3px solid #CDC3B0;
}

#header .navigation a:hover {
	border-bottom: 3px solid #FFF;
}

/*** Footer & Footer Navigation ***/

#footer {
	border-top: 1px solid #9C958C;
	color: #d0cac1;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}

#footer .navigation {
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer .navigation li {
	border-left: 1px solid #FFF;
	float: left;
	margin-left: 8px;
	padding-left: 8px;
}

#footer .navigation li:first-child {
	border: none;
}

#footer .navigation a {
	color: white;
	text-decoration: none;
}

#footer .navigation a:hover,
#footer .navigation li.current_page_item a {
	border-bottom: 1px solid #CDC3B0;
}

/*/////////////////////////////////////////////////////////////////////////////
// COLUMNS
/////////////////////////////////////////////////////////////////////////////*/

.with-2-columns .block,
.with-3-columns .block {
	float: left;
}

.with-2-columns {
	margin: 0 0 20px 0;
}

.with-2-columns .col-1 {
	width: 424px;
	border-right: 1px solid #9C958C;
	padding-right: 30px;
}

.with-2-columns .col-2 {
	width: 425px;
	padding-left: 30px;
}

.new-row {
	clear: both;
	border-bottom: 1px solid #9C958C;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*
.with-3-columns {
}

.with-3-columns .col-1 {
	width: 264px;
}

.with-3-columns .col-2 {
	width: 264px;
	margin: 0 34px;
}

.with-3-columns .col-3 {
	width: 264px;
}
*/
/*/////////////////////////////////////////////////////////////////////////////
// CLEAR FIXING
/////////////////////////////////////////////////////////////////////////////*/

.clearfix:after,
.navigation:after,
.with-1-columns:after,
.with-2-columns:after,
.with-3-columns:after,
.block p:after {
	content: '.';
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*
.block p:after {
content: 'hallo welt';
background: red;
}
*/
* html .clearfix,
* html .navigation,
* html .with-1-columns,
* html .with-2-columns,
* html .with-3-columns,
* html .block p {
	height: 1%;
}

/*/////////////////////////////////////////////////////////////////////////////
// ContactForm
/////////////////////////////////////////////////////////////////////////////*/

#contact .notice {
	font-weight: bolder;
}

#contact .control {
	clear: left;
	margin-bottom: 8px;
}

#contact .control.error {
	color: #FF3333;
	font-weight: bolder;
}

#contact .control label {
	line-height: 26px;
	height: 30px;
	display: block;
	width: 120px;
	float: left;
	font-weight: bolder;
}

#contact .control input {
	margin-left: 60px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	width: 219px;
	height: 20px;
	padding: 4px 4px 0 4px;
	font-size: 14px;
	font-family: Arial;
	color: #333;
	border: 1px solid #9C958C;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contact .control.error input {
	border: 1px solid #FF3333;
}

#contact .control textarea {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	width: 380px;
	height: 160px;
	padding: 8px;
	font-size: 14px;
	font-family: Arial;
	color: #333;
	border: 1px solid #9C958C;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contact .control.error textarea {
	border: 1px solid #FF3333;
}

#contact .control.label-top label {
	float: none;
	width: auto;
	height: 24px;
	line-height: 24px;
}

#contact .control.label-top input {
	margin-left: 0;
}

#contact .control.label-top label.checkbox {
	line-height: 16px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 4px;
}

#contact .control label.checkbox input {
	width: auto;
	vertical-align: bottom;
}

#contact .submit button {
/*	background: #FFF url(./images/form-de-submit.png);
	width: 115px;
	height: 35px;*/
	border: 0;
	margin: 0;
	padding: 0;
}

#respond {
}

#contact .error-message {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FF6666;
	color: #FFF;
	padding: 4px 8px;
	margin-bottom: 16px;
	border: 1px solid #FF3333;
	font-weight: bolder;
}



/*/////////////////////////////////////////////////////////////////////////////
// ImageFlow
/////////////////////////////////////////////////////////////////////////////*/

.imageFlow {
	height: 410px;
	margin-top: 20px;
}

.imageFlow .images img {
	padding: 4px;
	background: #FFF;
	border: 1px solid #999;
	/*-webkit-box-shadow: 0px 0px 6px #000;*/
}

.imageFlow .controls {
	background: url(images/bg-controls.gif) no-repeat top left;
	width: 128px;
	height: 37px;
	position: absolute;
	top: 460px;
	left: 50%;
	margin-left: -67.5px;
	z-index: 100;
}

.imageFlow .controls .button {
	width: 32px;
	height: 37px;
	float: left;
}

.imageFlow .loading {
	/*margin-top: -71.5px;*/
	margin-left: -27px;
	top: 300px;
	width: 54px;
	height: 55px;
}

.button.prev:hover,  .button.prev/*.active*/  { visibility: hidden; background-image: url(images/bg-controls.gif); background-position: -0px bottom }
.button.play:hover,  .button.play/*.active*/  { visibility: hidden; background-image: url(images/bg-controls.gif); background-position: -32px bottom }
.button.pause:hover, .button.pause/*.active*/ { visibility: hidden; background-image: url(images/bg-controls.gif); background-position: -64px bottom }
.button.next:hover,  .button.next/*.active*/  { visibility: hidden; background-image: url(images/bg-controls.gif); background-position: -96px bottom }

/*
.imageFlow .controls a {
	width: 32px;
}
*/
#captions {
	background: url(images/bg-captions.png) no-repeat top left;
	height: 60px;
	line-height: 42px;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	padding: 0 20px;
	color: #FFF;
}

#captions .title {
	color: #CFCDB4;
}

.clear {
	clear: both;
}

.ngg-left {
	clear: both;
}