@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
/*@font-face {
    font-family: 'HelveticaNeueLTCom77BoldCondensed';
    src: url('../fonts/helveticaneueltcom-bdcn.eot');
    src: url('../fonts/helveticaneueltcom-bdcn.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-bdcn.woff') format('woff'),
         url('../fonts/helveticaneueltcom-bdcn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-bdcn.svg#HelveticaNeueLTCom77BoldCondensed') format('svg');
	font-weight: normal;
    	font-style: normal;}*/
@font-face {
    font-family: 'HelveticaNeueLTCom67MediumCondensed';
    src: url('../fonts/helveticaneueltcom-mdcn.eot');
    src: url('../fonts/helveticaneueltcom-mdcn.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-mdcn.woff') format('woff'),
         url('../fonts/helveticaneueltcom-mdcn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-mdcn.svg#HelveticaNeueLTCom67MediumCondensed') format('svg');
	font-weight: normal;
    	font-style: normal;}
/*@font-face {
    font-family: 'HelveticaNeueLTCom57Condensed';
    src: url('../fonts/helveticaneueltcom-cn.eot');
    src: url('../fonts/helveticaneueltcom-cn.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-cn.woff') format('woff'),
         url('../fonts/helveticaneueltcom-cn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-cn.svg#HelveticaNeueLTCom57Condensed') format('svg');
	font-weight: normal;
    	font-style: normal;}
@font-face {
    font-family: 'HelveticaNeueLTCom47LightCondensed';
    src: url('../fonts/helveticaneueltcom-ltcn.eot');
    src: url('../fonts/helveticaneueltcom-ltcn.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-ltcn.woff') format('woff'),
         url('../fonts/helveticaneueltcom-ltcn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-ltcn.svg#HelveticaNeueLTCom47LightCondensed') format('svg');
	font-weight: normal;
    	font-style: normal;}
@font-face {

    font-family: 'HelveticaNeueLTCom45Light';
    src: url('../fonts/helveticaneueltcom-lt.eot');
    src: url('../fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-lt.woff') format('woff'),
         url('../fonts/helveticaneueltcom-lt.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-lt.svg#HelveticaNeueLTCom45Light') format('svg');
	font-weight: normal;
    	font-style: normal;}
@font-face {
    font-family: 'HelveticaNeueLTCom37ThinCondensed';
    src: url('../fonts/helveticaneueltcom-thcn.eot');
    src: url('../fonts/helveticaneueltcom-thcn.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-thcn.woff') format('woff'),
         url('../fonts/helveticaneueltcom-thcn.ttf') format('truetype'),
         url('../fonts/helveticaneueltcom-thcn.svg#HelveticaNeueLTCom37ThinCondensed') format('svg');
	font-weight: normal;
    	font-style: normal;}*/

body {
    background: #ffffff;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
}
#stranka {
    padding-bottom: 0px;
    max-width: 980px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.copyrightMain {
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 15px/1.4em 'open sans', sans-serif;
    color: rgb(72, 72, 72);
    margin:20px 0;
    clear: both;
}
.copyrightMain a{
    float:right;
    color: rgb(72, 72, 72);
    text-decoration: none;
}
/* FORM MSG */

.msgVal {
    font: normal normal normal 16px/1.4em 'open sans', sans-serif;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    max-width: 945px;
}
.msgVal.error {
    color: #ff0000;
    background: #ffeeee;
}
.msgVal.success {
    color: #66cc66;
    background: #eeffee;
}
.msgVal.success a{
    color: #66cc66;
    font-weight: bold
}
.msgVal.information {
    color: rgb(2, 92, 192); /*#6666cc;*/
    background: rgb(189, 233, 255); /*#eeeeff;*/
}
.msgVal.information a{
    color: rgb(2, 92, 192); /*#6666cc*/
    font-weight: bold
}
.msgVal.warning {
    color: rgb(203, 136, 0); /*#6666cc;*/
    background: rgb(255, 237, 189); /*#eeeeff;*/
}
.msgVal.warning a{
    color: rgb(203, 136, 0); /*#6666cc*/
    font-weight: bold
}
h6.gridItem {
    margin: -35px 0 0 0;
    color: rgb(199, 0, 200);
}
form .labelCheck {
    margin:0 0 0 20px;
}