body {
	margin: 0px;
	padding: 0;
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #000;
}

td{
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 13px;
	color: #fff;	
}

#slideshow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

	#slideshow div,
	#slideshow div img {
		width: 100%;
	}

#logo {
	position: absolute;
	left: 40px;
	top: 40px;
}	

#runnerBox {
	position: fixed;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	width: 875px;
	left: -849px;
	//background: url(/layout/images/bg_black.png);
	background: #595959;
	z-index: 50;
}	
	
	#runnerBox .openinghours {
		float: Left;
		width: 294px;
	}

	#runnerBox .navigation {
		float: left;
		width: 260px;
		background: #96c11f;
	}
	
		#runnerBox .navigation  ul {	
			margin: 0;
			padding: 6px 0;
			list-style-type: none;
		}
		
		#runnerBox .navigation ul li {		
			height: 30px;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
		
		#runnerBox .navigation ul li a {		
			display: block;
			text-decoration: none;
			font-weight: bold;
			color: #000;
			padding: 6px 0;
			text-align: center;
		}
		
		#runnerBox .navigation ul li a:hover,
		#runnerBox .navigation ul li .active {
			background: #595959;
			color: #fff;
		}						
	
	#runnerBox .address {
		float: left;
		width: 295px;	
	}

	#runnerBox .title {		
		float: right;
		width: 26px;
		height: 100%;
		background: url(/layout/images/navi-title-sprite.gif) center left no-repeat #96c11f;
		cursor: pointer;
	}
	

		#runnerBox .title.home {	
			background-position: 0 46px;
		}	

		#runnerBox .title.team {	
			background-position: -28px 45px;
		}
		
		#runnerBox .title.leistungen {	
			background-position: -54px 45px;
		}		
		
		#runnerBox .title.preise {	
			background-position: -81px 44px;
		}		
		
		#runnerBox .title.fotogalerie {	
			background-position: -108px 44px;
		}		
		
		#runnerBox .title.kontakt {	
			background-position: -135px 48px;
		}		
		
		#runnerBox .title.anfahrt {	
			background-position: -162px 46px;
		}		
		
		#runnerBox .title.impressum {	
			background-position: -189px 46px;
		}		
				
	#runnerBox .content_block {
		padding: 10px;
	}
	
	#runnerBox .openinghours .content_block {
		padding-left: 20px;
	}
		
	#runnerBox .address .content_block {
		padding-left: 50px;
	}
		
#content {
	width: 590px;
	margin: 124px auto;
	//background: url(/layout/images/bg_black.png);	
	background: #595959;	
}	

	#content .content_block {			
		padding: 20px;
	}

	#closeinfo,
	#draginfo {
		float: right;	
		margin-top: -20px;
		margin-left: 10px;
		color: #333;
		width: 20px;
		height: 20px;
		background: url(/layout/images/drag-button-sprite.png) -20px 0 no-repeat;		
		cursor: pointer;
	}	
				
	#draginfo {
		background-position: 0 0;
		margin-right: 24px;
	}			
	
#showcontent {
	display: none;
	position: absolute;
	right: 0;
	padding: 2px 5px;
	background: #96c11f;		
}

	#showcontent a {
		font-weight: bold;
		color: #fff;
	}
	
	#showcontent a:hover {
		text-decoration: none;
	}

.galery a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}	

a,
a strong {
	text-decoration: none;	
	color: #96c11f;
}

a:hover {
	text-decoration: underline;	
}	

a img {
	border: 0px;
}

h1,
h2,
legend {
	font-size: 1.5em;
	color: #96c11f;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

.left_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.lightwindow {}

table .coloredRows {}

	.coloredRows th {
		font-size: 1.2em;
	}

	.coloredRows .even {
		background: #ffffff;
	}

	.coloredRows .odd {
		background: #efefef;
	}
	
hr {
	border:0;
	height: 1px;
	background: #ccc;
}
	
.clearer {
	clear: both;  
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.content_block {
	margin-bottom: 10px;
}

.content_block.ui-accordion-content {
	padding: 10px;
}

fieldset {
	border: 0;
	padding: 20px;
}

	fieldset legend {
		padding: 10px 10px;
		font-weight: bold;
		font-size: 1.4em;
	}

label {
	display: block;
	float: left;
	width: 130px;
}

label.error {
	font-style: italic;
	color: #ff0000;
	float: right;
	width: auto;
}

	.choice_group {
		float: left;
		width: 150px;
	}

	label.choice {
		display: block;
		float: none;
		width: 130px;
		margin-left: 22px;
		margin-top: -18px;
	}

.error,
.success {
	display: block;
	margin: 10px 0;
	padding: 10px;
}

.error {
	background: #fef0f0;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.success {
	background: #dbf8df;
	border: 1px solid #068636;	
	color: #068636;
}

.routing_from {
	display: block;
	padding: 4px;
	border-top: 1px solid #96C11F;
}

.routing_from label {
	padding-top: 7px;
}

.routing_from #from_address {
	width: 270px;
}

#map {
	text-align: center;
	width: 100%;
	height: 400px;
}

.adp-placemark {
	background: transparent;
	border-color: #96c11f;
}

.pagination {
	text-align: center;
	clear: both;
}

input[type=text],
input[type=email],
select,
textarea {
	width: 140px;
	margin-bottom: 5px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 3px;
}

input[type=text].error,
input[type=email].error,
select.error,
textarea.error {
	display: inline;
}

select {
	width: 150px;
}

input[type=text]:hover,
input[type=email]:hover,
select:hover,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #fff;
}

input[type=submit],
input[type=button],
.button {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #000;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #96c11f;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus {
	color: #fff;
}

.pdf_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -96px;
	padding-left: 24px;	
}

.email_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -224px;
	padding-left: 24px;	
}

.xls_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -128px;
	padding-left: 24px;	
}

.doc_kink {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -112px;
	padding-left: 24px;
}

.zipLink{
	background: url('/layout/images/icon-sprite.png') no-repeat 4px -144px;
	padding-left: 24px;
}

.eps_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -160px;
	padding-left: 24px;	
}

.jpg_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -176px;
	padding-left: 24px;
}

.tif_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -192px;
	padding-left: 24px;
}

.cart_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -368px;
	padding-left: 24px;
}

.down_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -352px;
	padding-left: 24px;
}

.up_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -337px;
	padding-left: 24px;
}

#news {
	position: absolute;
	bottom: -101px;
	left: 0;
	width: 590px;
	height: 100px;
	//background: url("/layout/images/bg_black.png");
	background: #595959;	
}

	#news .title {
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 85px;
		padding: 15px 0 0 10px;
		background: url("/layout/images/bg_black.png");	
	}
	
	#news ul li img {
		float: left;
		margin-right: 15px;
	}
	
	#news ul li strong {
		display: block;
		margin-bottom: 3px;
		color: #96C11F;
	}
	
	#news .date {	
		border-right: 1px solid #96C11F;
		padding: 0 5px 0 0;
	}