@charset "utf-8";
/* CSS Document */


* { margin:0; padding:0; }

html {
	-moz-box-shadow: inset 0 0 200px 14px #000;
	-webkit-box-shadow: inset 0 0 200px 14px #000;
	box-shadow: inset 0 0 200px 14px #000;
	min-height:100%;
	width:100%;
	}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#484848;
	line-height:normal;
	background:url(../images/bg-wood-stripe.jpg) #78401b;
	
	}


img { border:0;}

a,
input { outline:none;}

a { color:#212121; text-decoration:underline; }
	a:hover { text-decoration:none; }

p { padding-bottom:14px; line-height:18px;}



h2 {
	color:#484848;
	padding-bottom:4px;
	}

p { font-size:13px; line-height:20px;}



/* Navi
================================================================*/

#navi { padding-top:40px;}
	#navi ul { list-style:none; }
	#navi ul li a { margin-bottom:4px;}
	
.btn-impressum { float:right; margin-top:50px;}



/* Layout
================================================================*/


.all {
	margin:0 auto;
	width:930px;
	height:100%;
	}

#header {
	width:930px;
	height:307px;
	background:url(../images/bg-header.png) no-repeat 0px 0px;
	position:relative;
	z-index:10;
	}
#logo {
	height:150px;
	padding-left:5px;
	}

#main {
	margin-top:-120px;
/*	background:url(../images/bg-body.png) repeat-x 0px 0px; */

	background: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ddd));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #ddd);
	background-image: -moz-linear-gradient(top, #f7f7f7, #ddd);
	background-image: -ms-linear-gradient(top, #f7f7f7, #ddd);
	background-image: -o-linear-gradient(top, #f7f7f7, #ddd);
	background-image: linear-gradient(top, #f7f7f7, #ddd);

	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0, .5);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0, .5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0, .5);

	min-height:470px; /* 120 + 470 = 590*/
	width:100%;
	padding-top:120px;
	position:relative;
	z-index:0;
	margin-bottom:70px;
	padding-bottom:20px;
	}

#content {
	padding:20px;
	}


#sidebar {
	width:240px;
	float:left;
	margin-left:20px;
	margin-right:10px;
	}
	
#text {
	float:left;
	width:620px;
	}



#bgImage {	
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1; 
}




/* other
================================================================*/


.clear { line-height:normal; clear:both;}


.fl { float:left;}
.fr { float:right;}


/* CONTACT FORM
================================================================*/


.input {width:260px; height:20px; border:1px solid #ccc; background:#fff; padding:4px 0 2px 4px; font-size:1.1em;}
.select {width:136px; border:1px solid #ccc; background:#fff; padding:0 0 0 5px; font-size:1em; height:26px;}
textarea {height:100px; width:100%; border:1px solid #ccc; background:#fff; font-size:1em; padding:5px; outline:none; font-size:1.1em; line-height:1.5em; font-family:Arial, Helvetica, sans-serif;}
.checkbox {margin:5px 8px 6px 0;}
.radio { height:20px; margin-right:4px; background:none; padding:4px 0 2px 4px; }

.input:focus {
	border:1px solid #999;
	}

textarea:focus {
	border:1px solid #999;
	}
		
select:focus {
	border:1px solid #999;
	}


input#button {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ddd));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ddd);
  background-image: -moz-linear-gradient(top, #f7f7f7, #ddd);
  background-image: -ms-linear-gradient(top, #f7f7f7, #ddd);
  background-image: -o-linear-gradient(top, #f7f7f7, #ddd);
  background-image: linear-gradient(top, #f7f7f7, #ddd);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #999;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #333;
}

input#button:hover,
input#button:focus {
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ddd, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ddd, #f7f7f7);
  background-image: -ms-linear-gradient(top, #ddd, #f7f7f7);
  background-image: -o-linear-gradient(top, #ddd, #f7f7f7);
  background-image: linear-gradient(top, #ddd, #f7f7f7);
}       

input#button:active {
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

input#button::-moz-focus-inner {
  border: none;
}



#kontaktaufnahme { margin:30px 0 0 20px;}

