* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
/*
	box-sizing: border-box;
*/
}
body {
	font-size:medium;
	font-family:Arial,sans-serif;
	line-height:1.6em;
	background:#fff;
	color:#333;
}
.red {color:red;}
.clearing {clear:both;}
label {cursor:pointer;}
a {color:#313131;text-decoration:underline;}
a:hover {text-decoration:none;}
.textCenter {text-align:center;}
.textLeft {text-align:left;}
.textTop {vertical-align:top;}
.textRight {text-align:right;}
.fLeft {float:left;}
.fRight {float:right;}
.lpadding {padding-left:1em;}
.rpadding {padding-right:1em;}
.people img {width: 200px !important;}
input[type=text],input[type=password],input[type=submit], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: none;
	-webkit-appearance: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.more {
	font-family:"Zeppelin33Regular",sans-serif;
	font-weight:normal;
	font-size:85%;
	background:#313131 url("../Images/bgMore.png") no-repeat right top;
	padding:0 66px 0 8px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	line-height:23px;
	text-transform:uppercase;
	margin:0 0 1em 0;
}
.more:hover {background-color:#101010;}

.footer_logo {
	display:block;
	width: 180px;
	height: 60px;
}

#footer_logo_cd {
	background:transparent url("../Images/loga/logo-cd-gray.png") no-repeat center top;
}
#footer_logo_cd:hover {
	background:transparent url("../Images/loga/logo-cd.png") no-repeat center top;
}

#footer_logo_idnes {
	background:transparent url("../Images/loga/logo-idnes-gray.png") no-repeat center top;
}
#footer_logo_idnes:hover {
	background:transparent url("../Images/loga/logo-idnes.png") no-repeat center top;
}

#footer_logo_dpp {
	background:transparent url("../Images/loga/logo-dpp-notext-gray.png") no-repeat center top;
}
#footer_logo_dpp:hover {
	background:transparent url("../Images/loga/logo-dpp-notext.png") no-repeat center top;
}

#footer_logo_dpmb {
	background:transparent url("../Images/loga/logo-dpmb-gray.png") no-repeat center top;
}
#footer_logo_dpmb:hover {
	background:transparent url("../Images/loga/logo-dpmb.png") no-repeat center top;
}
/* seznamy */
ul, ol {
	margin: 0 0 1em 0;
}
ul li {
	padding: 0 0 0 58px;
	background:url("../Images/list.png") no-repeat 38px 0.5em;
	list-style: none;
	line-height:1.2em;
}
ol li {
	margin: 0 0 0 2em;
	list-style: decimal;
	line-height:1.2em;
}
ul li ol, ul li ul {
	margin: 0;
}
ul li ol li {
	background: none;
	margin: 0 0 0 2em;
	padding:0;
}
ul li ul li {
	padding-left:25px;
	background-position:10px 0.5em;
}
.arrows li {
	background:url("../Images/listArrow.gif") no-repeat 25px 0.4em;
}
.files2download li {
	background:#eee url("../Images/bgF2Ditem.png") no-repeat 11px 1.1em;
	padding:0.8em 1em 0.8em 45px;
	margin:0 0 1px 0;
	color:#666666;
	overflow:hidden;
}
.files2download li a {
	color:#7fc31b;
	font-size:112%;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0.5em 0;
	display:block;
}
.files2download li a:hover {text-decoration:underline;}
.files2download li span {display:block;}

ol li {
	list-style: decimal;
}
ol li ul li {
	list-style: lower-alpha;
	padding-left:0;
}
ol li ol li {
	list-style: disc;
}
/* seznamy */

/* DL list */
dl {margin:0 0 1em 0;padding:0;}
dl.borderbottom3 {padding:0 0 0.5em 0;}
dl dt {font-weight:bold;padding:0 0 0.5em 0;}
dl dd {padding:0 0 0.5em 1em;}
/* DL list */

.page {
	width:960px;
	margin:0 auto;
}
.pageRelative {position:relative;}
.anchors {
	position:absolute;
	left:-99999px;
	top:-99999px;
}
.logoPrint {display:none;}

/* logo */
#logo {
	width:232px;
	height:52px;
	position:absolute;
	top:28px;left:0;
	z-index:100;
	overflow:hidden;
	text-indent:-9999px;
}
#logo h1, #logo strong {
	display:block;
	width:232px;
	height:52px;
}
#logo a {
	display:block;
	width:232px;
	height:52px;
}
#logo span {
	display:block;
	width:232px;
	height:52px;
	position:absolute;
	top:0;left:0;
	background:url("../Images/logo.png") no-repeat top left;
}
/* logo */

/* topline */
#topLine {
	background:#313131;
	height:106px;
	line-height:1.25em;
	overflow:hidden;
}
#topLine .page {
	padding:0 0 0 260px;
	width:700px;
}
#claim {
	font-family:"Zeppelin31Italic",sans-serif;
	font-size:93.75%;
	font-style:italic;
	font-weight:normal;
	color:#cccccc;
	display:block;
	padding-top:32px;
	float:left;
}
#claim span {display:block;}
#topLineContent {
	padding-top:39px;
	position:absolute;
	right:0;top:0;
	width:500px;
}
/* topline */

/* searchbox */
#searchBox {float:right;width:318px;}
#searchBox form {background:none;}
#searchBox input {
	vertical-align:middle;
	float:left;
	border:0;
	margin:0;
	padding:0;
	font-size:75%;
}
#searchBox input[type=text] {
	border-top:1px solid #2a2a2a;
	background:#3f3f3f;
	width:213px;
	height:16px;
	padding:8px 10px 8px 14px;
	font-style:italic;
	color:#a5a5a5;
}
#searchBox input[type=submit] {
	border:1px solid #80c41b;
	border-top:1px solid #5f9214;
	background:#80c41b;
	height:33px;
	width:81px;
	font-family:"Zeppelin31Regular",sans-serif;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
#searchBox input[type=submit]:hover {background:#63a600;}
/* searchbox */

/* langs */
#langs {
	float:right;
	line-height:33px;
	font-size:68.75%;
	padding:0 5px 0 15px;
}
#langs ul {margin:0;padding:0;}
#langs ul li {
	display:inline;
	margin:0 7px;
	padding:0;
	background:none;
}
#langs ul li strong {color:#fff;}
#langs ul li a {color:#999999;}
/* langs */

/* menu */
#menu {
	background:#242424;
	color:#ffffff;
	text-transform:uppercase;
}
#menu .page {
	display:block;
	border-left:1px solid #454545;
	width:959px;
}
#menu ul {padding:0;margin:0;}
#menu ul li {
	width:14.1%;
	float:left;
	list-style:none;
	padding:0;margin:0;
	background:none;
}
#menu ul li a {
	font-family:"Zeppelin31Regular",sans-serif;
	font-size:75%;
	padding:7px 0;
	display:block;
	border-right:1px solid #454545;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#menu ul li a:hover, #menu ul li a:focus {background-color:#323232;}
#menu ul li.active a {background-color:#323232;}
/* menu */

/* breadcrumbs */
#breadcrumbs {
	background:#dddddd;
	color:#353535;
	padding:8px 0;
	font-size:68.75%;
	text-transform:uppercase;
}
#breadcrumbs a {color:#353535;}
#breadcrumbs span {
	margin:0 3px;
	line-height:1em;
/*	font-size:136.36%;*/
}
/* breadcrumbs */

#topImageHeader {
	background:#7fc31b;
	position:relative;
	padding:10px 0;
	min-height:129px;
}
/*.topImageHeaderSUB {padding:10px 0;min-height:129px;}*/
#topImageHeader .tihIlu {
	position:absolute;
	top:0;
	right:0;
	background:transparent url("../Images/topIluSub.jpg") repeat-x left 50%;
}
#topImageHeader .page {
	width:553px;
	padding:0 405px 0 2px;
}

#topImageHeader.topImageHeaderHP {
	height:422px;
	padding:0;
}
#topImageHeader.topImageHeaderHP .tihIlu {background:url("../Images/topIluHp.jpg") repeat-x top left;}
/*.topImageHeaderSUB .tihIlu {background:url(../Images/topIluSub.jpg) repeat-x left 50%;}*/

.topImageHeaderHP .wtp {
	position:absolute;
	top:0;left:0;
	width:50%;
	background:url("../Images/topImageHeaderWaterprint.png") no-repeat bottom right;
}
.topImageHeaderHP .page {
	width:425px;
	padding:0 533px 0 2px;
	position:relative;
}
/*.topImageHeaderSUB .page {width:553px;padding:0 405px 0 2px;}*/
#topImageHeader h1 {
	font-family:"Zeppelin33Bold",sans-serif;
	font-size:256.25%;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.17em;
	color:#fff;
	margin-bottom:10px;
}
#topImageHeader h1 span {display:block;}
.topImageHeaderHP h1 {margin-bottom:40px;}
.notransform {text-transform: none;}
/*.topImageHeaderSUB .page h1 {margin-bottom:10px;}*/
#topImageHeader p {
	font-size:100%;
	font-weight:bold;
	color:#fff;
}
.topImageHeaderHP .more {
	background:#313131 url("../Images/bgTihMore.png") no-repeat right top;
	font-size:100%;
	line-height:36px;
	padding:0 100px 0 12px;
}
.topImageHeaderHP .more:hover {background-color:#101010;}

#content {padding:10px 0 50px 0;font-size:75%;line-height:1.6em;}

.mainCol {
	width:556px;
	float:left;
	font-size:125%;
}
.contentHP .mainCol {width:424px;padding-left:3px;}
.contentAppErr .mainCol {min-height:250px; width:auto;}
h2 {
	font-family:"Zeppelin32Bold",sans-serif;
	color:#7fc31b;
	text-transform:uppercase;
	padding:0.5em 0 0.5em 0;
	margin:0;
	line-height:1.17em;
}
h3 {
	font-family:"Zeppelin32Bold",sans-serif;
	color:#333;
	padding:0.5em 0 0.5em 0;
	margin:0;
	font-size:125%;
}
h4 {
	color:#333;
	padding:0.5em 0 0.5em 0;
	margin:0;
	font-size:115%;
}
p {margin:0.5em 0 0.7em 0;}
hr {
	border:1px solid #cccccc;
	height:1px;
	background:#cccccc;
	overflow:hidden;
	margin-bottom:20px;
}

/* tabulky */
table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
	border:1px solid #ddd;
	border-width: 1px 0 0 1px;
}
.textCenter td, .textCenter th {text-align:center;}
form table {
	border-bottom:1px solid #ddd;
}
th {
	background:#7fc31b;
	font-size:91.66%;
	color:#fff;
	text-align:left;
	padding:6px 14px;
	font-weight:normal;
	border:1px solid #7fc31b;
	border-bottom:1px solid #060;
	border:1px solid #ddd;
	vertical-align:top;
}
td {
	font-size:91.66%;
	border:1px solid #ddd;
	border-top:none;
	padding:0.4em 0.5em;
}
.noborder th, .sumrow td {
	margin:0;
	padding:0.4em 0.5em;
	background:transparent;
	font-weight:bold;
	color:black;
}
form table tbody td {
	font-size:91.66%;
	border:1px solid #ddd;
	border-width:0 1px 1px 1px;
	padding:0.4em 0.5em;
	vertical-align:middle;
}
.noborder, .noborder th, .noborder td {border:none;}
.odd {background:#fff;}
.even {background:#eee;}
.contactItem table {border:none;width:auto;}
.contactItem table th, form table th {
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border:none;
	padding:0.3em 0.5em 0.3em 0;
}
.contactItem table td, form table td {
	text-align:left;
	vertical-align:top;
	border:none;
	padding:0.3em 0.5em;
}
.t2080 th {width:20%;}
.t2080 td {width:80%;}
.t2080 input[type=text], .t2080 input[type=password] {
	width:100%;
}
/* tabulky */
	
.thumbnails {
	position:relative;
	margin:0 0 1em 0;
	padding:0;
}
.thumbnails li {
	list-style: none;
	display:block;
	width:168px;
	height:168px;
	margin:0;padding:0;
	border:1px solid #dddddd;
	border-width:1px 2px 2px 1px;
	float:left;
	position:relative;
	padding:0;
	background:none;
	margin:0 8px 15px 6px;
}
.thumbnails li a {
	display:block;
	width:122px;
	height:122px;
	padding:23px;
	background:#eee;
	text-align:center;
}
.thumbnails li a:hover {background:#e5e5e5;}
	
/* formulare */
form {
	background:#f2f2f2;
	margin:0 0 1em 0;
	padding:0;
}
form h2 {
	font-size:125%;
	padding:0.5em 0.8em;
	margin:0;
	background:#343434;
	color:#fff;
	text-transform:none;
}
form h2 span {
	font-family:"Zeppelin32Regular",sans-serif;
	font-size:90%;
	font-weight:normal;
	display:block;
	padding:0.2em 0;
	text-transform:none;
}
form h3 {padding:1em 0 0.5em 0; margin:0;}
.formContent {padding:21px;}
.formOrderContent {padding:0 21px 21px 21px;}
.formItem {
/*	width:242px;*/
	width:48%;
	margin:0;padding:0.3em 0;
}
.formItem20 {width:16%;}
.formItem30 {width:28%;margin-left:1em;}
.formItemFull {width:100%;margin:0;padding:0.3em 0;}
form label {
	font-weight:bold;
	display:block;
	float:left;
	padding:0 0 0 1px;
	margin-bottom:3px;
	color:#313131;
}
input[type=text], input[type=password], textarea {
	border:1px solid #ccc;
	background:#fff;
/*	width:230px;*/
	width:95%;
	height:auto;
	padding:2px 5px;
	margin-bottom:10px;
	font-size:100%;
}
textarea {
	width:502px;
	height:86px;
}
.formItemFull input {
	width:502px;
	margin:0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {background:#f1f1f1;}
.submit {
	display: block;
	text-decoration: none;
}
input[type=submit], .submit {
	font-family:"Zeppelin32Regular",sans-serif;
	font-size:100%;
	font-weight:bold;
	background:#7fc31b;
	color:#fff;
	border:0;margin:0;
	padding:7px 18px;
	cursor:pointer;
}
input[type=submit]:hover, .submit:hover {background:#63a600;}
form p {
	margin:0;padding:0.3em 0;
}
form address {
	font-size:100%;
	font-weight:normal;
	line-height:1.2em;
}
.captcha label {
	margin:15px 0 0 0;
	float:left;
}
.captcha input[type=text] {
	width:130px;
	float:right;
	text-transform:uppercase;
}
.captcha img {
	height:50px;
	margin-left:1em;
	float:left;
}
.check label {float:none;display:inline;}
.check input {vertical-align:middle;margin:0 4px 3px 0;}
.sendemail label {
	float:left;
}
.sendemail input {
	width:400px;
	float:right;
}
td input[type=text], td input[type=password] {
	width:95%;
	margin:0;
}
input[type=text].textCenter {
	text-align:center;
	width:3em;
	margin:0;
}

th label, td label {
	float:none;
/*	font-weight:normal;*/
	display:inline;
}
input[type=text].hwnum {width:50%;}
/* formulare */
	
/* kontakty */
.contactItem {
	padding-bottom:1em;
}
.contactItem p {
	color:#666666;
	font-size:90%;
}
.contactImg {
	border:5px solid white;
	float:right;
}
address {
	font-size:106.66%;
	font-weight:bold;
	line-height:1.5em;
	font-style:normal;
	margin:0;
	padding:0 0 1em 0;
}
/* kontakty */
	
/* reference */
.refItem {
	margin:0 0 1em 0;
	padding:0;
	float:left;
	text-align:center;
}
.refItemHalf {width:50%;}
.refItemBig {width:100%;}
.refItemLast {float:right;}
.refItem .refImg, .refItemBig .refImg {
	height:65px;margin:0;padding:0;
	position:relative;
}
.refItem .refImg img, .refItemBig .refImg img {max-width:200px;max-height:63px;}
.refItemBig .refImg img {max-width:250px;max-height:63px;}
.refItem ul, .refItemBig ul {
	margin:0;
	text-align:left;
	padding:0 0.5em 0.5em 0.5em;
}
.refItem ul li {
	margin:0;
	padding:0 0 0.2em 0;
	list-style:none;
	background:none;
}
.refItem ul li ul li {
	padding: 0 0 0 58px;
	background:url("../Images/list.png") no-repeat 38px 0.5em;
	list-style: none;
	line-height:1.2em;
}
.refItem p, .refItemBig p  {
	color:#999999;
	padding:0.5em 0 0.5em 0;
	margin:0;
	text-align:center;
}
/* reference */

.certificate {
	background:#eee;
	padding:15px 15px 0 15px;
	border:1px solid #ddd;
	border-width:1px 2px 2px 1px;
	margin-bottom:15px;
}
.certificate img {float:left;}
.certificate p {padding-left:143px;}

.warning {
	background:#eee;
	padding:0 1em 0.5em 1em;
	border:1px solid #ddd;
	border-width:1px 2px 2px 1px;
	margin:1em 0;
}
.warning h3 {padding-top:0.7em;}
.warning p {margin-bottom: 0.5em;}
	
.anotherCategory {
	width:49%;
	float:left;
}

.productListItem {background:#eeeeee;margin-bottom:11px;}
	.productListItem h2 {background:#333333;border:none;padding:0;font-family:"Zeppelin33Bold",sans-serif;color:#7fc31b;font-size:145%;line-height:1.1em;margin:0;position:relative;}
	.productListItem h2.nolink {background:#333333;padding:5px 18px;border:none;font-family:"Zeppelin33Bold",sans-serif;color:#7fc31b;font-size:145%;line-height:1.1em;margin:0;}
	.productListItem h2 a {background:#333333;position:relative;color:#7fc31b;display:block;padding:5px 18px;text-decoration:none;text-transform:none;}
	.productListItem h2 a span {font-size:75%;cursor:hand;position:absolute;top:0;right:0;font-family:"Zeppelin33Regular",sans-serif;font-weight:normal;color:#7fc31b;display:block;padding:5px 18px;text-decoration:none;text-transform:none;}
	.productListItem h2 a:hover {background:#434343;}
	.productListItem .productListDesc {padding:18px;}
	.productListItem .productListDesc h3 {font-size:110%;line-height:1.1em;margin:0;padding:0.5em 0;}
	.productListItem .productListDesc p {margin-bottom:7px;}
	.productListItem .productListDesc p.anot {margin-bottom:7px;font-weight:bold;}
	.productListItem .productListDesc ul {margin-bottom:0;font-size:100%;}
	.productListItem .productListDesc ul li {margin-bottom:4px;}
	
.productList {position:relative;margin:0;padding:0;}
	.productList a {margin:0;}
	.productListSmall {float:left;background:#eeeeee;width:49%;height:auto;min-height:7em;padding:0;margin:0 1% 1em 0;padding:0;}
	.productListSmall.right {margin:0 0 1em 0;float:right;}
	.productListSmall h3 {color:#7fc31b;font-size:110%;font-family:"Zeppelin33Regular",sans-serif;font-weight:normal;padding:0;margin:0;}
	.productListSmall h3 a {color:#7fc31b;text-decoration:none;display:block;padding:0.5em;margin:0;/*border-bottom:1px solid #ccc;*/}
	.productListSmall h3 a:hover {text-decoration:underline;}
	.productListSmall p {background:url("../Images/bgProductListItemSmall.png") no-repeat 0.5em 0;padding-left:32px;color:#666666;}
	
/* form messages */
.success, .error {
	border:1px solid #7fc31b;
	padding:1px;
	margin-bottom:1em;
}
.error {border:1px solid #d80000;}
.messageIn {
	background:#a1e242;
	padding:0.8em;
	color:#000;
	font-weight:normal;
}
.error .messageIn {background:#ffaaaa;}
.messageIn h3 {
	margin:0;padding:0 0 0.3em 0;
	font-size:100%;
	font-weight:bold;
}
.messageIn ul {margin:0;padding:0;}
.messageIn p, .messageIn li {
	margin:0 0 ;
	padding:0 0 0 45px;
	background:url("../Images/listMessage.png") no-repeat 30px 0.5em;
	list-style:none;
}
/* form messages */
	
/* aktualizace a novinky */
.newsListItem {padding:0 0 0.6em 0;}
.newsListItem p {
	color:#666;
	padding:0;margin:0 0 0 4em;
	line-height: 1.2;
}
.newsListItem h3 {
	font-family:"Zeppelin33Bold",sans-serif;
	font-weight:bold;
	font-size:85%;
	width:4.7em;
	float:left;
	color:#333;
	line-height:1.25em;
	margin:0;padding:0;
}
.newsListItem h3 span {display:block;}
.newsListItem h4 {
	font-family:"Zeppelin32Regular",sans-serif;
	font-size:110%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;padding:0 0 0 3.1em;
	font-size:110%;
	color:#7fc31b;
	line-height:1.25em;
}
.newsListItem h4 a {color:#7fc31b;text-decoration:none;}
.newsListItem h4 a:hover {text-decoration:underline;}
/* aktualizace a novinky */
	
.rightCol {
	width:374px;
	float:right;
	font-size:125%;
	overflow:hidden;
}
.contentHP .rightCol {
	width:420px;
	padding-right:30px;
	overflow:hidden;
}
	
/* bottomReferences */
#bottomReferences {
	background:#dedede;
	padding:1em 0;
}
#bottomReferences table {
	margin:0;
	padding:0;
}
#bottomReferences th {
	font-family:"Zeppelin32Bold",sans-serif;
	white-space:nowrap;
	font-size:93.75%;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
	text-align:left;
	vertical-align: middle;
	padding-left:6px;
	border:none;
	background:transparent;
}
#bottomReferences td {
	width:20%;
	text-align:center;
	border:none;
}
/* bottomReferences */

/* footer */
#footer {
	background:#313131;
	font-size:75%;
	padding:1em 0 3em 0;
	margin:0;
	color:#b8b8b8;
	line-height:1.5em;
}
#footer .fLeft {
	float:left;
	width:50%;
	padding-top:4px;
}
#footer .fLeft a {color:#b8b8b8;}
#footer .fRight {
	float:right;
	width:50%;
	color:#999;
	text-align:right;
}
#footer .fRight a {color:#999;font-weight:bold;}
#footer .fRight .sep {margin:0 5px;}
#footer .fRight .pecka {font-weight:normal;}
/* footer */


.borderbottom1 {border-bottom:1px solid #cccccc;}
.borderbottom3 {border-bottom:3px solid #cccccc;}
p.borderbottom1, p.borderbottom3 {padding-bottom:1.5em;}
.nowrap {white-space:nowrap;}
.floatleft {float:left;}
.floatright {float:right;}
.hide {display:none;}
.noscreen {
	width:1px;
	position:absolute;
	left:0;
	top:-1000px
}
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.smaller {
	font-size:90%;
	line-height:1.4em;
}
.larger {
	font-size:106.66%;
	font-weight:bold;
	line-height:1.5em;
}
.weightnormal {font-weight:normal;}
.runmhd {
	float:left;
	z-index:1;
	width:auto;
	margin-right:1em;
}

.halfpage {width:46%;}

/* galerie */
.gallery_row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

@media (max-width: 990px) and (min-width: 700px) {
body {
	width:100%;
}
#logo {
	left:5px;
}
#topLine .page {
	padding:0 0 0 260px;
	width:auto;
}
#topLineContent {
	padding-top:39px;
	position:absolute;
	right:0;top:0;
	width:50%;
}
/* searchbox */
#searchBox {float:right;width:220px;}
#searchBox form {background:none;}
#searchBox input {
	font-size:55%;
}
#searchBox input[type=text] {
	width:117px;
}
#searchBox input[type=submit] {
	width:64px;
}
/* searchbox */
#topImageHeader .page {
	width:99%;
	padding:0 0 0 2px;
}
#topImageHeader.topImageHeaderHP {
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0;
	min-height:auto;
	font-size:90%;
}
.topImageHeaderHP .wtp {
	width:100%;
}
.topImageHeaderHP .page {
	width:auto;
	padding:0;
}
.tihIlu {
	display:none;
}
.page {
	width:99%;
	margin:0 auto;
}
.mainCol, .contentHP .mainCol {
	width:auto;
	float:none;
	font-size:125%;
}
.rightCol, .contentHP .rightCol {
	width:auto;
	float:none;
}
#menu .page {
	width:auto;
}
#bottomReferences {
	display:none;
}
#footer {
	padding:1em 0.5em 50px 0.5em;
}
#footer .page {
	width:99%;
}
textarea {
	width:100%;
}
.formItemFull input {
	width:100%;
}
}


@media (max-width: 699px) and (min-width: 520px) {
body {
	width:100%;
}
#logo {
	width:186px;
	height:42px;
	position:static;
	width:100%;
}
#logo h1, #logo strong {
	width:186px;
	height:42px;
}
#logo a {
	width:186px;
	height:42px;
}
#logo span {
	width:186px;
	height:42px;
	position:absolute;
	top:5px;left:5px;
	background:url("../Images/logo_mobile.png") no-repeat top left;
}
#topLine .page {
	position:relative;
	padding:0;margin:0;
	width:auto;
}
#topLineContent {
	width:60%;
	height:auto;
	padding:0; margin:0;
	position:absolute;
	right:0;top:38px;
}
/* topline */
#topLine {
	height:auto;
}
#claim {
	padding:5px;
	float:none;
}
/* searchbox */
#searchBox {float:right;width:220px;}
#searchBox form {background:none;}
#searchBox input {
	font-size:55%;
}
#searchBox input[type=text] {
	width:117px;
}
#searchBox input[type=submit] {
	width:64px;
}
/* searchbox */
#topImageHeader {
	width:auto !important;
	height:auto !important;
	padding:0;
	min-height:auto !important;
}
#topImageHeader h1 {
	margin:0;
	padding:0;
}
#topImageHeader .page {
	width:99%;
	padding:0 0 0 2px;
}
#topImageHeader.topImageHeaderHP {
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0;
	min-height:auto;
	font-size:90%;
}
.topImageHeaderHP .wtp {
	display:none;
}
.topImageHeaderHP .page {
	width:auto;
	padding:0;
}
.tihIlu {
	display:none;
}

.page {
	width:99%;
	margin:0 auto;
}
.mainCol, .contentHP .mainCol  {
	width:auto;
	float:none;
	font-size:125%;
	padding:0;
	margin:0;
}
.rightCol, .contentHP .rightCol {
	width:auto;
	float:none;
	padding:0;
	margin:0;
}
#menu .page {
	width:auto;
}
#bottomReferences {
	display:none;
}
#footer .page {
	width:100%;
}
#menu ul li {
	width:100%;
}
#menu ul li a {
	text-align:left;
	padding-left:1em;
}
#menu h2.anchors {
	background:#242424;
	color:#ffffff;
	text-transform:uppercase;
	font-size:100%;
	padding:7px;
	display:block;
	position:relative;
	left:0;
	top:0;
}
#menu h2.anchors:after { content: " >"}
#menu .page {display:none;}
.anotherCategory {
	width:auto;
	float:none;
}
.certificate img {float:none;}
.certificate p {padding-left:0;}
.refItem {float:none;}
.refItemHalf {width:100%;}
.productListSmall {float:none;width:100%;min-height:auto;padding-bottom:0.5em;}
.productListSmall.right {float:none;}
.contactImg {float:none;text-align:center;}
.formItem {
	width:100%;
	margin:0;padding:0;
}
.formItemFull {
	width:95%;
	margin:0;padding:0;
}
.formItemFull input {
	width:100%;
}
.formContent {padding:0.5em;}
.fRight, fleft {
	float:none;
}
.people .fRight {float: right !important;}
textarea {
	width:100%;
}
.captcha input[type=text] {
	width:auto;
	float:none;
	margin:0.5em 0 0 4em;
	text-transform:uppercase;
}
#footer {
	padding:1em 0.5em 50px 0.5em;
}
#footer .fLeft {
	float:none;
	width:100%;
}
#footer .fRight {
	float:none;
	width:100%;
	text-align:left;
}
}


@media (max-width: 519px) and (min-width: 0px) {
body {
	width:100%;
}
#logo {
	width:186px;
	height:42px;
	position:static;
	width:100%;
}
#logo h1, #logo strong {
	width:186px;
	height:42px;
}
#logo a {
	width:186px;
	height:42px;
}
#logo span {
	width:186px;
	height:42px;
	position:absolute;
	top:5px;left:5px;
	background:url("../Images/logo_mobile.png") no-repeat top left;
}
#topLine .page {
	position:relative;
	padding:0;margin:0;
	width:auto;
}
#topLineContent {
	width:60%;
	height:auto;
	padding:0; margin:0;
	position:absolute;
	right:0;top:38px;
}
#topLine {
	height:auto;
}
#claim {
	padding:5px;
	float:none;
}
#searchBox {
	display:none;
}
#topImageHeader {
	width:auto !important;
	height:auto !important;
	padding:0;
	min-height:auto !important;
}
#topImageHeader h1 {
	margin:0;
	padding:0;
}
#topImageHeader .page {
	width:99%;
	padding:0 0 0 2px;
}
#topImageHeader.topImageHeaderHP {
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0;
	min-height:auto;
	font-size:90%;
}
.topImageHeaderHP .wtp {
	display:none;
}
.topImageHeaderHP .page {
	width:auto;
	padding:0;
}
.tihIlu {
	display:none;
}

.page {
	width:99%;
	margin:0 auto;
}
.mainCol, .contentHP .mainCol  {
	width:auto;
	float:none;
	font-size:125%;
	padding:0 0.5em;
	margin:0;
}
.rightCol, .contentHP .rightCol {
	width:auto;
	float:none;
	padding:0;
	margin:0;
}
#menu .page {
	width:auto;
}
#bottomReferences {
	display:none;
}
#footer .page {
	width:100%;
}
#menu ul li {
	width:100%;
}
#menu ul li a {
	text-align:left;
	padding-left:1em;
}
#menu h2.anchors {
	background:#242424;
	color:#ffffff;
	text-transform:uppercase;
	font-size:100%;
	padding:7px;
	display:block;
	position:relative;
	left:0;
	top:0;
}
#menu h2.anchors:after { content: " >"}
#menu .page {display:none;}
.anotherCategory {
	width:auto;
	float:none;
}
.certificate img {float:none;}
.certificate p {padding-left:0;}
.refItem {float:none;}
.refItemHalf {width:100%;}
.productListSmall {float:none;width:100%;min-height:auto;padding-bottom:0.5em;}
.productListSmall.right {float:none;}
.contactImg {float:none;text-align:center;}
.formItem {
	width:100%;
	margin:0;padding:0;
}
.formItemFull {
	width:95%;
	margin:0;padding:0;
}
.formItemFull input {
	width:100%;
}
.formContent {padding:0.5em;}
.fRight, fleft {
	float:none;
}
.people img {width: 150px !important;}
.people .fRight {float: right !important;}
textarea {
	width:100%;
}
.captcha input[type=text] {
	width:auto;
	float:none;
	margin:0.5em 0 0 4em;
	text-transform:uppercase;
}
#footer {
	padding:1em 0.5em 50px 0.5em;
}
#footer .fLeft {
	float:none;
	width:100%;
}
#footer .fRight {
	float:none;
	width:100%;
	text-align:left;
}
}
