
/* === Misc === */
body {
	background:white url(../images/bg.jpg) repeat-y center;
	margin:0;
	text-align:center;
}
body,td,th,a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}
body,td,th{
	font-size: 13px;
	color: #686868;
}

svg 
   {float:left;
	margin-left:12px;
	
      background: none !important;
   }
a:link, a:visited {
	color: #FF5A00;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#FF5A00;
	text-decoration:underline;
}
#wrapper{
	width:958px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	position:relative;
	
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
img.border{
		background:#fff;
		padding:3px;
		border:1px solid #dadada;
	}
	img.fright{
		float:right;
		background:#fff;
		border:1px solid #ccc;
		padding:3px;
		margin-left:10px;
		margin-bottom:10px;
		margin-top:10px;
	}
		img.fleft{
		float:left;
		background:#fff;
		border:1px solid #ccc;
		padding:3px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:10px;
	}
	.under{
		
		border-bottom:1px solid #3073B8;
	}
/* === Header === */
#header{
	width:100%;
	background:url(../images/header.jpg) repeat-x top;
	height:150px;
	text-align:center;
	
}
/* === Logo === */
#logo2{
	float:left;
}
#flash{

margin-top:2px;
	float:left;
	margin-left:12px;
	background: transparent !important;

}

#flash div{
	background: transparent !important;
}
#logo{
	float:right;
	
}
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:36px;
	color:white;
	padding:0;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}
/* === Nav === */
#nav{
	background:url(../images/navbg-repeat.jpg) repeat-x top;
	height:46px;
	width:100%;
	margin:0px 0;
	position:relative;z-index:999;
}
#nav .inner{
	width:100%;z-index:999;
	height:56px;
	background:url(../images/navbg-middle.jpg) top center no-repeat;
}
#nav ul {
	font-size:14px;
	padding: 5px 25px 0 5px;
	margin: 0px 0;
	list-style: none;
	float: left;
	text-shadow:1px 1px white;
	z-index:999;
}
#nav ul li{
	display:inline;
	float:left;
    z-index:100;
}
#nav ul li a:link, #nav ul li a:visited{
	display:inline;
	color:#525252;
	display:block;
	text-decoration:none;
	height:34px;
	font-weight:normal;
}
#nav ul li a:hover{
	display:inline;
	color:#000;
	background:url(../images/bgright.jpg) no-repeat top right ;
	display:block;
	text-decoration:none;
	height:34px;
}
#nav ul li a.current{
		background:url(../images/bgright.jpg) no-repeat top right ;
		height:34px;
}
#nav ul li a.active{
		background:url(../images/bgright.jpg) no-repeat top right ;
		height:34px;
}
#nav ul li a.current span.link,#nav ul li a.active span.link, #nav ul li a:hover span.link {
	background: url(../images/bgleft.jpg) no-repeat top left;
}
#nav ul li a span.link {
	margin: 0 14px 0 0px;
	padding: 12px 8px 14px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	cursor:pointer;
}
/* === Dropdown Nav === */
#nav ul ul {
position:absolute;
display:none;
top:37px;
z-index:9999;
background:#d0d2d3;
padding:5px;
border:1px solid #a2a2a2;
width:170px;
}
ul#nav ul ul li{
background:none;
padding:0;
margin:0;
z-index:999;
}
#nav ul li ul li{
	background:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #e4e4e4;
	z-index:999;
	padding:0;margin:0
}
#nav ul li ul a:link, #nav ul li ul a:visited{
display:block;
padding:10px 0 8px 10px;
width:160px;
font-size:12px;
color:#333;
text-decoration:none;
font-weight:normal;
background:#fff;
float:left;
margin:0;z-index:999;
height:16px;
}
#nav ul li ul a:hover{
display:block;
width:160px;
text-decoration:underline;
font-weight:normal;
font-size:12px;
float:left;z-index:999;
background:url(../images/nav-submenu.jpg) repeat-x bottom #fff;
}

#nav ul ul ul{
top:auto;z-index:999;
}	

#nav ul li ul ul {
left:146px;
margin:0px 0 0 10px;
z-index:9999;
}
#nav ul li{
		position:relative;
}
/* === Pagination Nav === */
.pagination{
	padding:10px;
	clear:both;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left;
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #fff;
background-color: #2e6ab1;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}
/* === Featured Area === */
#hold{
	z-index:3;
	position:absolute;
	top:141px;
	left:2px;
	width:958px;
}
#featured{
	background:url(../images/featured.jpg) top left no-repeat;
	width:100%;
	height:242px;
	padding-bottom:2px;
	border-bottom:4px #b0c6e3 solid;
	position:relative;
	overflow:hidden;
	margin:0;
	z-index:4;
}
/* === Featured Packages (../images to left) === */
#featured .slider../images{
	position:absolute;
	left:30px;
	text-align:center;
	width:380px;
	height:202px;
	top:30px;
}
ul.slider-img-list{
	width:380px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; top: 1200px;
}
ul.slider-img-list li{
overflow: hidden; float: left; width: 380px; height: 202px; vertical-align:bottom;
}

a.package1{
	width:270px;
	height:180px;
	display:block;
	background:url(../images/slideleft-1.png) top left no-repeat;
	margin:0 auto;
}
a.package2{
	width:270px;
	height:180px;
	display:block;
	background:url(../images/slideleft-2.png) top left no-repeat;
	margin:0 auto;
}
a.package3{
	width:270px;
	height:180px;
	display:block;
	background:url(../images/slideleft-3.png) top left no-repeat;
	margin:0 auto;
}
a.package4{
	width:270px;
	height:180px;
	display:block;
	background:url(../images/slideleft-4.png) top left no-repeat;
	margin:0 auto;
}
a.package5{
	width:270px;
	height:180px;
	display:block;
	background:url(../images/slideleft-5.png) top left no-repeat;
	margin:0 auto;
}
.slider../images span, .arrows span{
	display:none;
}
/* === Featured next and previous links === */
#featured .arrows{
	left:420px;
	position:absolute;
	top:30px;
	width:44px;
}
#featured .arrows a.next{
	margin-bottom:66px;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next, #featured .arrows a:link.prev, #featured .arrows a:visited.prev{
	height:44px;
	width:44px;
	display:block;
	position:relative;
}
#featured .arrows a:hover.next, #featured .arrows a:hover.prev{
	height:44px;
	width:44px;
	display:block;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next{
background:url(../images/next.png) top left no-repeat;
}
#featured .arrows a:hover.next{
background:url(../images/nexthover.png) top left no-repeat;
}
#featured .arrows a:link.prev, #featured .arrows a:visited.prev{
background:url(../images/previous.png) top left no-repeat;
}
#featured .arrows a:hover.prev{
background:url(../images/previous-hover.png) top left no-repeat;
}
/* === Featured Text (right side) === */
.texthold{
		right:0px;
	top:30px;
	width:402px;
	height:242px;
	position:absolute;
	background:url(../images/slideright-title.png) top left no-repeat ;
}
#featured .sliderText{
	width:402px;
	height:242px;
	position:relative;
}
ul.slider-text-list{
	width:402px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; left:-1800px;
}
ul.slider-text-list li{
overflow: hidden; float: left; width: 402px; vertical-align:bottom; height:auto;
}
ul.slider-text-list li h2{
	width:392px;
	font-size:24px;
	color:white;
	margin:0;
	font-weight:normal;
	height:29px;
	padding:6px 0 10px 10px;
}
ul.slider-text-list li p{
	text-shadow:1px 1px #d9e1e9;
	color:#000;
	margin:0;
	padding:10px 30px 10px 10px;
	line-height:20px;
}
a.more{
	background:url(../images/readmore.jpg) repeat-x top red;
	display:block;
	color:white;
	font-weight:bold;
	border:1px solid #669200;
	text-shadow:1px 1px #669200;
	width:70px;
	text-align:center;
	padding:4px;
	float:right;
	margin-right:30px;
}
/* === Services Section (homepage under featured) === */
#services{
	background:url(../images/servicerepeat.jpg) repeat-x top;
	height:127px;
	width:100%;
	border-top:2px solid white;
	border-bottom:1px solid #ccc;
}
#services .box{
	float:left;
	height:97px;
	border-right:1px solid #cbcbcb;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:97px;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box img,#services .box2 img{
	position:absolute;
	left:20px;
	top:30px;
}
#services .box p, #services .box2 p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
text-shadow:white 1px 1px;
}
#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}
/* === Main Content === */
	#content{
		width:958px;
		
		position:relative;
	}
/* === Subpages header === */
	#subheader{
		background:#e9e9e9;
		padding:15px 30px 15px 30px;
		display:block;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	#subheader h2{
		margin:0;
		padding:0;
		color:black;
		font-weight:normal;
		font-size:24px;
	}
/* === Full Page Holder (portfolio) === */
	#fullpage{
		padding:15px;
		background:white;
	}
/* ===  Portfolio === */
	.portitem{
		float:left;
		width:260px;
		padding:7px;
		float:left;
		margin:15px;
		border:1px solid #ccc;
		background:#e9e9e9;
		position:relative;
		overflow:hidden;
	}
	.portitem img{
		border:1px solid white;
	}
	.portitem span{
		background:white;
		padding:7px;
		width:246px;
		position:absolute;
		bottom:-30px;
		left:8px;
		color:black;
		text-shadow:1px 1px white;
		filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;

	}
/* === Left Column === */
	#content #leftcolumn{
	float:left;
	width:420px;
	/*background:url(../images/leftcolumn.jpg) top repeat-x;*/
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
	min-height:380px!important;
}
#content #leftcolumn2{
	float:left;
	width:500px;
	/*background:url(../images/leftcolumn.jpg) top repeat-x;*/
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
	min-height:380px!important;
}
#content #leftcolumn3{
	float:left;
	width:800px;
	/*background:url(../images/leftcolumn.jpg) top repeat-x;*/
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
	min-height:580px!important;
}
/* === Split Left Column into 2 === */
	.col1{
		float:left;
		width:254px;
		padding-right:30px;
		
		margin-top:15px;
		margin-bottom:15px;
	}
	.col2{
		float:right;
		width:254px;
		padding-left:30px;
		margin-top:15px;
		margin-bottom:15px;
	}
	#content h4{
		font-size:16px;
		margin:0;
		color:black;
		font-weight:normal;
	}
		#content h5{
		font-size:14px;
		margin:0;
		color:black;
		font-weight:normal;
	}
	table{
		background:white;
		
		margin:20px 0;
	}
	td{
		
		padding:5px;
	}
	th{
		color:white;
		background:#1159a8;
		border:1px solid #0c408b;
		padding:5px;
	}
	blockquote{
		font-style:italic;
	}

	.blog{
		margin-bottom:30px;
	}
	.blog .info{
		background:#f8f8f8;
		display:block;
		padding:5px;
		text-shadow:1px 1px white;
		border:1px solid #e2e2e2;
	}
	/* === Contact Page Form === */
	#leftcolumn form{
		margin-top:15px;
	}
	#leftcolumn form ul{
		list-style:none;
		padding:0;
		margin:0;
		width:529px;
	}
	#leftcolumn form ul ul{
		padding:0;
		border:none;
	}
	#leftcolumn form ul li.forminput{
		padding:10px 0 10px 0;
	}
	#leftcolumn form ul li.forminput ul li.formleft{
		float:left;
		width:140px;
		color:black;
	}
	#leftcolumn form ul li.forminput ul li.formright{
		color:red;
		font-weight:bold;
		font-size:14px;
	}
	#error{
		color:green;
	}
	#error ul li{
		display:inline;
		margin-right:15px;
		color:red;
	}
	form input, form textarea{
		background:#f1f1f1;
		border:1px solid #ccc;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
	}
	form .button{
		background:#1159a8;
		color:#fff;
		font-weight:bold;
		padding:5px;
		border:1px solid #1d3551;
	}
	.hidden{
		visibility:hidden;
	}
/*  Left Column */
#leftcolumn h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
#leftcolumn h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}
ul.checklist{
		padding:15px 0 25px 15px;
		margin:0;
		list-style:none;
		line-height:22px;
	}
	ul.checklist li{
		background:url(../images/tick.png) left no-repeat;
		padding-left:20px;
		width:255px;
		float:left;
	}
/*  Right Column */
#rightcolumn{
	float:right;
	width:284px;
	background:url(../images/rightcolumn.jpg) top repeat-x;
	padding:30px 20px 30px 20px;
}
#rightcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-bottom:10px;
	margin:0 0 10px 0;
	border-bottom:1px solid #dadada;
}
	#rightcolumn  ul{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0 0 30px 0;
	}			
			
	#rightcolumn  ul li{
		padding:0px;
		margin:0px;
	}
		.col1 h3, .col2 h3{
		padding:0 0 15px 0;
		margin:0;
	}
	#impressum #content{
		
	}
	#impress{
		padding:20px auto 20px 10px;
		margin:20px;
		width:500px;
	
	}
	#impress p{
	font-size:14px;
	margin-bottom: 1em;
	line-height: 120%;
}
#impress ul{
	list-style-type:none;
	margin:-10px 0px 0px 10px;
	
	padding:0px;
}
#impress ul>li{
	
	padding:0px;
	margin:0px;
}
.rights{
	margin:10px 10px 0 10px;
	padding:10px;
	color:#eee;
	border:1px solid #eee;
}
	
/*  Search */
.outerhol{
	position:relative;
	width:100%;
	height:51px;
	padding:0 0 10px 0;
}
.search{
	background:url(../images/search.jpg) repeat-x top;
	border-left:1px solid #9fd027;
	border-right:1px solid #9fd027;
	position:absolute;
	top:0;
	left:-22px;
	width:323px;
	height:51px;
}
.search form{
	padding:8px 10px;
	
}
	.search .textfield{
		background:white;
		border-left:1px solid #7f942c;
		border-top:1px solid #7f942c;
		outline:none;
		padding:3px;
		width:200px;
	}
		.search .button{
background:none;
border:none;
outline:none;
color:white;
text-shadow:1px 1px #517606;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
	}
/*  Recent Blog Entries */
		
		#rightcolumn  ul li.bd{position:relative;}
		#rightcolumn  ul.bd a{text-decoration:none;}
		#rightcolumn  li.bd ul{
			padding:15px 0 15px 10px;
			width:264px;
			border-bottom: 1px solid #ededed;
		}
		
		#rightcolumn  li.bd ul li{
			line-height:18px;
			font-size:11px;
		}
		
		#rightcolumn  ul li.bd ul li.title{
			font-size:12px;
			font-weight:bold;
		}
		#rightcolumn  ul li.bd ul li.title a{color:#3370a6;}
		#rightcolumn  ul li.ft{line-height:1px;}

		#rightcolumn  ul.blog-entries li.bd ul li.image{	
			float:left;	
			padding:0px 15px 0 0px;
		}
		
		#rightcolumn  ul.blog-entries li.bd ul li.image{
			background:url(../images/thumbbg.png) no-repeat;
			width:89px;
			height:60px;
		}
li.bd{
}
/*  Recent Testimonials */
	#rightcolumn ul li.testimonial{
		padding:20px 0 0px 0;
		border-bottom:1px solid #ededed;
	}
		#rightcolumn ul li.testimonial ul li.extract{
font-size:12px;
color:black;}
		#rightcolumn ul li.testimonial ul li.testimonial-main{
			line-height:18px;
			padding:10px 0 10px 0;
font-size:12px;
font-style:italic;
	}
			#rightcolumn ul li.testimonial ul li.testimonial-author{
			line-height:18px;
			padding:0 0 0 0;
		font-size:11px;
			}
			a img{
				border:none;
			}
/* === Footer === */
			#footer{
				width:100%;
				background:#1159a8;
				/*padding:30px 0;*/
			}
#footer .box{
	float:left;
	width:254px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer .box2{
	float:left;
	width:254px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer h3{
	color:white;
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px 0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	background:#0d4494 url(../images/footerlink.jpg) repeat-x top;
	margin-top:-1px;
}
#footer ul li a{
	border:1px solid #2978ce;
	padding:8px;
	display:block;
	color:#dce9f8;
}
#footer ul li a:hover{
	color:white;
	border-color:#439fe1;
}
#footer .box p, #footer .box2 p{
	line-height:18px;
padding:0 0 0 0;
margin:0;
color:#dce9f8;
text-shadow:#0b3a7f 1px 1px;
}
#copyright{
	width:100%;
	background:url(../images/footer.jpg) #0d4494 repeat-x top;
	color:#dce9f8;
	padding:20px 0 20px 0;
	text-indent:30px;
}
#copyright a{
	color:#dce9f8;
}
#b_logo{
	float:right;
	margin-top:-15px;
}
/*------misc------*/
.gross{
	font-size:1.4em;
	}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.blue{
	color:#0399F7;
}
.red{
	color:#ed2024;
}
.white{
	color:#efefef;
}
.yellow{
	color:#fdf801;
}
.dblue{
	color:#1952A2;
}
.black{
	color:#000;
}
.border-left{
	border-left:3px solid #eee;
	padding:0 20px;
}
.kapitaliki{
	
	font-variant: small-caps;
}
.spacing{
	letter-spacing:0.5em;
}
.l10{
	margin-left:10px;
}
.l19{
	margin-left:19px;
}
.l20{
	margin-left:20px;
}
.l22{
	margin-left:22px;
}
.l25{
	margin-left:25px;
}
.l30{
	margin-left:30px;
}
.l40{
	margin-left:40px;
}
.l50{
	margin-left:50px;
}
.l60{
margin-left:60px;	
}
.lgrey{
	color:#878787;
}
.grey{
	color:#444;
}
.light{
	font-weight:lighter;
}
.orange{
	color: #FF5A00;
	
}
.green{
		color:#008C00;
	}
.yellowmark{
	background-color: #FFFF00;
	
}
.center{
	text-align:center;
}
.mini{
	font-size:12px;
}
.odstep{
	letter-spacing:20px;
}
/*imageslider*/
/* New in version 1.7+ */ 

	#imageslider{
	margin-top:50px;
	padding-right:70px;
		float:right;
	width:400px;
	list-style: none; 
	
	}
  #slider1 { 
  width: 400px; 
  height: 250px; 
  list-style: none; 
  
 } 
 /* CSS to expand the image to fit inside colorbox */ 
 #cboxPhoto { width: 100%; height: 100%; margin: 0 !important; } 
 /* Change metallic theme defaults to show thumbnails - 
  using #demo2 (page wrapper) to increase this CSS priority */ 
 .anythingSlider-metallic .thumbNav a { 
  background-image: url(); 
  height: 30px; 
  width: 30px; 
  border: #000 1px solid; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  text-indent: 0; 
 } 
 .anythingSlider-metallic .thumbNav a span { 
  visibility: visible; /* span changed to visibility hidden in v1.7.20 */ 
 } 
 /* border around link (image) to show current panel */ 
 #demo2 .anythingSlider-metallic .thumbNav a:hover, 
 #demo2 .anythingSlider-metallic .thumbNav a.cur { 
  border-color: #fff; 
 } 
 /* reposition the start/stop button */ 
 #demo2 .anythingSlider-metallic .start-stop { 
  margin-top: 15px; 
 }
 
 /*----------panel----------

#panel1
{
	background: #3073B8;
	font-weight: bold;
	padding: 0;
	width: 220px;
	height:147px;
	position: fixed;
	
	right: 0px;
	top: 0;
	z-index:999999;
		border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
}
#panel2
{
	background: #69C5FF;
	font-weight: bold;
	padding: 0;
	width: 220px;
	height:221px;
	position: fixed;
	top:47px;
	right: 0px;
	
	z-index:999999;
	border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
	
	
}


#panel6
{
	background: #a13458;
	font-weight: bold;
	padding: 0;
	width: 300px;
	height:129px;
	position: fixed;
	top:94px;
	
	right: 0px;
	z-index:999999;
	border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
	
}
#panel3
{
	background: #FCC938;
	font-weight: bold;
	padding: 0;
	width: 220px;
	height:129px;
	position: fixed;
	top:141px;
	right: 0px;
	z-index:999999;
	border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
	
}



#panel4
{
	background: #FAFA62;
	font-weight: bold;
	padding: 0;
	width: 300px;
	height:170px;
	position: fixed;
	top:188px;
	
	right: 0px;
	z-index:999999;
	border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
	
}*/


/*---kontakt formular--*/
#panel5
{
	background:#eee;
	
	padding: 0px 10px 0px 10px;
	width: 420px;
	height:600px;
	position: fixed;
	top:50px;
	
	left: 0px;
	z-index:999999;
	border:1px solid #DCDCDC;
	
	border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

ul#main_menu
{ 
	list-style: none;
	width:300px;
	margin:20px 0px 0px 10px;
	padding:0px;
}
#main_menu>li{
	margin:0px 0px 5px 0px;
	
	padding:0px;
}
#main_menu a
{font-size:12px;
	text-decoration: none;
	text-transform: uppercase;
}

#main_menu a:hover
{
	text-decoration: underline;
}
#panel2 #main_menu a,#panel3 #main_menu a,#panel4 #main_menu a{
	color:#000;
}
#panel1 #main_menu a,#panel6 #main_menu a{
	color:#efefef;
}
#erfassung
{
	
	display: block;
	
	z-index:999999;
	width: 35px;
	height: 219px;

	position: fixed;
	right:-5px;
	top: 150px;
}
/*---------przycisk panelu--------*/
/*
.slide_button1
{
	background: url(../images/links12.png);
	display: block;
	width: 140px;
	height: 47px;
	text-indent: -9999px;
	

	position: absolute;
	left: -139px;
	top: 0px;
}
.slide_button2
{
	background: url(../images/links22.png);
	display: block;
	
	text-indent: -9999px;
	width: 140px;
	height: 47px;

	position: absolute;
	left: -139px;
	top: 0px;
}
.slide_button3
{
	background: url(../images/links32.png);
	display: block;
	
	text-indent: -9999px;
	width: 140px;
	height: 47px;

	position: absolute;
	left: -139px;
	top: 0px;
}
.slide_button4
{
	background: url(../images/links42.png);
	display: block;
	
	text-indent: -9999px;
	width: 140px;
	height: 47px;

	position: absolute;
	left: -139px;
	top: 0px;
}
.slide_button6
{
	background: url(../images/links62.png);
	display: block;
	
	text-indent: -9999px;
	width: 140px;
	height: 47px;

	position: absolute;
	left: -139px;
	top: 0px;
}
*/
.slide_button5
{
	background: url(../images/links5.png);
	display: block;
	
	text-indent: -9999px;
	width: 35px;
	height: 150px;

	position: absolute;
	right: -35px;
	top: 140px;
}
.zamknij
{
	background-position: -30px 50px;
}

a:focus { 
outline:none; 
}
ul#betten{
	margin-left:-30px;
}
ul#betten  li {
list-style: none ;
font-weight:bolder;


margin:0 0 5px 0; padding:0 0 0 30px; background: url(../images/bullet3.png) no-repeat 0% 50%;


}
ul#beratung{
	margin-left:-30px;
}
ul#beratung  li {
list-style: none ;
font-weight:bolder;


margin:0 0 5px 0; padding:0 0 0 30px; background: url(../images/bullet2.png) no-repeat 0% 50%;


}
#google{
padding:5px;

	position:absolute;
	left:500px;
	top:30px;
	width:440px;
	height:350px;
	z-index:10000000;
}
#szyld{
	width:400px;
	height:63px;
	margin-top:-30px;
	
	padding:0;
}
#szyld ul{
	list-style-type:none;
	padding:0;
	margin-left:20px;
}
#szyld ul li{
	float:left;
	margin-right:20px;
}

#direct{

width:400px;
height:200px;
float:left;
margin-left:50px;
margin-top:50px;
line-height:1.5em;
	
}
/*----links---*/
#links_content{
	padding:30px;
	margin:30px;
	background: url(../images/links_content_bg.png) no-repeat;
	background-position:center right;
	
	
}
#links_content h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
ul.links{
	list-style-type:none;
}
.linki{
	margin-top:20px;
	text-
	font-weight: bold;
	padding: 10px;
	width: 400px;
	border-bottom:1px dotted #A5A5A5;
	
	/*background: #3073B8;
	border:1px solid #696969;
	border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; */
	
}
.linki a{
	
	font-size:12px;

	text-decoration: none;
	text-transform: uppercase;
}
.linki a:hover{
	text-decoration: underline;
}
.linki>h3{
	text-decoration:underline!important;
	color:#1952A2;
}
/*products*/
#products{
	width:100%;
	height:20px;
	
	
	border-bottom:1px dotted #e1e1e1;
	
}
#products ul{
width:100%;
	list-style-type:none;
	float:left;
	margin-top:-5px;
	margin-left:-50px;
}

#products ul li{
float:left;
	margin-left:20px;
}
#first{
	margin-left:-30px;
}
#products ul li a:link,#products ul li a:hover{
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
/*text-shadow:0px 1px #696969;
	*/
}
.schlaf{
	color:#686868;
	font-weight:bold;
	margin-top:2px
}
a.luft{
	color:#55FF2A;
}
a.wasser{
	color:#3073B8;
}
a.box{
	color:#7C1A33;
}
a.matra{
	color:#FE6000;
}
a.zube{
color:#000;
}
#ralf_hasse{

}
#ralf{
float:left;
border:none;
background:none;
	 -moz-box-shadow: 0px 0px 0px #888;
-webkit-box-shadow: 0px 0px 0px #888;
box-shadow:0px 0px 0px #888;
margin-right:5px;
}
/*--events--*/
.events_gallery ul{
width:500px;
float:left;
margin:0;padding:0;
list-style-type:none;


}
.events_gallery2 ul{
width:800px;
float:left;
margin:0;padding:0;
list-style-type:none;


}
.events_gallery li, .events_gallery2 li{
	float:left;
	margin:0 10px 10px 0;
}	
.events_gallery img,.aktion_image img, .events_gallery2 img{
	padding:5px;
	border:1px solid #E2E2E2;
	border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  -moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow:5px 5px 5px #888;
background:#fff;
}
.center_gallery{
	width:100px;
	margin:auto;
}
/*------aktion panel-----*/
#aktion
{
	background: #fdf801;
	
	padding: 0;
	width: 800px;
	height:800px;
	position: fixed;
	top:0px;
	border-left:2px solid #fdf717;
	right: 0px;
	z-index:999999;
	border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
	
}
.aktion_button
{
	background: url(../images/aktion.png);
	display: block;
	
	text-indent: -9999px;
	width: 35px;
	height: 123px;

	position: absolute;
	left: -35px;
	top: 200px;
}
.aktion_content{
	margin: 10px;
	padding:10px;
	
	color:#000;
	
}
#aktion h2{

	font-weight:normal;
	color:#000;
	font-size:24px;
	margin:0;
	padding:0;
	text-align:center;
}
#aktion_wrapper{
	margin-top:20px;
}
.aktion_leftcolumn{
width:50px;
	float:left;
	margin-top:25px ;
	margin-left:190px;
	padding:10px;
	
	
}

.aktion_image{
width:200px;
margin:auto;

	
}
.aktion_rightcolumn{
float:right;
width:200px;
	
	margin-top:20px;
	padding:10px;
	
	
}
.preiss_tabele {
width:600px;
margin:10px auto 10px auto;
padding:0px;


	
}
.preiss_tabele table{
	width:650px;
	height:200px !important;
	
	
}
.preiss_tabele th,.preiss_tabele_vip th{
color:#444;
	background:#efefef;
	border:none;
}
.preiss_tabele table tr,.preiss_tabele_vip table tr{
	height:10px;
}
.preiss_tabele td,.preiss_tabele_vip td{
color:#000;
	border:1px solid #eee;
	padding:2px;
	margin:0px;
	
}

.preiss_tabele th:first-of-type,.preiss_tabele_vip th:first-of-type {text-align:left !important;} 
.preiss_tabele th:nth-child(odd),.preiss_tabele_vip th:nth-child(odd) {text-align:right; }
.preiss_tabele th:nth-child(even),.preiss_tabele_vip th:nth-child(even) {text-align:right; }
.preiss_tabele tr:first-of-type,.preiss_tabele_vip tr:first-of-type {background:none !important;} 
.preiss_tabele tr:nth-child(odd),.preiss_tabele_vip tr:nth-child(odd) {background:#eee ;} /*trzeba zmienię kolejnosę*/ 
.preiss_tabele tr:nth-child(even),.preiss_tabele_vip tr:nth-child(even) {background:silver;}
.preiss_tabele td:first-of-type,.preiss_tabele_vip td:first-of-type {text-align:left !important;} 
.preiss_tabele td:nth-child(odd),.preiss_tabele_vip td:nth-child(odd) {text-align:right; }
.preiss_tabele td:nth-child(even),.preiss_tabele_vip td:nth-child(even) {text-align:right; }
.opis{
text-align:left;
	margin:4px auto auto 5px;
	font-weight:bolder;
}
.sterne{
float:left;
	margin:5px 0px 0px 5px;
}
.sterne.img{
	margin-left:10px;
}
/****VIPS***/
.vip_info{
	text-align:justify;
	font-size:1.2em;
	margin:20px;
	color:#000;
}
#leftcolumn_vip{
	float:left;
	width:420px;
	padding:30px 5px 30px 30px;
	line-height:20px;
	position:relative;
	min-height:380px!important;
	
}
#vip{
	
}
#vip ul{
 
	list-style-type:none;
	line-height: 40px;
	padding:0px;
}
#vip li{
	border-bottom:1px solid silver;
}
.vip_li{
	font-weight:bold;
	color:red;
	font-size:1.2em;
	margin-right:10px;
}
#vip_content{
margin:5px;
margin-bottom:10px;
padding:20px;
float:right;
	width:450px;
	min-height:500px!important;
	/*border:4px double silver;*/
	border-radius:5px;
	box-shadow:-3px 0px 10px #555;
	
	
}
.preiss_tabele_ vip {
width:400px;
margin:10px auto 10px auto;
padding:0px;


	
}
.preiss_tabele_vip table{
	width:400px;
	
	
	
}
#angebot{
	position:absolute;
	top:0px;
	right:0px;
	z-index:9000000;
}
 