/* boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

body { font:13px/1.231 Verdana; *font-size:small; } 

select, input, textarea, button { font:99% sans-serif; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { 
  color: #444; 
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

html { overflow-y: scroll; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  white-space: pre; 
  white-space: pre-wrap; 
  white-space: pre-line; 
  word-wrap: break-word; 
}
 
textarea { overflow: auto; } 

.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }
 
button, input, select, textarea { margin: 0; }

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px #ddd; 
 -webkit-box-shadow: 0px 0px 5px #ddd; 
         box-shadow: 0px 0px 5px #ddd;
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #999; color:#000; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; } 

button {  width: auto; overflow: visible; }
 
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.hidden { display: none; visibility: hidden; } 

.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); 
  clip: rect(1px, 1px, 1px, 1px); }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */

	.col_1 {	width:40px;	 }
	.col_2 {	width:100px; }
	.col_3 {	width:160px; }
	.col_4 {	width:220px; }
	.col_5 {	width:280px; }
	.col_6 {	width:340px; }
	.col_7 {	width:400px; }
	.col_8 {	width:460px; }
	.col_9 {	width:520px; }
	.col_10{	width:580px; }
	.col_11{	width:640px; }
	.col_12{	width:700px; }
	.col_13{	width:760px; }
	.col_14{	width:820px; }
	.col_15{	width:880px; }
	.col_16{	width:940px; }


	.left  { float:left}
	.right { float:right}
	.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
	.hide  { display:none}

	.align_right    { text-align:right;}
	.align_left     { text-align:left;}
	.align_center   { text-align:center;}
	.align_justify  { text-align:justify;}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */


body {
	  background:url(../img/background.jpg) top left;
	  font-family: 'Yanone Kaffeesatz', sans-serif;
	  color:#b3824b;
}

.container {
	width:712px;
	margin:0 auto;
}

header {
	text-align:center;
	display:block;
	
}

p, input, textarea {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:20px;
	color:#727272;
	line-height: 140%

}

header h1 {
	font-size:173px;
	font-weight: 400;
	letter-spacing: -3px;
	text-shadow: -3px -3px 1px #674f33;
/*	filter: dropshadow(color=#674f33, offx=-3, offy=-3);*/
}

.slogan {
	margin-top:-25px
}

nav {
	background:url(../img/nav.png) top left no-repeat;
	width:712px;
	height:77px;
	padding-top:30px;
	font-size:27px;
	padding-left:60px;
	margin-bottom:200px
}

nav ul li {
	list-style-type: none;
	float:left;
	text-shadow: -1px 1px 1px #674f33;
	filter: dropshadow(color=#674f33, offx=-3, offy=-3);
	margin-right:17px;
	letter-spacing:-0.03em
}

nav ul li a {
	text-decoration: none;
	border:none
}

.right {
	float:right;
	margin-left:20px;
	
}

.left {
	float:left;
	margin-right:20px;
	
}

h2 {
	font-size:60px;
	letter-spacing: -1px;
	text-shadow: -2px -2px 1px #674f33;
	
}

hr {
	height:28px;
	width:718px;
	background: url(../img/hr.png) center left no-repeat;
	border:none
}

input[type="text"] {
	height:20px;
	padding:15px
}

textarea {
	padding:15px;
	height:150px;
	width:680px
}

.anfrage {
	width:150px;
	display: block;
}

li {cursor:pointer}

.galerie img{
	-webkit-box-shadow: 4px 3px 7px rgba(0,0,0,0.38);
	-moz-box-shadow: 4px 3px 7px rgba(0,0,0,0.38);
	box-shadow: 4px 3px 7px rgba(0,0,0,0.38);
	margin-right:23px
}
