@charset "utf-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/work-sans-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-100.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}


html,body  {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
		background: url(../bilder/hg1.jpg) no-repeat center center fixed #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



body#subpage{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
		background: url(../bilder/hg1.jpg) no-repeat center center fixed #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 69, 126, 0.4) url(../bilder/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  				 border-radius: 5px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #003866;
  opacity: 1;}
  
  
  
  .bildermitte {

text-align: center; padding: 20px 0px 20px 0px;

}


.element {
display: inline-block;
}


.img-s{ 
display: block;
margin:4px 3px 6px 3px; 
width: 250px;
height: 130px;


}



.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;

}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}










  .sn {  margin-top:-1px;
  right: 10%;
    position: fixed; 
		z-index: 10000000;
		visibility: visible;
		}
  
  .sn2 {


	
border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;	



	padding:0px; background:rgba(0, 0, 0, 0.7);
  
  border: 1px solid rgba(255, 255, 255, 0.2);

 }
 
.sn2:hover { background: #ee7f00;

	  border: 1px solid rgba(255, 255, 255, 0.5);}


 .sn-u {  margin-bottom:-1px;

 
		visibility: hidden;
		}
  
  .sn3 {


	
border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;	



	padding:0px; background:rgba(0, 0, 0, 0.7);
  
  border: 1px solid rgba(255, 255, 255, 0.2);

 }
 
.sn3:hover { background: #ee7f00;

	  border: 1px solid rgba(255, 255, 255, 0.5);}


.absatz {margin: 20px 0px 20px 0px; line-height:1.8em; 	background: url(../bilder/trans1.png) repeat; padding: 20px;}

div {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	line-height:1.7em;
	font-weight:300;
}


th {vertical-align:top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ccc;
	line-height:1.6em;
	font-weight:bold;
	padding: 10px;
	text-align: right;}
	
	
	
td {vertical-align:top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	line-height:1.6em;
	font-weight:300;
	padding: 10px;
	text-align: right;}
	
	
table.rahmen {
 border-collapse: separate; 
 border: 1px solid #333; 
 width: 700px;	    
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-bottom: 20px; }
 
.hgg { background-color: #222; }




h1, h2, h3 {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif; font-weight:100; color:#999;
}
h1 {font-size: 60px; margin-bottom:40px;}
h2 {font-size: 40px; margin-bottom:30px;}
h3 {font-size: 30px;  margin-bottom:20px;}

.text-b {
	color: #99ccff;
}


.text-big {
text-align: center;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif; 
	font-size:350%;
	font-weight:100;
	color:#999;
	line-height:1.2em;
}

.cent {text-align:center}

a.imp {

	font-size: 80%;
	text-decoration: none;
	color: #555;
	letter-spacing: 0.1em;
}

a.imp:hover {
	text-decoration: none;
	color: #fff;
}

a, a:focus, a:visited {
	color: #ccc;
	font-weight:bold;
}

a:hover {
	color:#fff;
	text-decoration: underline;
}





.mitte {
	padding: 20px 0px 20px 0px;  
	width: 80%; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;

}

.mitte2 {
	width: 80%; 
	margin-left: auto;   
	margin-right: auto;


}









#kopf{
	width: 100%;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	z-index: 200000;
	position:absolute;
	background: url(../bilder/verl.png) repeat-x center top; 
	top:0px;
}	


#logo{
	width: 100%;
	height: 120px;
	max-width: 250px;
	max-height: 120px;
		margin-left: auto;   
	margin-right: auto;
	margin-bottom: 20px;
}



.grau {color:#333;}

.f33 { width:32%; float:left; margin-bottom:20px; margin-right:1px;}
.f66 { width:66%; float:right; margin-bottom:20px; margin-left:1px;}


.f50a { width:49%; float:left; margin-bottom:20px;}
.f50b { width:49%; float:right; margin-bottom:20px;}

.anfrag { margin: 5px 0px 15px 0px; font-size:120%;} 


#navcontainer {
	clear: both;
	float: left;
	width: 100%;
	background: transparent; 

}


#navi {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu {
	float:left;
	width: 100%;

}

#navi li {
	display: inline;
	position: relative;
}

#navi li.dropdown-submenu{
	display: block;
}

#navi li li{
	right: 0px;
}

#navi a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	width: auto;
	display: block;
	padding:6px 15px 3px 15px;
	line-height: 1.8em;
	color: #ccc;
	text-decoration:none;
	font-weight:400;
}

#navi a:hover {
	color: #fff;
	background: #00457e;
} 

#navi a.pic {	   
padding-left:0px;
padding-right:0px;
margin-left:15px;
margin-right:15px;
color:#fff;
border-bottom:3px solid rgba(255, 255, 255, 0.6); }



#navi a.pic:hover {	   
padding-left:0px;
padding-right:0px;
margin-left:15px;
margin-right:15px;
color:#fff;
border-bottom:3px solid #fff; 	
background: transparent;}





.st-name{
		font-size: 13px;
}


#slwrapper {
	padding: 0px !important;
}

#bwrapper {
	padding: 0px !important;
}


#kwrapper {
	width:66%;
	padding: 0px !important;
	margin-top:20px;
}



#hg-kein{
	width: 100%;
	padding: 0px;
}	




#hg-blue {
	width: 100%; 
	padding: 0px;
		background: rgba (0, 69, 126, 0.3 );
}



#hg-black1  {
	width: 100%; 
	padding: 0px;
		background: rgba (0, 0, 0, 0.3 );
}








.img0{ 
	float: left; 
	margin:5px 30px 10px 0px;
		border: 1px solid #333;}






.but {  

	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 20px 10px 20px; 
	color: #fff;
	background:#e86903;
	border: 1px #ef964f solid;
	    border-radius: 5px;
		     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0.05em;
			font-weight:400;

	
}

.but:hover {
background-color: #dc5003;
	cursor:pointer;
		color:  #fff;
		text-decoration:none;
			border: 1px #f6c095 solid;

}

.zent{text-align:center;}
.li{text-align:left;}




#footer {
	width:100%;
	margin: 0;
	padding: 0;
	bottom: 0px;
	height: auto;
	background: rgba(0, 0, 0, 0.5); 
}

.kl {font-size: 80%;}

.big {
	font-size: 110%;
}

.big2 {
	font-size: 150%;
}

.big3 {
	font-size: 200%;
}



.dat {
	font-size: 12px;
}
	




#button input a {  
	background-color: #006161; 
	border: 1px #fff solid; 
	color: #fff;
}

#button input a:hover {
	background-color: #fff; 
	border: 1px #006161 solid; 
	color: #006161;
}


.thumb {;
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-left:6px; 
	margin-top:6px; 
	float: left;
}

.entryclearfix img2 { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.newsentry img { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.navbar{
	margin-bottom: 0px;
	min-height: 0px;
}

.navbar-default{
	border: 0px;
}

#footerimpress {
	text-align: right;
	font-size: 90%;
	color:#555;
}

#footeraddress {
	font-size: 90%;
	color:#777;
	float:left; 
	text-align: left; 
	
}




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
border: 0px;

  }






.clean {clear: both;}



/* MAINMENU */

.navbar-nav{
	float: none;
}

.dropdown-menu > li{
	width: 100%;
}

.nav > li > a{
	display: inline;
}

#navi a {
    display: inline;
}

#navi .dropdown-menu > li > a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
    clear: both;
    color: #333;
    display: block;
    line-height: 1.8em;
    padding: 5px 20px 5px 20px ;
    white-space: nowrap;
}

#navi .dropdown-menu > li > a:hover{
	background: #EFEFEF;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    min-width: 160px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 8px;
}

.navbar-nav > li {
  	float: none;
}

.nav > li {
    display: block;
    position: relative;
}

#navi li.open,
#navi li.open a{
	background: #FFF;
}

.dropdown-menu {
	padding: 0px;
	background-color: #FFF;	
	border: 0px solid #FFF;
}

.navbar-nav{
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-nav > li > a,
.dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
}

.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus{
	background: #279d2f;
	color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #279d2f;
}

.dropdown-submenu > a::after, .dropdown-submenu > span.actifsub::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 7px;
    width: 0;
}

ul.nav > li.open:hover > ul.dropdown-menu {
    display: block;
}


/* R E S P O N S I V E   S T Y L E *******************************************************/
@media (min-width: 1500px){

.mitte {
	padding: 20px;  
	width: 1350px; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;

}

.mitte2 {
	margin-left: auto;
	margin-right: auto;

width: 1350px;

}

}

/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 1366px){
.responsive-video iframe {
background: #00FF66;
width:960px;
height: 540px;
left: 50%;
margin-left: -480px;


}

.responsive-video {

padding-bottom: 540px; /* Default for 1600x900 videos 16:9 ratio*/

}

}

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link {
color: #ccc;
font-weight:bold;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
font-weight:bold;
color: #fff;

   }
}


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {
	.mitte { 
		width: 85%; 
	}

.mitte2 {
	width: 85%}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.mitte { 
		width: 90%; 
	}
	.mitte2 {
	width: 90%;
}

#kwrapper {width: 80%; }


#logo{
	width: 100%;
	height: auto;
	max-width: 225px;
	max-height:108px;
		margin-bottom:0px;

}

.text-big {

	font-size:300%;

}
div {font-size: 15px;}

}

/* visible on hover */ 
@media (min-width: 768px) {



	
	.dropdown-submenu {
	    position: relative;
	}
	
	.dropdown-submenu > .dropdown-menu {
	    left: 100%;
	    margin-left: -1px;
	    margin-top: 0px;
	    top: 0;
	}
	
	.navbar-nav > li > .dropdown-menu {
		padding-top: 0px;
	}
	
	.navbar-nav > li > .dropdown-submenu > li > .dropdown-menu{
		padding-top: 0px;
		border: 0px;
	}
	
	.dropdown-submenu:hover > .dropdown-menu {
	    display: block;
	}

	.dropdown-submenu:hover > a::after, .dropdown-submenu:hover > span.actifsub::after {
	    border-left-color: #999;
	}
	
	.dropdown-submenu .pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}	
	
	ul.nav > li.dropdown:hover > ul.dropdown-menu, ul.nav > li.dropdown:focus > ul.dropdown-menu {
	    display: block;
	    
	    visibility: visible;
	}
	
	ul.nav > li.listsearch:hover > ul.dropdown-menu {
	    display: none;
	}

	.dropdown-submenu > span.actifsub {
	    background-color: #004f80;
	    color: #fff;
	    float: left;
	    padding: 8px 20px;
	    width: 100%;
	}
	
	.navbar-nav .dropdown-submenu .dropdown-menu::after,
	.navbar-nav .dropdown-submenu .dropdown-menu::before{
		 border: 0px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

div {font-size: 14px;}


.text-big {

	font-size:250%;

}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
border: 1px solid #000;



  }

#logo{
	width: 100%;
	height: auto;
	max-width: 225px;
	max-height:108px;
	margin-bottom:0px;

}


  .sn {  
visibility: hidden;
		}
		
.sn-u {  
visibility: visible;
		}
				
		
		#navi a.pic {	   
padding-left:15px;
padding-right:15px;
margin-left:0px;
margin-right:0px;
color:#fff;
border-bottom:0px solid rgba(255, 255, 255, 0.5); 
background: rgba(255, 255, 255, 0.1)}



#navi a.pic:hover {	   
padding-left:15px;
padding-right:15px;
margin-left:0px;
margin-right:0px;
color:#fff;
border-bottom:0px solid #fff; 	
background:  rgba(255, 255, 255, 0.2)}

.f33 { width:100%; float:left; margin-bottom:20px; margin-right:0px;}
.f66 { width:100%; float:left; margin-bottom:20px; margin-left:0px;}

.f50a { width:100%; float:left; margin-bottom:10px;}
.f50b { width:100%; float:left; margin-right:0px; margin-bottom:10px;}
	
#menu li{
		float:none;
		list-style: none;
		margin: 0px 0px 3px 0px;}
				
#menu{
		width:100%; margin: 0px 0px 2px 0px;
	}
	
#menuwrapper{
		width:100%; margin: 0px 0px 20px 0px;
	}

.dropdown ul{
		padding: 2px 0px 0px 0px;
		background: #666;
	}
	
#menu .dropdown li a{
		padding: 8px 12px 9px 36px; 
	}
	
	
	.mitte { 
		width: 90%; 
			padding: 20px; 
	}
	
		
	.mitte2 {
	width: 85%;
	margin-top: 0px;}
	

	
	
h1 {font-size: 40px; margin-bottom:30px;}
h2 {font-size: 30px; margin-bottom:25px;}
h3 {font-size: 20px;  margin-bottom:20px;}
	
	#kopf{
		position: relative;
		height: auto;
		background: url(../bilder/verl2.png) repeat-x center top; 
	}
	
	#navcontainer{
		margin-top: 0px;
		margin-bottom: 30px;
		
	}
	
	#navi{
		float:left;
		left: 0px;
		width: 100%;
		padding-top: 2px;
	}
	
	#navi li{
		right: 0px;
		margin: 0px 0px 2px 0px;
		width: 100%;
	}
	
	#navi a{ background: rgba(0, 0, 0, 0.5);}
	
	#navi li a{
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
	}
	
	.navbar{
		margin-bottom: 0px;
		min-height: 50px;
	}
	
	.navbar-default{
		border: 1px;
	}
	
		
	#footeraddress {
		margin-bottom: 15px;
		width:100%
	}
	
	#footerimpress {
		text-align: left;
		width:100%
	}



.img0{ 

		width: 50%}


	
	#kwrapper {width: 90%; }
	
		#footer {
	bottom: 0px;
	height: auto;

}
/* Einrueckung Submenu Link*/
	#navi .dropdown-submenu .dropdown-menu a {
		padding-left: 60px;
	}
	
	#navi {
		text-align: left;
	}
	
	#navi li, #navi li a {
		display: block;
		position: relative;
	}
	
.big3 {
	font-size: 80%;
}

table.rahmen {
 border-collapse: separate; 
 border: 1px solid #333; 
 width: 100%;	    
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-bottom: 20px; }
 
 

th {vertical-align:top;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	line-height:1.3em;
	font-weight:bold;
	padding: 5px;
	text-align: right;}
	
	
	
td {vertical-align:top;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	line-height:1.3em;
	font-weight:400;
	padding: 5px;
	text-align: right;}
	
	
#hg-kein1{
	width: 100%;
	padding: 0px;
	margin-top:-50px;
}	

	
}

/* Landscape phones and smaller */
@media (max-width: 480px) {




.text-big {

	font-size:200%;

}


	.mitte { 
		width: 98%; 
			padding: 20px; 
	}
	
		.mitte2 {
	width: 100%;
	margin-top: 0px;}


.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left:0px solid #000;
border-right:0px solid #000;



  }
	
#navcontainer{
		margin-top: 0px; 
	}
	
	#navi{
		float:left;
		left: 0px;
		width: 100%;
		padding-top: 10px;
	}
	
	#navi li{
		right: 0px;
		margin: 0px 0px 2px 0px;
		width: 100%;
	}
	
	#navi li a{
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
	}
	
	.navbar{
		margin-bottom: 0px;
		min-height: 50px;
	}
	
	.navbar-default{
		border: 1px;
	}
	

	
	#footeraddress {
		margin-bottom: 15px;
	}
	
	#footerimpress {
		text-align: left;
	}
	



	#kwrapper {width: 100%; }
	



}
