@charset "utf-8";

/* SYSTEM RESET (style-reset.css) */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ 
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}

input, input:focus, select
{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    outline:0;
    z-index: 1;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

*:focus {
    outline: 0;
}

form, div, input
{
    outline:0;
    border:0;
    margin:0;
    padding:0;
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=file],
input[type=submit],
select
{
    cursor: pointer;
}

/* SYSTEM MASTER (style-master.css) */

body
{
	font-family: "Open Sans", "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #235992;
    background-color: ;
}

h1, h2, h3, h4
{
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }

.smalText { font-size: 15px; }
.normalText { font-size: 18px; }
.largeText { font-size: 26px; }

.lightText, .lightText { font-weight: 300; }
.regularText { font-weight: 600; }
.boldText, .textBold { font-weight: 600; }

a, a:visited
{
	color: #235992;
	text-decoration: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover { color: #fff; }
a:active { color: #fff; }

a.line { text-decoration: underline; }

p { margin-bottom: 10px; }
p.right, div.right , span.right { text-align: right; }
p.block, div.block , span.block { text-align: justify; }
p.center, div.center , span.center { text-align: center; }

.hide { display: none !important; }
.text_center { text-align: center; }

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

div.hr
{
    width: 100%;
    height: 1px;
    background-color: #000;
}

div.box,
span.box
{
    vertical-align: top;
    background-color: #235992;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input, textarea
{
	background-color: #dbe1e8;
	padding: 15px 17px;
    color: #235992;
    border: 0px;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder
{
	color: #91abc6;
}

.input_error
{
    -moz-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    -webkit-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
}


sub
{
	color: #235992;
	margin-left: 4px;
}

sub.inside
{
	margin-left: -13px;
	z-index: 10;
}

/* FORMULAR - USER */

.font_size_1 { font-size: 15px; }
.font_size_2 { font-size: 18px; }
.font_size_3 { font-size: 26px; }

input.small
{
    height: 20px;
    font-size: 15px;
}

input.middle
{
    height: 45px;
    font-size: 18px;
}

input.large
{
    height: 45px;
    font-size: 26px;
}

textarea::-moz-placeholder {
    font-family: "Open Sans", "Lucida Grande", sans-serif;
}

span.form-elm > div.btn_loading_container,
span.form-elm > span.btn_loading_line
{
    z-index: 10;
}

span.form-elm-small, 
span.form-elm-middle, 
span.form-elm-large 
{
	display: inline-block;
}

span.btn
{
    padding: 3px 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

span.btn-send
{
    width: ;
}

span.btn-color1
{
    background-color: #fff;
    color: #000;
}

span.btn-color2
{
    background-color: #fff;
    color: #000;
}

span.btn-disable
{
    background-color: #969696 !important;
    color: #C2C2C2 !important;
}

span.btn-small
{
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

span.btn-middle
{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

span.btn-large
{
    height: 45px;
    line-height: 45px;
    font-size: 26px;
}

.shadow-small
{
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.shadow-large
{
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    box-shadow: 0 5px 30px rgba(0,0,0,0.4);
}

.shadow-inside
{
    -moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
}

.shadow-special
{
    -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
}

.round-small
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.round-large
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.round-special
{
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    
}

textarea.noResize
{
    resize: none;
}
/* Page SYSTEM (style-page.css) */


#login_form
{
    text-align:center;
    background-color: transparent;
    position: absolute;
    visibility: visible;
    left: 50%;
    top: 50%;
    width: 176px;
    height: 40px;
    margin-left: -83px;
    margin-top: -20px;
    z-index: 1;
    border: 0px;
}

input.ajaxFnc_loginPage
{
    border: 2px solid #BEBEBE;
    border-radius: 6px;
}


/* USER PAGE */

/*

smalText	14px
normalText	24px
largeText	30px

lightText	300
regularText	600
boldText	600

font_weight_l	300
font_weight_m	300
font_weight_b	600

small_height	20px
middle_height	45px

shadow-small
shadow-large
shadow-inside
shadow-special

*/

html
{
	overflow-y: scroll;
}

body
{
	line-height: 28px;
}


div.bg-weiss
{
	color: #235992;
	background-color: #fff;
}

.allcaps {text-transform: uppercase;}

div.bg-weiss a { color: #235992; }

/* SSV Ulm Logo-Banner */
div.bg-schwarz { background-color: #000; }
#ssv { text-align: center; padding-top: 30px; }
a.ssv-logo { display: block; min-height: 150px; text-align: center; }
a.ssv-logo > img { display: block; margin-left: auto; margin-right: auto; }

div.bg-blau,
span.active_blau,
span.active_blau a,
div.bg-blau > h2
{
	color: #fff !important;
	background-color: #235992 !important;
}

div.bg-gruen,
span.active_gruen,
span.active_gruen a
{
	color: #fff !important;
	background-color: #427236 !important;
}

div.bg-blau a { color: #fff; }
div.bg-gruen a { color: #fff; }

.text_blau { color: #235992 !important; }
div#header.text_gruen > span > a,
a.text_gruen,
.text_gruen { color: #427236 !important; }

div#content
{
	/*display: none;*/
	opacity: 0;
	height: 0px;
	background-color: transparent;
}

.center_content
{
	position: relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px;
}

/* Placeholder Style */

.input_blau::-webkit-input-placeholder {
	color: #969caa;
}
.input_blau:-moz-placeholder { /* Firefox 18- */
	color: #969caa;
}
.input_blau::-moz-placeholder { /* Firefox 19+ */
	color: #969caa;
}
.input_blau:-ms-input-placeholder {
	color: #969caa;
}
.input_blau
{
	color: #235992;
	font-size: 14px !important;
}

.input_gruen::-webkit-input-placeholder {
	color: #849480;
}
.input_gruen:-moz-placeholder { /* Firefox 18- */
	color: #849480;
}
.input_gruen::-moz-placeholder { /* Firefox 19+ */
	color: #849480;
}
.input_gruen:-ms-input-placeholder {
	color: #849480;
}
.input_gruen
{
	color: #427236;
	font-size: 14px !important;
	background-color: #c4cec2 !important;
}

input, textarea
{
	-moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);

}

.input_error {
	-moz-box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
	box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
}

div#header
{
	position: fixed;
	/* top: 0; wird von jQuery gesteuert */
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition: top 0.2s ease-in-out;
	z-index: 9999;
}

div#header_white_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	z-index: 9990;
}

div#header > div#logo
{
	float: left;
	width: 377px;
	height: 83px;
	margin-top: 33px;
	margin-left: 40px;
	cursor: pointer;
	background-repeat:no-repeat;
}

div#header_banner
{
	position: relative;
	height: 343px;
	-moz-text-shadow: 		-1px -1px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 	-1px -1px 3px rgba(0,0,0,1);
	text-shadow: 			-1px -1px 3px rgba(0,0,0,1);
	transition: top 0.2s ease-in-out;
}

div#header_banner_logo
{
	position: absolute;
	width: 339px;
	height: 225px;
	left: 50%;
	top: 40px;
	margin-left: -168px;
	background-image: url(./../../user/page/img/index-header-fegeschutz-logo.png);
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

	div#header > div#logo
	{
		background-size: 377px 83px;
	}

	div#header > div.logo_blau
	{
		background-image: url(./../../user/page/img/index-header-logo-2x.png);
	}

	div#header > div.logo_gruen
	{
		background-image: url(./../../user/page/img/index-header-logo-gruen-2x.png);
	}

	#header_banner_logo
	{
		background-image: url(./../../user/page/img/index-header-fegeschutz-logo2x.png);
	}

}

div#header > div.logo_blau
{
	background-image: url(./../../user/page/img/index-header-logo.png);
}

div#header > div.logo_gruen
{
	background-image: url(./../../user/page/img/index-header-logo-gruen.png);
}

#header_banner_subline
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-top: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

#header_banner_subline .smalText
{
	font-size: 13px !important;
}

div#header > span
{
	display: block;
	position: relative;
	float: right;
	clear: none;
	width: 150px;
	height: 90px;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	background: none;
	border-right: 1px solid #e8e8e8;
	z-index: 6;
	cursor: pointer;
}

div#header > span:hover,
div#header > span:hover a
{
	color: #fff !important;
}

div#header.text_blau > span:hover
{
	background-color: #235992 !important;
}

div#header.text_gruen > span:hover
{
	background-color: #427236 !important;
}

div#header > span#navProduktion
{
	border-left: 1px solid #e8e8e8;
}

/*

#header > ul#nav
{
	display: block;
	float: right;
	clear: none;
	border: 0;
}

#header > ul#nav > li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

#header li a
{
	position: relative;
	width: 150px;
	height: 90px;
	display: block;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	background: none;
	border-right: 1px solid #e8e8e8;
	z-index: 6;
}

#header li:first-child a
{
	border-left: 1px solid #e8e8e8;
}

#header li:hover a
{
	background-color: #235992;
}

*/

span.btn
{
	padding: 6px 30px;
}

span.btn.btn-blau
{
	color: #235992;
	border: 3px solid #235992;
}

span.btn.btn-weiss
{
	color: #fff;
	border: 3px solid #fff;
}

span.btn.btn-gruen
{
	color: #427236;
	border: 3px solid #427236;
}

span.btn.btn-gruen.btn-gruen-hover:hover
{
	background-color: #D9EBD9;
}

span.btn-send {
	width: auto;
}


div#leitsatz > div > div.img_index-produkte-alle
{
	width: 148px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./../../user/page/img/index-produkte-alle.png);
	background-repeat:no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
div#leitsatz > div > div.img_index-produkte-alle {
	background-image: url(./../../user/page/img/index-produkte-alle-2x.png);
	background-size: 148px 54px;
	}
}

span#luftbild
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 515px;
	height: 425px;
}

span#luftbild_text
{
	display: inline-block;
	vertical-align: top;
	width: 475px;
	height: 425px;
	padding-left: 40px;
}

span#maschinenliste_bild
{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	width: 50%;
	min-width: 515px;
	height: 425px;
}

span#maschinenliste_text
{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 425px;
}

.halbeSeite
{
	display: inline-block;
	vertical-align: top;
	width: 412px;
}

.halbeSeiteLinks
{
	padding-right: 40px;
}

.halbeSeiteRechts
{
	padding-left: 40px;
}

div#unterschrift
{
	width: 145px;
	height: 38px;
	margin-top:20px;
	background-image: url(./../../user/page/img/index-unterschrift-ff.png);
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
div#unterschrift {
	background-image: url(./../../user/page/img/index-unterschrift-ff-2x.png);
	background-size: 145px 38px;
	}
}

div#googlemaps
{
	width:100%;
	height:350px;
	border-top:1px solid #fff;
	/*border-bottom:1px solid #BBBBBB;*/
}

div.produkt
{
	position: relative;
	height: 64px;
	line-height: 64px;
	padding-left: 80px;
	margin-bottom: 1px;
	cursor: pointer;
}

div.produkt > span.produktIcon
{
	position: absolute;
	top: 9px;
	left: 18px;
	width: 41px;
	height: 46px;
}

div#up
{
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 46px;
	height: 26px;
	cursor: pointer;
	z-index: 10;
}

div#up.up_blau
{
	background-image: url(./../../user/page/img/index-pfeil-up.png);
}

div#up.up_gruen
{
	background-image: url(./../../user/page/img/index-pfeil-up-gruen.png);
}

span.produktIcon1 { background-image: url(./../../user/page/img/index-produkt-icn-1.png); }
span.produktIcon2 { background-image: url(./../../user/page/img/index-produkt-icn-2.png); }
span.produktIcon3 { background-image: url(./../../user/page/img/index-produkt-icn-3.png); }
span.produktIcon4 { background-image: url(./../../user/page/img/index-produkt-icn-4.png); }
span.produktIcon5 { background-image: url(./../../user/page/img/index-produkt-icn-5.png); }

span.bestseller
{
	position: absolute;
	top: 10px;
	left: -54px;
	width: 62px;
	height: 45px;
	background-image: url(./../../user/page/img/index-bestseller.png);
}

span.shoppingbasket
{
	position: absolute;
	top: 15px;
	left: 345px;
	width: 40px;
	height: 33px;
	background-image: url(./../../user/page/img/index-shoppingbasket.png);
}

div.feges_elm
{
	position: absolute;
	z-index: 1;
}

div.feges_bg
{
	top: 115px;
	left: 50%;
	margin-left: -286px;
	width: 572px;
	height: 214px;
	background-image: url(./../../user/page/img/shop-features-verbindungen.png);
}

div.feges_mitte
{
	top: 131px;
	left: 50%;
	margin-left: -89px;
	width: 179px;
	height: 179px;
	background-image: url(./../../user/page/img/shop-features-mitte.png);
	z-index: 2 !important;
}

div.feges_feature
{
	width: 150px;
	height: 60px;
	padding-top: 125px;
	text-align: center;
	line-height: 18px !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 112px 114px;
	z-index: 2 !important;
}

div.feges_links_oben
{
	top: 57px;
	left: 162px;
	background-image: url(./../../user/page/img/shop-features-a.png);
}

div.feges_links_unten
{
	top: 268px;
	left: 162px;
	background-image: url(./../../user/page/img/shop-features-b.png);
}

div.feges_rechts_oben
{
	top: 57px;
	left: 720px;
	background-image: url(./../../user/page/img/shop-features-c.png);
}

div.feges_rechts_unten
{
	top: 268px;
	left: 720px;
	background-image: url(./../../user/page/img/shop-features-d.png);
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

	span.produktIcon1 { background-image: url(./../../user/page/img/index-produkt-icn-1-2x.png); }
	span.produktIcon2 { background-image: url(./../../user/page/img/index-produkt-icn-2-2x.png); }
	span.produktIcon3 { background-image: url(./../../user/page/img/index-produkt-icn-3-2x.png); }
	span.produktIcon4 { background-image: url(./../../user/page/img/index-produkt-icn-4-2x.png); }
	span.produktIcon5 { background-image: url(./../../user/page/img/index-produkt-icn-5-2x.png); }
	div.produkt > span.produktIcon { background-size: 41px 46px; }

	span.bestseller
	{
		background-image: url(./../../user/page/img/index-bestseller-2x.png);
		background-size: 62px 45px;
	}

	span.shoppingbasket
	{
		background-image: url(./../../user/page/img/index-shoppingbasket-2x.png);
		background-size: 40px 33px;
	}

	div#up
	{
		background-size: 46px 26px;
	}

	div#up.up_blau
	{
		background-image: url(./../../user/page/img/index-pfeil-up-2x.png);
	}

	div#up.up_gruen
	{
		background-image: url(./../../user/page/img/index-pfeil-up-gruen-2x.png);
	}

	div.feges_bg
	{
		background-image: url(./../../user/page/img/shop-features-verbindungen-2x.png);
		background-size: 572px 214px;
	}

	div.feges_mitte
	{
		background-image: url(./../../user/page/img/shop-features-mitte-2x.png);
		background-size: 179px 179px;
	}

	div.feges_links_oben
	{
		background-image: url(./../../user/page/img/shop-features-a-2x.png);
	}

	div.feges_links_unten
	{
		background-image: url(./../../user/page/img/shop-features-b-2x.png);
	}

	div.feges_rechts_oben
	{
		background-image: url(./../../user/page/img/shop-features-c-2x.png);
	}

	div.feges_rechts_unten
	{
		background-image: url(./../../user/page/img/shop-features-d-2x.png);
	}

}

div.apprise
{
	top:40% !important;
	z-index: 9999;
}

span.spanBreak {
	display: inline-block;
}

span.spanShow {
	display: none;
}

/* Handy hochformat: 457px */
/* Handy queerformat: 811px */

/* Tablet hochformat: 1097px */
/* Tablet queerformat: 1463px */

/* Main Menu kleiner (Tablet hochformat (1097px)) */
@media only screen and (min-width: 1020px) and (max-width: 1250px) {

	div#header > span > a
	{
		font-size: 14px;
	}

	div#header > span
	{
		width: 110px;
	}

}

/* Main Menu komplett redesign */
@media only screen and (max-width: 1020px) {

	h2 {
		font-size: 30px;
	}

	div#header > span
	{
		padding-top: 4px;
		height: 32px;
		right: 10px;
		/*float: none;*/
		clear: both;
		background-color: #fff;
		border-left: 1px solid #235992;
		border-right: 1px solid #235992;
		border-bottom: 1px solid #235992;
	}

	div#header.text_gruen > span
	{
		border-left: 1px solid #427236;
		border-right: 1px solid #427236;
		border-bottom: 1px solid #427236;
	}

	div#header > span#navProduktion {
		border-left: 1px solid #235992;
	}

	div#header > span#navKontakt {
		margin-top: 34px;
	}

	/* Page Layout Anpassung */

	.center_content {
		width: 457px;
	}

	.halbeSeiteRechts {
		padding-left: 0;
	}

	span#luftbild {
		width: 100%;
	}

	span#luftbild_text {
		display: block;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 330px;
	}

	#header_banner_subline {
		height: 53px;
		padding-top: 5px;
		line-height: 24px;
	}

	span.spanBreak {
		display: block;
	}

	span.spanHide {
		display: none;
	}

	span.spanShow {
		display: block;
	}

	/* SHOP */
	div.feges_bg {
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}

	div.feges_mitte {
		margin-left: -99px;
	}

	div.feges_links_oben {
		top: 90px;
		left: 30px;
	}

	div.feges_links_unten {
		top: 258px;
		left: 30px;
	}

	div.feges_rechts_oben {
		top: 90px;
		left: 380px;
	}

	div.feges_rechts_unten {
		top: 258px;
		left: 380px;
	}

	span#maschinenliste_bild
	{
		display: none;
	}

	span#maschinenliste_text
	{
		text-align: center;
	}

}

div.nav-up { top: -340px !important; }
div.nav-down { top: -0 !important; }
div.page-up { margin-top: 0 !important; }
div.page-down { margin-top: 150px !important; }

div.fb-like-pos {
	position: absolute;
	overflow: hidden;
	top: 60px;
	right: 47px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
}

/* hide comment box */
div.fb-like-overflow {
	overflow: hidden;
}

span#header_text
{
	display: block;
	width: 350px;
	margin-top: 15px;
}

#ajaxFnc_pageKontakt input, #ajaxFnc_pageKontakt textarea,
#ajaxFnc_shopOrder input, #ajaxFnc_shopOrder textarea {
	font-family: "Open Sans", "Lucida Grande", sans-serif;
}