* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* body {
	background: url(../images/bg-body.png) repeat-x #fff;
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #082131;
} */


#wrapper {
	/* background: url(../images/bg-wrapper.png) repeat-y; */
	margin: 0 auto;
	min-height: 100%;
	padding: 0 10px;
	position: relative;
	width: 900px;
}

* html #wrapper {
	/* background: url(../images/ie-bg-wrapper.gif) repeat-y; */
	height: 100%;
}

a img {
	border: none;
}

div.clear {
	clear: both;
}

#header {
	/* background: url(../images/bg-header.png) repeat-x; */
	height: 259px;
	position: relative;
	width: 900px;
}

	/* #header .logo_home {	
		margin: 80px 0 0 25px;
	} */

	#header #header-galerie {
		/* border: 1px solid #082131; */
		height: 188px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: 58px;
		width: 480px;
	}

#navi {
	/* background: url(../images/bg-navi.png) #d1e5e6; */
	height: 47px;
	width: 900px;
}
	
	#navi ul {
		list-style: none;
		height: 41px;
		overflow: hidden;
	}
	
		#navi ul li {
			float: left;
		}
		
			#navi ul li a:link, #navi ul li a:visited  {
				/* border-right: 2px solid #fff; */
				/* color: #555; */
				display: inline-block;
				font-size: 15px;
				font-weight: bold;
				height: 41px;
				line-height: 41px;
				padding: 0 10px;
				text-decoration: none;
				text-transform: uppercase;	
			}
			
			/* #navi ul li a:hover, #navi ul li a:active {
				background: url(../images/bg-navi-active.png) #9b4f1d;
				color:#555;		
			} */
			
	/* #navi ul .navi_active {
		background: url(../images/bg-navi-active.png) #9b4f1d;
		color:#555 !important;
	} */

#main {
	float: left;
	margin-bottom: 60px;
	padding-top: 10px;
}
	
	#main h1 {
		font-size: 22px;
		margin-bottom: 12px;
		line-height:1.3;
	}
	#main h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	#main h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	#main #breadcrumb {
		height: 35px;
		list-style: none;
		margin-left: 10px;
		width: 890px;
	}
	
		#main #breadcrumb li {
			/* color: #082131; */
			float: left;
			font-size: 10px;
			padding-right: 6px;
		}
		
			#main #breadcrumb li a:link, #main #breadcrumb li a:visited {
				/* color: #082131; */
				margin-right: 6px;
			}
		
	#subnavi {
		clear: left;
		float: left;
		width: 180px;
		min-height: 1px;
	}
	
		#subnavi ul {
			list-style: none;
		}
		
			#subnavi ul li {
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 12px; 
			}
			
				#subnavi ul li a:link, #subnavi ul li a:visited {
					/* color: #777; */
					display: block;
					padding-left: 24px;
					text-decoration: none;
					width: 156px;	
				}
				
				
				/* #subnavi ul li a:hover, #subnavi ul li a:active {
					background: url(../images/subnavi-block.gif) no-repeat left 5px;
				}
				
				.subnavi_active {
					background: url(../images/subnavi-block.gif) no-repeat left 5px;
				} */
	
	#content {
		float: left;
		overflow: hidden;
		position: relative;
		width: 540px;
		min-height:1px;
	}

		/* content main */
	
		#content .content-single {
			margin-bottom: 40px;
			padding: 0 10px;
			width: 500px;
		}
		
		#content .content-double {
			float: left;
			margin: 0 20px 40px 0;
			padding: 0 10px;
			width: 230px;
		}
		
		*+ html #content .content-double {
			margin-bottom: 0;
		}
		
		#content p {
			padding-bottom: 12px;
		}
		
		#content img {
			/* border: 1px solid #323232; */
		}
		
		#content a:link, #content a:visited {
			/* color: #38485d; */
			font-weight: bold;
			text-decoration: none;
		}
		
		#content a:hover, #content a:active {
			text-decoration: underline
		}
			
		#content ul, #content ol {
			margin: 0 0 0 20px;
			padding: 0;
		}
		
		#content table {
			table-layout: fixed;
		}

		/* gallery */

		#content .content-gallery {
			margin-bottom: 40px;
			overflow: hidden;
			padding-left: 10px;
			width: 530px;
		}

			#content .content-gallery .image {
				/* background-color: #fff;
				border: 1px solid #000; */
				display: block;
				float: left;
				margin-right: 20px; margin-bottom: 20px;
				width: 108px;
			}
		
		/* contact */

		#content .content-contact {
			margin-bottom: 40px;
			padding: 0 10px;
			width: 500px;
		}
			
			.content-contact form.contact {
				padding: 0 10px;
			}
			
			.content-contact form.contact fieldset {
				border: none;
			}
			
			.content-contact form.contact fieldset.row {
				margin-bottom: 10px;
				overflow: auto;
			}
			
			.content-contact form.contact fieldset.snafu {
				display: none;
			}
			
				.content-contact form.contact label {
					display: block;
					float: left;
					padding: 5px 0 3px;
					width: 100px;
				}
				
				.content-contact form.contact legend label {
					display: inline;
					float: none;
					margin-left: 10px;
					width: auto;
				}
			
					.content-contact form.contact input, 
					.content-contact form.contact textarea {
						/* background-color: #E9F0F6;
						border: 1px solid #999;	
						color: #606060; */
						padding: 4px 3px 2px;					
						width: 292px;
					}
					
					.content-contact form.contact input:hover, form.contact input:focus, 
					.content-contact form.contact textarea:hover, form.contact textarea:focus {
						/* background-color: #fff; */
					}				
			
					.content-contact form.contact input.zip {
						margin-right: 4px;
						width: 40px !important;
					}
					
					.content-contact form.contact input.city {
						width: 240px !important;
					}
					
					.content-contact form.contact input.checkbox {
						width: auto;
					}
					
					.content-contact form.contact textarea {
						height: 140px;
					}
					
					.content-contact form.contact .button {
						/* background: #E9F0F6;
						border: 1px solid #999;
						color: #777; */
						cursor: pointer;
						font-weight: bold;
						height: 24px;
						margin-left: 100px;
						padding: 0;
						width: 160px;
					}
					
					.content-contact form.contact .button:hover {
						/* background: #FFF; */
					}
								
					.content-contact form.contact fieldset.row span {
						display: block;
						padding-left: 100px;
					}
					
					/* errors */
					
					.content-contact form.contact fieldset.row.error {
						color: #ff0000;
					}
					
					.content-contact form.contact fieldset.row.error input, 
					.content-contact form.contact fieldset.row.error textarea {
						border-color: #ff0000;
					}
		
	/* content sidebar */		

	#sidebar {
		float: left;
		overflow: hidden;
		width: 180px;
	}
	
		#sidebar h1, #sidebar h2, #sidebar h3 {
			/* color: #777; */
			font-size: 22px;
			margin-bottom: 12px;
			line-height: 1.3;
		}
		
		#sidebar h2 {
			font-size: 18px;
			margin-bottom: 8px;
		}
		
		#sidebar h3 {
			font-size: 16px;
			margin-bottom: 6px;
		}
	
		#sidebar .content-newsbox {
			padding: 0 20px 0 0;
		}
		
		#sidebar .content-newsbox p {
			font-size: 12px;
			line-height: 16px;
			margin-bottom: 12px;
		}
		
			/* #sidebar .content-newsbox p img {
				border: 1px solid #323232 !important ;
			} */ 
		
			#sidebar .content-newsbox p a:link, #sidebar .content-newsbox p a:visited {
				/* color: #38485d; */
				font-weight: bold;
				text-decoration: none;
			}
			
			#sidebar .content-newsbox p a:hover, #sidebar .content-newsbox p a:active {
				text-decoration: underline
			}

#footer {
	/* background: url(../images/bg-footer.png) repeat-x; */
	bottom: 0;
	height: 48px;
	left: 10px;
	line-height: 48px;
	position: absolute;
	width: 900px;
}
	
	#footer ul {
		display: inline;
		float: right;
		list-style: none;
		margin-right: 44px;
	}
	
		#footer ul li {
			float: left;
			font-size: 12px;
		}
			
			#footer ul li a:link, #footer ul li a:visited {
				/* color: #777; */
				margin: 0 10px;
				text-decoration: none;
			}
			
			#footer ul li a:hover, #footer ul li a:active {
				text-decoration: underline;
			}