/* CSS Document */

body {
	background-color:#EDEDE8;
	
	color: #7E796E;
    font: 14px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	background-image: url('images/bg_shadow_all_long.jpg');
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0;
	line-height: 16px;
}

* {
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #6D4D00;
}

a selected {
	color: #000000;
}

#main_all {
	width: 979px;
	margin: 0 auto;
	background-color:#fff;
}

#content {
	background-image: url(images/nav_bg.jpg);
	background-position:left top;
	background-repeat: repeat;	
}

#content_bg {
	background-image: url(images/bg_content.jpg);
	background-position:left top;
	background-repeat: repeat-x;	
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

#gallery{
	padding-top: 10px;
	padding-left: 10px;
}

.gallery_headings {
	/*background-color:#CCCCCC;*/
	border: 1px solid #cccccc;
	padding: 3px;
    margin: 0px;
    background-color: #ffffff;
}

.testimonials {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.line {
	border-bottom: 1px solid #B0B0B0;
}

#content table {
	background-image: url('images/nav_bg.jpg');
	background-position:top left;
	background-repeat: repeat-y;	
}

#left_all {
	background-color:#FFFFFF;
	width:245;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	
}

#logo {
	background-image: url('images/logo_top2.jpg');
	width: 245px;
	height: 185px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

h2 {
	padding-top: 15px;
	font: 26px Arial, sans-serif;
	color: #634200;
}

h1 {
	padding-top: 5px;
	padding-bottom:18px;
	font: 16px Arial, sans-serif;
	color:#7E796E;
	font-weight:bold;
}

h3 {
	padding-top: 5px;
	padding-bottom:18px;
	font: 19px Arial, sans-serif;
	color:#7E796E;
	font-weight:bold;
}


#bg_nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;
	width: 245px;
	float: left;
}

#right_all {
	background-color:#fff;
	width: 734px;
	/*margin-left: 245px;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: right;
}

#construction {
	background-color:#fff;
	width: 979px;
	/*margin-left: 245px;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#clear {
	clear: both;
}

#wooden_banner {
	width: 734px;
	background-image: url('images/wood_right_narrow.jpg');
	background-position:top left;
	background-repeat: repeat-y;
	height: 109px;
}

#wooden_banner_c {
	width: 979px;
	background-image: url('images/wood_right_narrow.jpg');
	background-position:top left;
	background-repeat: repeat-y;
	height: 109px;
}

#impressum {
	float: right;
	font-size: 0.8em;
	color: #634200;
	padding-top: 40px;
	padding-right: 8px;
}
	

#grey_banner {
	width: 734px;
	background-image: url('images/banner2.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	height: 76px;
}

#grey_banner_c {
	width: 979px;
	background-image: url('images/banner2.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	height: 76px;
}

#header1 {
	clear: both;
	background-image: url('images/header1.jpg');
	/*background-repeat: repeat-x;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 10px;
}

#header2 {
	clear: both;
	background-image: url('images/header2.jpg');
	/*background-repeat: repeat-x;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 20px;
}

#header {
	clear: both;
	background-image: url('images/header.jpg');
	/*background-position:top left;*/
	background-repeat: repeat-y;
	height: 70px;
}


#heading {
	padding-top: 0.4em;
	font-family: Arial;
	color: #DDDDDD;
	padding-left: 0.4em;
}

#bg_nav dl {
	padding-top: 10px;
	margin-left: 50px;
	list-style-type:none;
	
}

#bg_nav dl dt {
	background-position: top left;
    margin-top:5px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #D3D1C6;*/
	color:#00647D;
	width: 150px;
	
}

#bg_nav dl dd {
	background-position: top left;
    margin-top:0px;
	font-size:14px;
	margin-left:30px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #D3D1C6;*/
	color:#00647D;
	width: 150px;
	
}

#bg_nav dl dd a:hover{
	color: #000000;
	text-decoration:underline;
}



a {
	color: #644101;
	text-decoration:none;
	border= 0;
}

a.selected {
	color: #000000;
	text-decoration:underline;
}

a:hover{
	color: #000000;
	text-decoration:underline;
}

.index_box {
	margin-top: 30px;
}

.index_box table td {
	padding: 3px;
    margin: 0px;
    background-color: #ffffff;
	border: 1px solid #cccccc;
}

.image_box {
	padding: 3px;
    margin: 0px;
    background-color: #ffffff;
	border: 1px solid #cccccc;
}

#footer {
	clear: both;
	background-image: url('images/footer1.jpg');
	/*background-repeat: repeat-x;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 10px;
}

#footer2 {
	clear: both;
	background-image: url('images/footer2.jpg');
	/*background-repeat: repeat-x;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 20px;
}

#footer_wood {
	clear: both;
	background-image: url('images/wood.jpg');
	/*background-position:top left;*/
	background-repeat: repeat-y;
	height: 100px;
}

#footer_wood_c {
	clear: both;
	/*background-image: url('images/wood.jpg');*/
	/*background-position:top left;*/
	/*background-repeat: repeat-y;*/
	background-color:#FFFFFF;
	height: 400px;
}

#footer_all {
	clear: both;
	height: 112px;
	width: 100%;
}

#footer_text {
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 10px;
	text-align: center;
}

