* {
margin: 0;
padding: 0;
}

h1 {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
font-size: 25px;
color: #E90A0A;
margin-bottom: 12px;
}

p {
margin-bottom: 10px;
line-height: 150%;
}

.about_box1 {
float:left;
background-image:url(http://www.marschalek.at/uploads/images/about_bg.png);
background-size:100%;
background-repeat: no-repeat;
height:280px;
width:460px;
margin-right: -25px;
}

.about_box2 {
float:left;
background-image:url(http://www.marschalek.at/uploads/images/about_bg.png);
background-size:100%;
background-repeat: no-repeat;
height:280px;
width:450px;
margin-left:20px;
margin-bottom:40px;
}

.about_box3 {
float:left;
background-image:url(http://www.marschalek.at/uploads/images/about_bg.png);
background-size:100%;
background-repeat: no-repeat;
height:280px;
width:450px;
margin-left:250px;
margin-top:20px;
}

.about_img {
height:150px;
width:120px;
background-color:#ccc;
margin-top:50px;
margin-left:65px;
float:left;
}

.about_details {
margin-left:20px;
margin-top:85px;
width: 200px;
height: 100px;
float:left;
color:#000;
}

br {
margin:0;
padding:0;
}

.about_p {
margin-top:17px;
border-radius: 10px;
-moz-border-radius: 10px;
-o-margin-top:17px;
-webkit-border-radius: 10px;
}

.mailto {
color: #000;
}


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
	text-align:center;
}

#text-feedback{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color:white;
	text-align:center;
}

#form-main{
	
	float:left;
	padding-top:20px;
}

#form-div {
	background-color:#3c3c3c;
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 350px;
	float: left;
	
}

.feedback-input {
	opacity:0.9;
	color:#E90A0A;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:400;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
  border: 3px solid #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #E90A0A;
	color: #E90A0A;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#E90A0A;
	border:#E90A0A solid 3px;
}


#name{
	background-image: url(http://www.marschalek.at/uploads/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://www.marschalek.at/uploads/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://www.marschalek.at/uploads/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://www.marschalek.at/uploads/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://www.marschalek.at/uploads/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Helvetica, Arial,  sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #E90A0A;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #E90A0A;
}
	
.submit:hover {
	color: #E90A0A;
}
	
.ease {
  border-top:3px #3c3c3c solid;
	width: 0px;
	height: 76px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

.a-btn{
opacity: 0.7;
background:#fecc5f;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#E90A0A,0),color-stop(#E90A0A,1));
background:-webkit-linear-gradient(top, #E90A0A 0%, #E90A0A 100%);
background:-moz-linear-gradient(top, #E90A0A 0%, #E90A0A 100%);
background:-o-linear-gradient(top, #E90A0A 0%, #E90A0A 100%);
background:-ms-linear-gradient(top, #E90A0A 0%, #E90A0A 100%);
background:linear-gradient(top, #E90A0A 0%, #E90A0A 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='E90A0A', endColorstr='#E90A0A',GradientType=0 );
    border:1px solid #E6E6E6;
    border-color:#E6E6E6 #D6D6D6 #CCC;
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #CCC;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #CCC;
    box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #CCC;
    padding:0px 80px 0px 10px;
    height:38px;
    display:inline-block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    margin-top:80px;
margin-left: 100px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
color:#E6E6E6;
text-decoration:none;
}
.a-btn-text{
    padding-top:5px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    color:#E6E6E6;
    text-shadow:0 1px 0 #333;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
font-family: 'Lato', sans-serif;
}
.a-btn-slide-text{
    position:absolute;
    top:35px;
    left:0px;
    width:auto;
    right:52px;
    height:0px;
    background:#E6E6E6;
    color:#E90A0A;
    font-size:13px;
    white-space:nowrap;
    font-family:Georgia, serif;
    font-style:italic;
    text-indent:15px;
    overflow:hidden;
    line-height:30px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #E6E6E6;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.6;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(http://www.marschalek.at/uploads/images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
opacity: 1.0;
    height:65px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    height:30px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

h1#silo {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
font-size: 25px;
color: #E6E6E6;
text-decoration: none;
margin-left:165px; 
margin-top:-20px;
text-shadow: 2px 2px black;
}

h1#tank {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
font-size: 25px;
color: #E6E6E6;
text-decoration: none;
margin-left:135px; 
margin-top:-20px;
text-shadow: 2px 2px black;
}

h1#plane {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
font-size: 25px;
color: #E6E6E6;
text-decoration: none;
text-shadow: 2px 2px black;
margin-left: 135px;
margin-top: -20px;
}

#news_style {
border: 1px solid #CCC;
background-color:#fff;
display:inline-block;
vertical-align:top;
width:100%;
padding:20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:20px 20px 20px 0;

}

#leistungen_silo {
text-decoration:none;
z-index:1;
position:absolute;
bottom:0;
width:350px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/silo.png);
}

#leistungen_silo:hover {
background-image: url(http://www.marschalek.at/uploads/images/silo_hover.png);
text-decoration:underline;
color:#E6E6E6;
}

#leistungen_silo_active {
z-index:1;
position:absolute;
bottom:0;
width:350px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/silo_hover.png);
text-decoration:underline;
color:#E6E6E6;
}

#leistungen_tank {
text-decoration:none;
z-index:1;
position:absolute;
bottom:0;
width:350px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/tank.png);
margin-left:350px;
}

#leistungen_tank:hover {
background-image: url(http://www.marschalek.at/uploads/images/tank_hover.png);
margin-left:321px;
width:380px;
}

#leistungen_tank_active {
text-decoration:none;
z-index:1;
position:absolute;
bottom:0;
width:380px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/tank_hover.png);
margin-left:321px;
}

#leistungen_tank_active h1#tank {
text-decoration:underline;
color:#E6E6E6;
margin-left:164px;
}

#leistungen_tank:hover h1#tank{
text-decoration:underline;
color:#E6E6E6;
margin-left:164px;
}

#leistungen_plane {
text-decoration:none;
z-index:1;
position:absolute;
bottom:0;
width:330px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/plane.png);
margin-left:700px;
}

#leistungen_plane:hover {
background-image: url(http://www.marschalek.at/uploads/images/plane_hover.png);
margin-left:655px;
width:375px;
}

#leistungen_plane_active {
text-decoration:none;
z-index:1;
position:absolute;
bottom:0;
width:375px;
height:300px;
float: left;
background-image: url(http://www.marschalek.at/uploads/images/plane_hover.png);
margin-left:655px;
}

#leistungen_plane_active h1#plane {
text-decoration:underline;
color:#E6E6E6;
margin-left:180px;
}

#leistungen_plane:hover h1#plane {
text-decoration:underline;
color:#E6E6E6;
margin-left:180px;
}


#container {
width: 1030px;
overflow:hidden;
margin: auto;
height: auto;
margin-top:45px;
margin-bottom:45px;
padding:30px;
background-color: #fff;
-webkit-box-shadow: 0 0 80px #888;
-moz-box-shadow: 0 0 80px #888;
-o-box-shadow: 0 0 80px #888;
box-shadow: 0 0 80px #888;
}

#menue {
width: 1030px;
height: 90px;
background-color: #E6E6E6;
border-bottom: 5px solid #E90A0A;
float: left;
}

#logo {
width: 390px;
height: 84px;
background-image: url(http://www.marschalek.at/uploads/images/logo.jpg);
margin-top: 4px;
margin-left: 20px;
float:left;
}

#nav {
float:left;
margin-top: 30px;
margin-left: 50px;
}

ul#navigation {
list-style: none;
margin: 0;
padding: 7px 0;
text-align: center;
white-space: nowrap;
}

ul#navigation li {
display: inline;
margin: 0 5px;
}

ul#navigation a {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 3px;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
font-size: 16px;
text-decoration: none;
color: #2c3e50;
  }

ul#navigation a#current {
border-bottom: 4px solid #E90A0A;
color:#445566;
}

ul#navigation a:hover {
border-bottom: 4px solid #E90A0A;
color: #445566;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}


#slideshow {
width: 1030px;
height: 400px;
background-color: #5F2020;
border-top: 1px solid #fff;
float: left;
}

.infobox-container {
    position: relative;
    display: inline-block;
    margin-top:95px;
margin-left:550px;
    width: auto;
font-family: Calibri, Tahoma, Arial;
}
.infobox {
    width: 300px;
    padding: 10px 10px 10px 10px;
    margin:10px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#424242));
    background-image: -moz-linear-gradient(top,#6a6a6a,#424242);
    color: #fff;
    font-size: 90%;
}
.infobox h3 {
    position: relative;
    width: 330px;
    color: #fff;
    padding: 10px 5px;
    margin: 0;
    left: -20px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background: #3198dd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#33acfc), to(#3198dd));
    background-image: -moz-linear-gradient(top,#E90A0A,#C11511);
font-family: Calibri, Tahoma, Arial;
    font-size: 160%;
    text-align: center;
    text-shadow: #2187c8 0 -1px 1px;
    font-weight: bold;
margin-bottom:10px;
}
 
.infobox-container .triangle-l {
    border-color: transparent #C11511 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: -13px;
    top: 55px;
    z-index: 0;
}
.infobox-container .triangle-r {
    border-color: transparent transparent transparent #C11511;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: 327px;
    top: 55px;
    z-index: 0;
}
.infobox a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.infobox a:hover, .infobox a:focus {
    text-decoration: underline;
    color: #CCCCCC;
}


.plans {
position:absolute;
  margin: 80px 0 0 200px;
  width: 660px;
  zoom: 1;
list-style-type:none;
font-family: Calibri, Tahoma, Arial;
}

.plans ul {
list-style-type:none;
}

.plans:before, .plans:after {
  content: '';
  display: table;
}
.plans:after {
  clear: both;
}

.plan {
  float: left;
  width: 220px;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  background-clip: padding-box;
  border: solid #2A3C64;
  border-width: 2px 0 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plan:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.plan:last-child {
  border-width: 2px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.plan-title {
  position: relative;
  margin: -20px -20px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #E6E6E6;
background: #0068AE;
text-shadow: 2px 2px black;
}
.plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}

.plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #000;
  border-radius: 45px;
}
.plan-price > span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
height:200px;
}
.plan-features > li > strong {
  font-weight: bold;
  color: #888;
}

.plan-button {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  background: #35b0ff;
  border: 1px solid #222;
  border-bottom-color: black;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #35b0ff, #0068AE);
  background-image: -moz-linear-gradient(top, #35b0ff, #0068AE);
  background-image: -o-linear-gradient(top, #35b0ff, #0068AE);
  background-image: linear-gradient(to bottom, #35b0ff, #0068AE);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
}
.plan-button:active {
  color: rgba(255, 255, 255, 0.95);
  background: #6f5e96;
  border-color: black #222 #222;
  background-image: -webkit-linear-gradient(top, #0068AE, #35b0ff);
  background-image: -moz-linear-gradient(top, #0068AE, #35b0ff);
  background-image: -o-linear-gradient(top, #0068AE, #35b0ff);
  background-image: linear-gradient(to bottom, #0068AE, #35b0ff);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.plan-tall {
  margin: 0;
  background-color: white;
  border-width: 2px;
  border-radius: 7px;
}
.plan-tall > .plan-title {
  font-size: 18px;
border-radius: 5px;
}
.plan-tall > .plan-price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 21px;
  border-radius: 50px;
}
.plan-tall > .plan-features {
  font-size: 13px;
height:230px;
}
.plan-tall > .plan-button {
  padding: 0 16px;
  line-height: 32px;
}
.plan-tall + .plan {
  border-left: 0;
}


#content {
width: 920px;
height: auto;
background-color: #E6E6E6;
padding: 45px 55px 45px 55px;
font-family: Calibri, Tahoma, Arial;
font-size: 16px;
float: left;
border-bottom: 5px solid #E90A0A;
}

#red_line {
width:1030px;
height:5px;
background-color:#E90A0A;
float:left;
}

#footer {
width: 1030px;
height: 120px;
background-color: #5F2020;
background-image: url(http://www.marschalek.at/uploads/images/footer_bg.jpg);
font-family: Calibri, Tahoma, Arial;
font-size: 16px;
color: #333;
float:left;
border-top:1px solid #fff;
}

#logo_footer {
width:	110px;
height: 110px;
background-image: url(http://www.marschalek.at/uploads/images/logo_footer.png);
margin-top:5px;
margin-left:25px;
float:left;
	}

#footer_nav {
padding-top:30px;
padding-left:20px;
height:90px;
width:600px;
float:left;
}

#footer_nav .footer_first a {
font-size:14px;
color:#333;
text-decoration:none;
}

#footer_nav .footer_sec a {
font-size:11px;
color:#333;
text-decoration:none;
}

#footer_nav a:hover {
text-decoration: underline;
}

#footer_info {
padding-top:11px;
padding-right:25px;
height:125px;
width:250px;
float:left;
color: #333;
font-size: 13px;
}

#footer_info a {
color: #333;
text-decoration:none;
}

#footer_info a:hover {
color:#333;
text-decoration:underline;
}

.NewsSummaryLink .news_link{
color: #fff;
text-decoration: none;
}





#subnavigation {
	width: 917px;
	height: 32px;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.subnavigation {
	display: block;
	float: left;
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 13pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	padding-top: 4px;
	margin-right: -1px;
}

.subnavigation_active {
	display: block;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	text-decoration: none;
	font-size: 13pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	padding-top: 4px;
	margin-right: -1px;
}

.subnavigation:hover {
	background: #EEEEEE;
}

#subcontent {
	width: 875px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	padding: 20px;
	height: auto;
	background: #FFFFFF;
	float: left;
}

/* Stylesheet: Hauptcss Modified On 2017-09-28 13:03:08 */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/



.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.marschalek.at/uploads/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #B70A02;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://www.marschalek.at/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://www.marschalek.at/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Stylesheet: Slideshow Modified On 2016-05-10 21:05:40 */
