body {	background-color: #FEB500; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px;}

#hs_container {margin:auto; margin-top:100px; width:592px; position:relative;}
#hs_head {height:121px; background-image:url(../pics/hoerschaden_head.gif);}
#hs_foot {height:15px; background-image:url(../pics/hoerschaden_foot.gif);}
.hs_tabMain{ background-color:#000000; width:592px;  position:relative; background-image:url(../pics/hoerschaden_foot.gif); background-position:bottom; background-repeat:no-repeat;}
#inner {margin:5px; height:140px; width:582px; overflow:hidden}
#hs_scrollArea {width:2000px;}


.hs_scrollbox {width:582px; height:140px; margin-right:30px;}

.clear {clear:both;}

.stern1 {position:absolute; left:320px; top:-65px;}
.stern2 {position:absolute; left:466px; top:-45px;}

/* hauptnavi */
ul.hs_hauptnavi  {list-style:none; margin:0px; padding:0px; margin:10px 0px 15px 15px; height:20px;}
ul.hs_hauptnavi  li {float:left; list-style:none; margin:0px 5px; padding:0px;}


/* kontakt */
#hs_kontForm {padding-left:85px;}
textarea, input {border:0px; border-bottom:1px solid #999999; color:#fff; font-family:Arial,Helvetica,sans-serif; font-size:11px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:bold; line-height:normal; overflow:hidden; padding-left:4px;  background-color:#333;}
#hs_kontForm input { float:left; height:17px;  margin-bottom:5px; margin-right:10px;margin-top:0px;  width:170px; }
#hs_kontForm textarea {width:354px; }
#hs_kontForm input.hs_submit {clear:both; margin:10px; border-top:1px solid #999999; border-left:1px solid #999999; border-right:1px solid #999999; width:80px; margin:5px 0px 0px 278px;}	
#hs_formBest {display:none; margin:50px 0px 0px 90px;}

/* newsletter */
#hs_newsForm {;}
#hs_newsForm input {width:180px; display:block; margin-bottom:10px; margin-left:180px;}





		ul, li, h3, h2, h1, p, #navigation, #content,.section{
			padding:0;
			margin:0;
			list-style:none;
		}
		#content{
			overflow:hidden;
			width:592px;
	
			position:relative;
			
			float:left;
		}
			#content h2{
				color:#fff;
				margin:20px 0pt;
			}
			#content a{
				color:#ccc;
				font-weight:bolder;
				text-decoration:none;
				background: url(../pics/link_back_01.gif) repeat-x scroll center bottom; padding-bottom:2px;
				line-height:18px;
			}
			#content a:hover{
				background: url(../pics/link_back_02.gif) repeat-x scroll center bottom;
			}
			#content a.hs_naviLink {color:#eee; background: url(../pics/link_back_01.gif) repeat-x scroll center bottom; padding-bottom:3px;}
		
		.section{
			width:5000px;
			position:relative;
		}
		
			.section .sub{
				position:relative;
				float:left;
			
				width:592px;
			
			}
			.section .sub .inner {margin:0px 20px 20px 20px;	}
		
				.section .sub p{
					width:550px;
					margin:16px 0;
					line-height:18px;
				}
				.section .next, .section .prev{
					font-size:18px;
					position:absolute;
					bottom:15px;
					letter-spacing:-2px;
				}
				.section .next{
					right:30px;
				}
				.section .prev{
					left:30px;
				}
		
		#links, h2.title{
			position:absolute;
			right:5px;
		}
		
		#links{
			border:1px solid #777;
			width:210px;
			top:78px;
			padding:10px;
		}
			#links h3{
				color:#777;
			}
			#links ul{
				padding: 8px 0 3px 20px;
			}
			#links li{
				list-style-type:circle;
			}
			#links a{
				color:#69C;
			}
		
		.message{
			background:#EEE;
			border:1px solid #999;
			color:#333;
			font-size:12px;
			padding:1px;
			position:absolute;
			left:11px;
		}
		#first{
			top:484px !important;
			top:498px;			
		}
		#second{
			top:503px !important;
			top:517px;			
		}
		
		h1{
			margin:20px 0;
			color:#5B739C;
		}
			h1 strong{
				font-size:13px;
				color:#777;
			}
		h2.title{
			top:28px;
			color:#933;
		}

.hs_galleryUbersicht {width:600px;}
.hs_galleryUbersicht img {float:left; margin:0px 20px 20px 0px; border:solid 1px #FFFFFF;}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}





.hs_ajaxWait {background-image:url(../pics/ajax_load.gif); background-repeat:no-repeat; height:40px;background-position:center;}
.hs_gallyerPic {width:143px; height:110px; float:left;}
.hs_gallyerPic img {height:90px;}
.hs_galleryJahr {font-weight:11px; margin:15px 0px;}
