/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
a { color: #003366; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="radio"] { margin-right: 3px; }
input[type="checkbox"] { margin-right: 5px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Max Mitschke (mitschke@webfact.de); Magnus Panter (panter@webfact.de)
   ========================================================================== */
html {
	background: #f3f3f4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNhY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f4 0%, #cacacb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f4), color-stop(100%,#cacacb));
	background: -webkit-linear-gradient(top,  #f3f3f4 0%,#cacacb 100%);
	background: -o-linear-gradient(top,  #f3f3f4 0%,#cacacb 100%);
	background: -ms-linear-gradient(top,  #f3f3f4 0%,#cacacb 100%);
	background: linear-gradient(top,  #f3f3f4 0%,#cacacb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f4', endColorstr='#cacacb',GradientType=0 );
}
body {
	background: url('../images/header.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 5px 0;
}
.page {
	margin: 0 auto;
	width: 975px;
	background: transparent;
}
.replace {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.content {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
	box-shadow: 0px 0px 5px #AAA;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.fl {
	float: left;
}
.halfColumn {
	width: 49%;
}
.separator {
	background-color: #d7d7d8;
	border: 0 none;
	height: 2px;
}
.text {
	margin: -5px 0 0;
	padding: 0;
}
.text li {
	background: url('../images/list-item.png') no-repeat left center transparent;
	list-style-type: none;
	padding-left: 25px;
}
/* ==== Header ============================== */
#logo {
	width: 190px;
	height: 130px;
	display: block;
	background: url('../images/logo.png') no-repeat top left #FFF;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.31);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.31);
}
header {
	background: url('../images/header.jpg') no-repeat top center;
	height: 510px;
}
header h2 {
	font-size: 15px;
}
header .copy {
	margin-left: 320px;
	width: 420px;
}
/* ==== Navigation ============================== */
.navigation li {
	float: left;
}
/* HOME */
.navigation li a {
	background: url('../images/sprite-navigation.jpg') -195px 0 no-repeat transparent;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 50px;
	text-indent: -9999em;
	width: 195px;
}
.navigation li span.active {
	background: url('../images/sprite-navigation.jpg') left top no-repeat transparent;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 50px;
	text-indent: -9999em;
	width: 195px;
}
.navigation li a:hover {
	background-position: left top;
}
/* GASTRO CLASSIC */
.navigation li.classic a {
	background-position: -195px -50px;
}
.navigation li.classic span.active,
.navigation li.classic a:hover {
	background-position: 0px -50px;
}
/* GASTRO BIO */
.navigation li.bio a {
	background-position: -195px -100px;
}
.navigation li.bio span.active,
.navigation li.bio a:hover {
	background-position: 0px -100px;
}
/* DAS RICHTIGE GLAS */
.navigation li.glas a {
	background-position: -195px -150px;
}
.navigation li.glas span.active,
.navigation li.glas a:hover {
	background-position: 0px -150px;
}
/* SERVICE EXKLUSIV */
.navigation li.exclusive a {
	background-position: -195px -200px;
}
.navigation li.exclusive span.active,
.navigation li.exclusive a:hover {
	background-position: 0px -200px;
}

/* ==== Teaser ============================== */
.teaser {
	box-shadow: 0 0 5px #AAA;
	margin-left: 20px;
	padding: 30px 20px 20px 30px;
	position: relative;
	width: 90.7%;
}
.halfColumn .teaser {
	padding: 30px 30px 20px 30px;
	width: 389px;
}
.halfColumn .teaser p {
	width: 73%;
}
.teaserImage {
	position: absolute;
	left: 305px; top: 45px;
}
.belongToTeaserOne {
	margin-left: 20px;
}
.teaserHeadline {
	background: url('../images/sprite-headlines.png') left top no-repeat transparent;
	color: transparent;
	height: 20px;
	font-size: 0;
	text-indent: -9999em;
	width: 250px;
}
.three .teaserImage,
.four .teaserImage {
	top: -45px;
}
.two {
	margin-bottom: 56px;
}
.three {
	margin-bottom: 57px;
}
.lt-ie9 .two {
	margin-bottom: 54px;
}
.lt-ie9 .three {
	margin-bottom: 55px;
}
.lt-ie8 .two {
	margin-bottom: 51px;
}
.lt-ie8 .three {
	margin-bottom: 52px;
}
.page.home .two .teaserHeadline {
	background-position: 0 -53px;
	height: 23px;
}
.page.glas .two .teaserHeadline {
	background-position: 0 -26px;
	height: 23px;
}
.page.bio .teaserHeadline.hBio{
	background-position: 0 -26px;
	height: 23px;
}
.two .subline {
	margin-top: -4px;
}
.three .teaserHeadline {
	background-position: 0 -26px;
}
.four .teaserHeadline {
	background-position: 0 -81px;
}
.subline {
	font-weight: bold;
	width: 100%;
}
.more {
	background: url('../images/button-more.png') left top no-repeat transparent;
	color: transparent;
	display: block;
	height: 26px;
	font-size: 0;
	margin-top: 10px;
	text-indent: -9999em;
	width: 102px;
}
.right {
	margin-left: 8px;
}
.logo_left {
	padding-top: 5px;
}
.logo_right {
	padding-left: 325px;
}

/* ==== Meta Navigation ============================== */
.metaNav {
	background: url('../images/bg-metanav.png') repeat-x left top transparent;
	list-style-type: none;
	height: 59px;
	margin: 60px 0 0;
	padding-left: 26%;
	text-align: center;
}
.metaNav li {
	color: #666;
	float: left;
	line-height: 60px;
	padding: 0 5px 0 2px;
}
.metaNav li a {
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}
.metaNav li .active {
	font-size: 11px;
	text-decoration: underline;
}
.metaNav li a:hover {
	text-decoration: underline;
}
.socialLink {
	background: url('../images/social32x32.png') no-repeat 0 -3264px transparent;
	display: block;
	float: left;
	height: 32px;
    margin-left: 5px;
    margin-top: 15px;
    width: 32px;
}
.socialLink:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.socialLink.tw {
	background-position: 0 -10400px;
}
/* ==== Font Replacements ============================== */
.header_adelholzener_alpenquellen {
	background: url('../images/headlines/header_adelholzener_alpenquellen.png') no-repeat top left transparent;
	height: 121px;
	margin-left: 190px;
	width: 502px;
}

/* ==== Classic Page ============================== */
.classic .content {
	padding-top: 0;
}
.classic .belongToTeaserOne {
	margin: 0;
}
.classic .one {
	background-color: #fff;
	margin-top: -45px;
	margin-bottom: 60px;
}
.classic .two {
	margin-bottom: 25px;
}
.classic .five,
.classic .three {
	margin: 240px 0 10px 45px;
}
.classic .three .teaserHeadline {
    background-position: 0 -127px;
    margin-bottom: 10px;
}
.classic .five .teaserHeadline {
    background-position: 0 -149px;
    margin-bottom: 10px;
}
.classic .five p,
.classic .three p {
	width: 100%;
}
.teaserHeadline.hClassic {
	background-position: 0 0px;
	width: 300px;
}
.classic .teaserHeadline {
	/*background-position: 0 -104px;*/
	width: 385px;
}
.classic .halfColumn {
	position: relative;
}
.bottleBig {
	margin: 20px 0 20px 40px;
}
.bottleBig.naturell {
	margin: 20px 0 0px 80px;
}
.back {
	background: url('../images/button-back.png') no-repeat left top transparent;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 26px;
	position: absolute;
	left: 50px; top: 30px;
	text-indent: -9999em;
	width: 61px;
}
a.nutrition-facts {
	background: url('../images/button-nutrition-facts.png') no-repeat left top transparent;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 26px;
	position: absolute;
	left: 50px; top: 59px;
	text-indent: -9999em;
	width: 148px;
}
div.nutrition-facts {
	display: none;
}
#lightbox div.nutrition-facts {
	display: block;
}
.download {
	background: url('../images/button-download.png') no-repeat left top transparent;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 26px;
	position: absolute;
	left: 50px; top: 66px;
	text-indent: -9999em;
	width: 277px;
}
/* ==== Small Image Galleries ============================== */
.imageGallery {
	list-style-type: none;
	box-shadow: 0 0 5px #aaa;
	padding: 10px;
	margin-left: 45px;
	margin-top: 20px;
	width: 430px;
}
.imageGallery li {
	float: left;
	margin-left: 8px;
}
.imageGallery li:first-child {
	margin-left: 0px;
}

/* ==== Bio Page ============================== */
.bio .imageGallery {
	margin-left: 100px;
}
.bio .imageGallery.bio {
	margin-left: 45px;
}
.bio .content {
	padding-top: 0;
}
.bio .belongToTeaserOne {
	margin: 0;
}
.bio .one {
	background-color: #fff;
	margin-top: -45px;
	margin-bottom: 60px;
}
.bio .two {
	margin-bottom: 25px;
}
.bio .five {
	margin: 120px 0 10px 45px;
}
.bio .six {
	margin: 120px 0 10px 100px;
}
.bio .three {
	margin: 120px 0 10px 100px;
}
.bio .three .teaserHeadline {
	background-position: 0 -217px;
	margin-bottom: 10px;
}
.bio .five .teaserHeadline {
	background-position: 0 -196px;
	margin-bottom: 10px;
}
.bio .six .teaserHeadline {
	background-position: 0 -240px;
	margin-bottom: 10px;
}
.bio .five p,
.bio .three p,
.bio .six p {
	width: 100%;
}
.bio .teaserHeadline {
	width: 410px;
}
.bio .halfColumn {
	position: relative;
}
.bio .bio-signet {
	position: relative;
	right: -10px;
	font-size: 10px;
	line-height: 10px;
	padding: 29px 61px 0 0;
	text-align: right;
}
.bio .bio-signet img {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/* ==== Glas Page ============================== */
.glas .imageGallery {
	margin-left: 100px;
}
.glas .imageGallery.glas {
	margin-left: 45px;
}
.glas .content {
	padding-top: 0;
}
.glas .bottleBig {
	margin: 150px 0 0 30px;
}
.glas .bottleBig.stiel {
	margin: 20px 0 0 60px;
}
.glas .belongToTeaserOne {
	margin: 0;
}
.glas .one {
	background-color: #fff;
	margin-top: -45px;
	margin-bottom: 60px;
}
.glas .two {
	margin-bottom: 25px;
}
.glas .two .teaserImage {
	top: -45px;
}
.glas .five {
	margin: 300px 0 10px 45px;
}
.glas .three {
	margin: 285px 0 10px 100px;
}
.glas .one .teaserHeadline {
	background-position: 0 -53px;
	height: 23px;
}
.glas .three .teaserHeadline {
	background-position: 0 -268px;
	height: 23px;
	margin-bottom: 7px;
}
.glas .five .teaserHeadline {
	background-position: 0 -291px;
	height: 22px;
	margin-bottom: 7px;
}
.glas .five p,
.glas .three p {
	width: 100%;
}
.glas .teaserHeadline {
	width: 410px;
}
.glas .halfColumn {
	position: relative;
}

/* ==== Service Page ============================== */
.exklusiv .imageGallery {
	margin-left: 45px;
	margin-bottom: 110px;
}
.exklusiv .imageGallery.exklusiv {
	margin-left: 45px;
	margin-bottom: 0px;
}
.exklusiv .content {
	padding-top: 0;
}
.exklusiv .one {
	background-color: #fff;
	margin-top: -45px;
	margin-bottom: 60px;
}
.exklusiv .one .teaserHeadline {
	background-position: 0 -81px;
}
.exklusiv .bottleBig {
	margin: 30px 0 20px 120px;
}
.exklusiv .bottleBig.seminar {
	margin: 30px 0 0px 30px;
}
.exklusiv .three,
.exklusiv .two {
	margin-bottom: 25px;
}
.exklusiv .three .teaserImage {
	top: -45px;
}
.exklusiv .five {
	margin: 205px 0 10px 45px;
}
.exklusiv .four{
    margin: 300px 0 10px 45px;
}
.exklusiv .four .teaserHeadline {
	background-position: 0 -313px;
	margin-bottom: 10px;
}
.exklusiv .five .teaserHeadline {
	background-position: 0 -333px;
	height: 26px;
	margin-bottom: 12px;
}
.exklusiv .five p,
.exklusiv .four p {
	width: 100%;
}
.exklusiv .teaserHeadline {
	width: 410px;
}
.exklusiv .halfColumn {
	position: relative;
}
.pdf-download {
	background: url('../images/pdf.png') no-repeat left center transparent;
	line-height: 32px;
	padding: 10px 0 10px 35px;
}

/* ==== Impressum Page ============================== */
.impressum .content {
	padding-top: 0;
}
.impressum .one {
	background-color: rgba(255,255,255, 0.85);
	margin-top: -460px;
	margin-bottom: 60px;
}
.impressum .one .teaserHeadline {
	background-position: 0 -361px;
	margin-bottom: 10px;
}
.impressum .subline {
	padding-bottom: 0;
	padding-top: 20px;
}

/* ==== Kontakt Form ============================== */
#Contact {
	background-color: #fff;
	/*box-shadow: 0 0 5px #555;*/
	padding: 30px;
	width: 80%;
	position: absolute;
	top: 60px; left: 976px;
}
#Contact .teaserHeadline {
	background-position: 0 -383px;
	height: 23px;
}
#Contact .subline {
	padding-top: 0px;
}
#Contact p {
	margin-bottom: 15px;
	width: 43%;
}
.before {
	display: inline-block;
	width: 80px;
}
#Contact input[type="text"] {
	border: 0 none;
	box-shadow: 0 0 5px #AAA;
	color: #003366;
	margin-bottom: 10px;
	width: 220px;
}
#Contact input[type="radio"] {
	margin-bottom: 10px;
}
#Contact textarea {
	border: 0 none;
	box-shadow: 0 0 5px #AAA;
	color: #003366;
	height: 180px;
	resize: none;
	width: 480px;
}
#Contact input[type="submit"] {
	background: url('../images/button-send.png') no-repeat left top transparent;
	border: 0 none;
	color: transparent;
	font-size: 0px;
	height: 26px;
 	position: relative;
	text-indent: -9999em;
	width: 81px;
}
#Contact .button {
	background: url('../images/button-kontakt.png') no-repeat left top transparent;
	color: transparent;
	font-size: 0px;
	height: 195px;
 	position: absolute;
 	top: 0px; left: -51px;
	text-indent: -9999em;
	width: 51px;
}

/* ==== Kontakt Page ============================== */
.kontakt #Contact {
	background-color: #fff;
	box-shadow: none;
	padding: 30px;
	width: 80%;
	position: relative;
	top: -60px; left: 0px;
}

/* =============================================================================
   IE Isssues
   ========================================================================== */
.lt-ie9 .teaser,
.lt-ie9 .imageGallery,
.lt-ie9 #logo,
.lt-ie9 #Contact,
.lt-ie9 #Contact textarea,
.lt-ie9 #Contact input[type="text"] {
	border: 1px solid #AAA;
}
.lt-ie9 .impressum .one {
	background-color: #fff;
}
.lt-ie9.lt-ie8 {
	display: inline;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
  Download Area Styles
   ========================================================================== */

.download_container{
	font-family: Helvetica,Arial,Sans-Serif;
}
.download_container .left{
	padding-top: 20px;
	float: left;
    margin-left: 35px;
	width: 200px;
}
.download_container img{
	margin-top: 2px;
	float: left;
	margin-left: 35px;
	width: 563px;
	height: 197px;
}
.download_container h4{
	margin-bottom: 10px;
	font-size: 22px;
}
.download_container h5{
	margin-bottom: 30px;
	font-size: 12px;
}
.download_container{
	background: url("../images/slider/bg_rahmen_big.jpg") no-repeat scroll 0 0 transparent;
    height: 203px;
    margin-bottom: 20px;
    margin-left: 45px;
    width: 879px;
    margin-top: 165px;
}

.download_jpg{
	background: url("../images/slider/download_jpg.png") no-repeat scroll 0 0 transparent;
	width: 178px;
	height: 26px;
	display: block;
	margin-bottom: 15px;
}

.download_ai{
	background: url("../images/slider/download_ai.png") no-repeat scroll 0 0 transparent;
	width: 178px;
	height: 26px;
	display: block;
}

/* =============================================================================
   Slider Styles
   ========================================================================== */

/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
  /* required settings */
    float: left;
    height: 91px;
    margin-top: 13px;
    overflow: hidden;
    position: relative;
    width: 575px;
}

/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  clear: both;
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}

/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
  float:left;
}

.scrollable .items .section img{
	margin-right: 5px;
	cursor: pointer;
}
.scrollable .items .section img.last{
		margin-right: 0;
}
.slider_container .browse{
  	cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 91px;
    margin: 13px 12px;
    width: 129px;
}
.slider_container {
	background: url("../images/slider/bg_rahmen.jpg") no-repeat scroll 0 0 transparent;
	width: 881px;
	height: 117px;
	margin-left: 45px;
}
.slider_container .browse.left{
	background: url("../images/slider/left.jpg") no-repeat scroll 0 0 transparent;
}

.slider_container .browse.right{
	background: url("../images/slider/right.jpg") no-repeat scroll 0 0 transparent;
	float: right;

}

#Contact input[type="text"].error,
#Contact textarea.error {
	box-shadow: 0 0 5px #FF0000;
	color: #FF0000;
}
#Contact .error {
	color: #FF0000;
}
