@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	/*border: 1px solid #FFFFFF;*/
}

/**************************************************
 * HTML ELEMENTS
 **************************************************/

body {
	background: #ffffff;
	text-align: center;
	font-family: "Verdana", Verdana, monospace;
	font-size: 12px;
	
	
	height: 100%;
}

img {}

a {
	color: #AA0A15;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #AA0A15;
	text-decoration: none;
}
a:visited {
	color: #AA0A15;
	text-decoration: none;
}

/**************************************************
 * WRAPPER
 **************************************************/

div#wrapper {
	width: 1000px;
	
	text-align: left;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -500px; 
	margin-top:-350px;
}

/**************************************************
 * HEADER
 **************************************************/

div#header {
	margin: 20px 0 5px 0;
    
}

/**************************************************
 * NAVIGATION
 **************************************************/

div#mainmenu {
	height: 31px;
	background: url(media/mainmenu_lineslongdotted.png);
}

div#mainmenu ul {
	margin: 0 0 0 330px;
	padding: 7px 0 0 0;
	text-align: center;
}

div#mainmenu li {
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
	color: #AA0A15;
	font-weight: bold;
}

div#mainmenu li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

div#mainmenu li a:hover {
	color: #AA0A15;
	font-weight: bold;
}

/**************************************************
 * CONTENT
 **************************************************/

div#content {
	margin: 5px 0 10px 0;
	height: 460px;
	
}
div#content div#borderline {
    margin: 5px 0 0 0;
    height: 31px;
    background: url(media/mainmenu_lines_untendotted.png);
    }

div#content div#index {
	height: 460px;
	background: url(media/bg_index2.jpg) right no-repeat;
	border: 0;
}

div#content div#details {
	height: 460px;
}

div#content div#grundriss {
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	border: 0;
}

div#content div#preise {
	height: 400px;
    padding: 60px 0 0px 0;
    margin: 0px 0 0 0;
}

div#content div#service {
	height: 460px;
	background: url(media/bg_service.jpg) right no-repeat;
	border: 0;

}
div#content div#equipment {
	height: 460px;
	width:1000px;
	border: 0;
overflow: auto; overflow-x: hidden;


}









div#content div#impressum {
	height: 460px;
	background: url(media/bg_impressum.jpg) right no-repeat;
	border: 0;
}

div#content div#anfahrt {
	margin: 0 0;
	padding: 0px 0 0 0;
	height: 460px;
	border: 0;
}

div#content div#impressum div#impressum_wrapper {
	padding: 60px 0 0 0;
}

div#content div#index h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 18px;
}

div#content div#index p {
	margin: 20px 0;
	width: 360px;
}

div#content div#service p {
	margin: 0;
	padding: 40px 0 20px 0;
	width: 360px;
}

div#content div#impressum div#impressum_wrapper p {
	margin: 0;
	padding: 10px 0;
}

div#content table {
	padding: 40px 0 0 0;
	width: auto;
}

div#content table tr {
}

div#content table tr td {
	padding: 8px 0;
	border-bottom: 1px dotted #000000;
	vertical-align: top;
}

div#content table tr td#left_empty,
div#content table tr td#right_empty {
	border: 0;
}

div#content table#details2  tr td {
	
	font-family: Arial, Helvetica, sans-serif;
		
}
#details2 .left {
font-weight: bold;
width: 140px;
text-transform: uppercase;
}

#details2 .right {
	width: 180px;
    
    
}
#details2 .spacer {
	width: 20px;
	border: 0;
    
}


div#content table#preise2 tr td {
	
	font-family: Arial, Helvetica, sans-serif;
	}
#preise2 .left {
    width: 220px;
    font-weight: bold;
	text-transform: uppercase;
}

#preise2 .right {
	width: 100px;
	text-align: right;
}

#preise2 .leftright_header {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#preise2 .leftright_content {
	width: 320px;
	text-align: left;
}
#preise2 .spacer {
width: 20px;
	border: 0;
    
}


div#content ul {
}

div#content ul li {
	margin: 0 20px;
	padding: 4px 0;
}

div#content div#ansicht {
	height: 460px;
}

div#content div#ansicht a {
}

div#content div#ansicht a img {
	margin: 10px;
}

/**************************************************
 * FOOTER
 **************************************************/

div#footer {
	
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
    
}

div#footer div#address, div#footer div#contact {
	margin: 10px 0;
	padding: 0 10px;
	border-left: 1px dotted #000000;
	width: 160px;
	float: left;
}

div#footer div#address {
}

div#footer div#contact div {
	float: left;
}

div#footer div#contact div#labels {
	
    width: 40px;
	font-weight: bold;
}

div#footer div#contact div#values {
	width: 120px;
	float: right;
}

div#footer div#submenu {
	margin: -5px 0 0px 0;
	text-align: right;
	float: right;

    
}


div#footer div#submenu ul#languages {
	font-size: 12px;
	font-weight: bold;
    

}

div#footer div#submenu ul#legal {
	font-size: 10px;
}

div#footer div#submenu li {
	text-align: right;
	display: inline;
    
}
div#footer div#submenu li a{
color: #b3b3b3;
}
div#footer div#submenu li a:hover{
color: #000000;
}

div#footer div#submenu ul#languages li {
}

div#footer div#clear {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
    
}
#Container2{
margin: 5px 0 10px 0;

position:relative;
width:100%;
height:460px;


overflow:hidden
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1
}

#PhotoContainer{
visibility:hidden
}

#CaptionBlock{
height:0px;
width:0px;
text-align:left;
margin:0 auto
}
#Caption{
color:#333
}

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:200px;
width:200px;
z-index:100;
background:url(images/slideshow/start.gif) 50% 50% no-repeat
}

#PrevLink{
z-index:100;
position:absolute;
top:0%;
left:0%;
height:200px;
width:50%;
display:block
}

#NextLink{
z-index:100;
position:absolute;
top:0%;
left:50%;
height:200px;
width:50%;
display:block
}

#PrevLink:hover,#NextLink:hover{
text-decoration:none
}

#PrevLink:hover{
background:transparent url(images/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat
}

#NextLink:hover{
background:transparent url(images/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat
}

#PrevLink span,#NextLink span{
display:none
}









.infiniteCarousel {
  width: 1000px;
  
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 1000px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height:460px;
  margin: 0px 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 460px;
  width: 1000px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 46px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


