/* Resetování blokových tagů. */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin: 0;
	padding: 0;
	border-width: 0;
}
body {
  	background-image: url("img/back.gif");
	  background-position: 0px 0px;
	  background-repeat: repeat-x;
    background-color: rgb(180, 228, 223);
    -epub-hyphens: none;
	  -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: rgb(121, 121, 121);
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.page {
    width: 930px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;  
}

.page_l {
    width: 930px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;  
}

.pagein {
    width: 895px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    display: table;
}

/* rohy nahoře */
.boxtop { 
  background: url('img/roh_ph.png') no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 15px; 
  background: url('img/roh_lh.png') no-repeat top left; 
}
/* patička */
.foot {
    background: url('img/bottom.gif') no-repeat bottom;
    width: 895px;
    height: 84px;
    display: table-row;
    vertical-align: bottom;
}
.foot_arr {
   background: url('img/arr_top.gif') no-repeat;
    width: 29px;
    height: 28px;
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;  
}
.foot_arr:hover {
   background: url('img/arr_top_hover.gif') no-repeat;
}
.foot_contact {
    width: 500px;
    height: 24px;
    position: absolute;
    margin-left: 375px;
    margin-top: 25px;
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;        
    text-decoration: none;
    text-align: right;
    letter-spacing: 0.02em;
}
.foot_contact_left {
    width: 200px;
    height: 18px;
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    text-indent: 0px;
    text-transform: none;
    margin-left: -70px;
    margin-top: 60px;  
    line-height: 14px;
    letter-spacing: 0px;
}

.lang_img {
    background: url('img/lang_img_cz.png') no-repeat;
    height: 15px;
    width: 150px;
    margin-left: 763px;
    margin-bottom: 6px;
    margin-top: 5px;    
}
.lang_img:hover {
   background: url('img/lang_img_cz_h.png') no-repeat;
}
.lang_img_en {
    background: url('img/lang_img_en.png') no-repeat;
    height: 15px;
    width: 150px;
    margin-left: 763px;
    margin-bottom: 6px;
    margin-top: 5px;    
}
.lang_img_en:hover {
   background: url('img/lang_img_en_h.png') no-repeat;
}

a.mail_contact{
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;    
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
}
a.mail_contact:hover{
    color: rgb(171, 21, 0);
    text-decoration: underline;
}

a.mail_contact_white{
    color: rgb(255, 255, 255);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;    
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
}
a.mail_contact_white:hover{
    color: rgb(171, 21, 0);
    text-decoration: underline;
}

a.link_13{
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;    
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
}
a.link_13:hover{
    color: rgb(171, 21, 0);
    text-decoration: underline;
}

.foot_copyright {
    width: 500px;
    height: 18px;
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    text-indent: 0px;
    text-transform: none;
    margin-left: 375px;
    margin-top: 60px;  
    line-height: 14px;
    letter-spacing: 0px;
}

.c_left {
  float: left;
  margin-left: 23px;  
  width:31%;
  text-align:left;
  margin-top: 60px;      
}

.c_center {
  float: left;
  width:30%;
  text-align:left;
  margin-top: 60px;  
}

a.c_link{
    color: rgb(255, 255, 255);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;    
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
}
a.c_link:hover{
    color: rgb(171, 21, 0);
    text-decoration: none;
}

/* konec patičky */
p {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 16.15px;
    margin: 0px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.p15 {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 0px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
h1 {
    color: rgb(66, 66, 66);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 26px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
h2 {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
h3 {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 22px; 
    margin-top: 0px;
    margin-bottom: 0px; 
    opacity: 1;
    padding-right: 10px;
}
h4 {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
.bottom {
    display: table-row;
    vertical-align: bottom;
    height: 1px;
}
.menu_logo {
    margin-left: 12px;
    width: 230px;
    margin-top: -4px;
    position: absolute; 
}
.box {
    margin-left: 250px;
    width: 635px;
    margin-top: -5px; 
    position: absolute;   
}
.logo_dns {
    margin-left: 0px;
    margin-top: 0px; 
    position: absolute;   
}
.logo_dns_text {
    width: 438px;
    height: 225px;
    margin-left: 190px;
    margin-top: 0px; 
    position: absolute;
    border-collapse:collapse;
    display : table;       
}
.line {
    background-color: #d6d6d6;
    width: 440px;
    height: 2px;
    margin-left: 188px;
    margin-top: 223px; 
    position: absolute; 
}
.linegray {
    background-color: #d6d6d6;
    height: 2px;
}
.box_odkazy {
    margin-left: 0px;
    margin-top: 0px; 
    position: absolute;  
    width: 628px;
    height: 38px;
    margin-top: 242px; 
    border-width: 0px 0px 2px 0px; 
    border-style: none none solid none;
    border-color: #d6d6d6;
}
.box_odkazy a{
  	background-image: url("img/arr_b_blue.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(1, 25, 147);
    font-family:  'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    padding-left: 20px;
}
.box_odkazy a:hover{
  	background-image: url("img/arr_b_red.png");
    color: rgb(171, 21, 0);
}

.box_odkazy_bott {
    margin-left: 0px;
    margin-top: 0px; 
    position: absolute;  
    width: 628px;
    height: 38px;
    margin-top: 300px; 
}
.box_odsad{
    margin-left: 185px;
    position: absolute;
}
.podcarou {
    margin-left: 70px;
    margin-top: 290px; 
    position: absolute;  
    width: 570px;
    height: 25px;
    color: rgb(121, 121, 121);
    font-family:  'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;  
}
.foto {
    margin-left: 22px;
    width: 275px;
    margin-top: 510px; 
    position: absolute;   
}
.foto_cz {
    margin-left: 22px;
    width: 275px;
    margin-top: 400px; 
    position: absolute;   
}
.foto_pract {
    margin-left: 16px;
    width: 220px;
    margin-top: 400px; 
    position: absolute;
    background-color: #f9f9f9;   
}
.foto_pract_en {
    margin-left: 16px;
    width: 220px;
    margin-top: 510px; 
    position: absolute;
    background-color: #f9f9f9;   
}
.content {
    margin-left: 250px;
    width: 628px;
    margin-top: 255px; 
    position: relative;   
    min-height: 400px;
}

.content_l {
    margin-left: 250px;
    width: 628px;
    margin-top: 255px; 
    position: relative;   
    min-height: 1630px;
}

.courses {
    margin-left: 320px;
    width: 565px;
    margin-top: 270px; 
    position: relative;   
    min-height: 5600px;
}

.courses_sm {
    margin-left: 320px;
    width: 565px;
    margin-top: 270px; 
    position: relative;   
    min-height: 3000px;
}
.courses_l {
    margin-left: 320px;
    width: 565px;
    margin-top: 270px; 
    position: relative;   
    min-height: 6600px;
}

.courses_long {
    margin-left: 320px;
    width: 565px;
    margin-top: 270px; 
    position: relative;   
    min-height: 7610px;
}

.courses_cz {
    margin-left: 320px;
    width: 565px;
    margin-top: 370px; 
    position: relative;   
    min-height: 1450px;
}

.video_cz {
    margin-left: 25px;
    width: 848px;
    margin-top: 350px; 
    position: relative;   
    min-height: 500px;
}
.video_en {
    margin-left: 25px;
    width: 848px;
    margin-top: 440px; 
    position: relative;   
    min-height: 500px;
}

.boxik {
    margin-left: 25px;
    width: 848px;
    margin-top: 15px; 
    position: relative;   
    min-height: 500px;
}
.box_e {
    margin-left: 25px;
    width: 848px;
    margin-top: 30px; 
    position: relative;   
    min-height: 1000px;
}

.quest {
    margin-left: 20px;
    width: 855px;
    margin-top: 140px; 
    position: relative;
   min-height: 200px;    
}

.login_box {
    margin-left: 20px;
    width: 855px;
    margin-top: 300px; 
    position: relative;
   min-height: 200px;    
}

.box_quest {
    margin-left: 55px;
    width: 632px;
    margin-top: -5px; 
    position: absolute;   
}

.q_box_text {
    width: 438px;
    height: 130px;
    margin-left: 190px;
    margin-top: 0px; 
    position: absolute;
    border-collapse:collapse;
    display : table;       
}
.q_number {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: right;
    margin-right: 3px;
}
.q_mark {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: center;
    margin-right: 3px;
}

.q_text {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: left;
    margin-right: 3px;
}

.odsad_0 {
    margin-top: 2px;
}
.odsad_1 {
    margin-top: 5px;
}
.odsad_2 {
    margin-top: 10px;
}
.odsad_3 {
    margin-top: 15px;
}
.odsad_4 {
    margin-top: 25px;
}
.menuitem {
    margin-left: 5px;
    margin-top: 11px;
}

.margin10{
    margin-left: 10px;
}

.margin20{
    margin-left: 20px;
}

.margin30{
    margin-left: 30px;
}

a.menu {
  	background-image: url("img/arr_green.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(0, 0, 0);    
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing:  0.02em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 18px
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 15px;
    
}
a.menu:hover {
  	background-image: url("img/arr_red.png");
    color: rgb(171, 21, 0);
}
.odsad_menu {
    padding-left: 15px; 
}
a.present {
  	background-image: url("img/arr_green.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing:  0.02em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 18px
    padding-top: 0px;
    padding-left: 15px;            
}
a.present:hover {
  	background-image: url("img/arr_red.png");
    color: rgb(171, 21, 0);
}
.odsadit {
    margin-top: 10px;
    margin-bottom: 12px; 
}

.odsadit_m {
    margin-top: 4px;
    margin-bottom: 8px; 
}

.odsadit_cz {
    margin-top: 8px;
    margin-bottom: 6px; 
}
a.link_arr{
  	background-image: url("img/arr_b_green.png");
	  background-position: left 5px;
	  background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 23px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-decoration: none;
    line-height: 22px    
}
a.link_arr:hover {
  	background-image: url("img/arr_b_red.png");
  	background-position: left 5px;
  	background-repeat: no-repeat;
    color: rgb(171, 21, 0);    
}

.link_arr_small
{
    font-size: 18px;
    padding-left: 20px;
}
.odkazkurz {
    margin-top: 7px;    
}
a.odkazkurz {
    color: rgb(1, 25, 147);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 14px;
    margin-top: 15px;    
}
a.odkazkurz:hover {
color: rgb(171, 21, 0);
}

a.odkazkurzred {
    color: #fd5b03;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 14px;
    margin-top: 15px;    
}
a.odkazkurzred:hover {
    color: rgb(171, 21, 0);
}

a.odkazkurzreddark {
    color: rgb(0, 160, 100);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 14px;
    margin-top: 15px;    
}
a.odkazkurzreddark:hover {
    color: rgb(171, 21, 0);
}

.rok {
     color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Medium','HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    padding-top: 25px;
    padding-bottom: 3px; 
}

.rok_sm {
     color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Medium','HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    padding-top: 10px;
    padding-bottom: 0px; 
}
.prez {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Medium','HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    padding-top: 30px;
    padding-bottom: 8px; 
}

.prez_sm {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Medium','HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    padding-top: 15px;
    padding-bottom: 5px; 
}

a.prez_sm_link{
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Medium','HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    padding-top: 15px;
    padding-bottom: 5px;   
}
a.prez_sm_link:hover {
    color: rgb(171, 21, 0);
    text-decoration: underline;    
}


.size17 {
    font-size: 17px;
}
.size16 {
    font-size: 16px;
}
.bold {
     font-weight: bold;
}
.textleft {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 16px; 
}
.title {
    color: rgb(26, 52, 164);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 26px; 
    margin-top: 14px;
    margin-bottom: 5px; 
}
.subtitle {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 24px; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
}
.subtitle p {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    line-height: 24px; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
}
.mapa {
    margin-left: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}
.mapa a{
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;    
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
}
.mapa a:hover{
    color: rgb(171, 21, 0);
    text-decoration: underline;
}
a.link_h4 {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
a.link_h4:hover{
    color: rgb(171, 21, 0);
}

a.link_h2 {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
a.link_h2:hover{
    color: rgb(171, 21, 0);
}
.phone {
   	background-image: url('img/phone_g.png');
	  background-position: left 3px;
	  background-repeat: no-repeat;
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
.point_grey {
   	background-image: url('img/point_grey.png');
	  background-position: left 2px;
	  background-repeat: no-repeat;
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
.point_grey_big {
   	background-image: url('img/point_grey_big.png');
	  background-position: left 0px;
	  background-repeat: no-repeat;
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}

.darker_grey {
    color: #424242;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
}

.dark_grey {
    color: #424242;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0px;
    opacity: 1;
    padding-bottom: 5px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.p_odsazeny {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 14px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
.p_neodsazeny {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 14px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
a.link_15 {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 16px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
a.link_15:hover {
    color: rgb(171, 21, 0);
}

a.link_odsazeny {
    color: rgb(0, 168, 170);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 14px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
a.link_odsazeny:hover {
    color: rgb(171, 21, 0);
}
.p_odsazeny_bold {
    color: rgb(60, 60, 60);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
}
.p_neodsazeny_bold {
    color: rgb(60, 60, 60);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-align: justify;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.textpayunder {
    color: #021EAA;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}
.textpayundernormal {
    color: #021EAA;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 18px;
    margin: 0px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    word-wrap: break-word;
}

.textred {
    color: #AB1500;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 18px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.textgrey {
    color: rgb(121, 121, 121);
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 18px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.textblue {
    color: #021EAA;
}
.textredsmall {
    color: #AB1500;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 18px;
    opacity: 1;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.name_contact {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;        
    text-align: left;
    text-decoration: none;
}
a.name_contact {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;        
    text-align: left;
    text-decoration: none;
}
a.name_contact:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}


.text_contact {
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;        
    text-align: left;
}
.text_stat {
    color: rgb(171, 21, 0);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;        
    text-align: left;
    margin-top: 10px;
}

.text_stat_link {
    color: rgb(171, 21, 0);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;        
    text-align: left;
    margin-top: 10px;
    text-decoration: none;    
}

a.text_stat_link:hover{
text-decoration: underline;
} 

.text_stat_us {
    color: rgb(171, 21, 0);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;        
    text-align: left;
    margin-top: 10px;
}

.keep_together {
    display: inline;
    white-space: nowrap;
}
.align-right {
    text-align: right;
    margin-bottom: -20px;
}
.form { 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px; 
    padding-bottom: 1px; 
    padding-top: 1px; 
    padding-right: 3px; 
    padding-left: 3px; 
    color: black; 
    border-right: #a0a0a0 1px solid;  
    border-left: #a0a0a0 1px solid; 
    border-bottom: #a0a0a0 1px solid; 
    border-top: #a0a0a0 1px solid;
    background-color: #f9f9f9;
}

.formsmall { 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 9px; 
    padding-bottom: 1px; 
    padding-top: 1px; 
    padding-right: 3px; 
    padding-left: 3px; 
    color: black; 
    border-right: #a0a0a0 1px solid;  
    border-left: #a0a0a0 1px solid; 
    border-bottom: #a0a0a0 1px solid; 
    border-top: #a0a0a0 1px solid;
    background-color: #f9f9f9;
}

.formwhite { 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px; 
    padding-bottom: 1px; 
    padding-top: 1px; 
    padding-right: 3px; 
    padding-left: 3px; 
    color: black; 
    border-right: #a0a0a0 1px solid;  
    border-left: #a0a0a0 1px solid; 
    border-bottom: #a0a0a0 1px solid; 
    border-top: #a0a0a0 1px solid;
    background-color: white;
}
.formred { 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px; 
    padding-bottom: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-left: 0px; 
    color: red; 
    border-right: 0px;  
    border-left: 0px; 
    border-bottom: 0px; 
    border-top: 0px;
    background-color: #f9f9f9;
}
.formbutton {
	background:linear-gradient(to bottom, #228576 5%, #1e665a 100%);
	background-color:#228576;
	border-radius: 8px;
	border:1px solid #1e7366;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: 'Reg', 'Helvetica Neue', 'Arial', sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #021412;
}
.formbutton:hover {
	background:linear-gradient(to bottom, #1e665a 5%, #228576 100%);
	background-color:#1e665a;
}

.formbuttons {
	background:linear-gradient(to bottom, #228576 5%, #1e665a 100%);
	background-color:#228576;
	border-radius: 4px;
	border:1px solid #1e7366;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: 'Reg', 'Helvetica Neue', 'Arial', sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #021412;
}
.formbuttons:hover {
	background:linear-gradient(to bottom, #1e665a 5%, #228576 100%);
	background-color:#1e665a;
}
.formbuttonbig {
    font-size : 15px; 
    background-color: #AB1500; 
    border-right: #630e02 1px solid;  
    border-left: #630e02 1px solid; 
    border-bottom: #630e02 1px solid; 
    border-top: #630e02 1px solid;
    padding-bottom: 0px; 
    padding-top: 0px; 
    padding-right: 1px; 
    padding-left: 1px; 
    color: white;
    PADDING-BOTTOM: 5px; 
    PADDING-TOP: 5px; 
    PADDING-RIGHT: 15px; 
    PADDING-LEFT: 15px;  
}
.formbuttonbig:hover {
    background-color: #630e02;
}

.formbuttonbig_green {
    font-size : 15px; 
    background-color: #0ba394; 
    border-right: #0c645b 1px solid;  
    border-left: #0c645b 1px solid; 
    border-bottom: #0c645b 1px solid; 
    border-top: #0c645b 1px solid;
    padding-bottom: 0px; 
    padding-top: 0px; 
    padding-right: 1px; 
    padding-left: 1px; 
    color: white;
    PADDING-BOTTOM: 5px; 
    PADDING-TOP: 5px; 
    PADDING-RIGHT: 15px; 
    PADDING-LEFT: 15px;  
}
.formbuttonbig_green:hover {
    background-color: #0c645b;
}

.odsad_right{
    position: absolute;
    width: 60px;
    text-align: right;
}
.odsad_pole{
    position: absolute;
    text-align: left;
    margin-left: 70px;
}
.odsad_pole2{
    position: absolute;
    text-align: left;
    margin-left: 110px;
    margin-right: 15px;
}

.odsad_point2{
    margin-left: 30px;
}

.odsad_point3{
    margin-left: 45px;
}

.odsad_box{
    margin-top: 7px;
    display: table;
    position: relative;
}
.sedy_box{
    color: rgb(121, 121, 121);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px; 
    border-right: #a0a0a0 1px solid;  
    border-left: #a0a0a0 1px solid; 
    border-bottom: #a0a0a0 1px solid; 
    border-top: #a0a0a0 1px solid;
    background-color: #f9f9f9;
    padding-bottom: 15px; 
    padding-top: 15px; 
    padding-right: 15px; 
    padding-left: 15px;
 /*   -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    */     
}
.odsad_200{
display:inline-block; 
width:120px;  
}
.odsad_150{
display:inline-block; 
width:150px;  
}
.weight_400{
color: rgb(60, 60, 60);
font-weight: 400;    
}
.hb_3 {
    color: #000099;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 22px; 
    margin-top: 0px;
    margin-bottom: 0px; 
    opacity: 1;
    padding-right: 10px;
}
a.hb_3_link {
    color: #000099;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 22px; 
    margin-top: 0px;
    margin-bottom: 0px; 
    opacity: 1;
    padding-right: 10px;
}
a.hb_3_link:hover{
text-decoration: underline;
} 

.region_box {
    background-color: #f2f2f2;  
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-left: 10px;      
}

a.region_link {
  	background-image: url("img/arr_green_b.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(0, 168, 170);    
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing:  0.02em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 22px
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 18px;  
}
a.region_link:hover {
  	background-image: url("img/arr_red_b.png");
    color: rgb(171, 21, 0);    
}

a.country_link {
  	background-image: url("img/arr_red.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(171, 21, 0); 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    letter-spacing:  0.02em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 18px;
    font-weight: bold;  
    margin-bottom: 0px;
    margin-left: 18px;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 15px;  
}
a.country_link:hover {
  	background-image: url("img/arr_black.png");
    color: rgb(0, 0, 0);    
}

a.text_stat_us_link  {
  	background-image: url("img/arr_red_s.png");
	  background-position: left 4px;
	  background-repeat: no-repeat;
    color: rgb(171, 21, 0); 
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;   
    letter-spacing:  0.02em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 42px;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 15px;  
}
a.text_stat_us_link:hover {
  	background-image: url("img/arr_black_s.png");
    color: rgb(0, 0, 0);    
}


.lit_au {
    color: #00A8AA;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.lit_na {
    color: #797979;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.lit_ot {
    color: #797979;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.lit_au5 {
    color: #FD5B03;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.lit_na5 {
     color: #797979;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.tmave_sedy {
    color: #424242;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
}

.align_left {
    text-align: left;
}

.text_green {
    color: #00A8AA;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.text_light {
    color: #9E9E9E;
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.text_big {
    color: rgb(0, 0, 0);
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;       
    text-indent: 0px;
    line-height: 22px; 
    margin-top: 0px;
    margin-bottom: 0px; 
    padding-right: 10px;
}
.black { 
    color: black; 
}
.margin15{
    margin-left: 15px;
}

.margindown{
    position:relative;
    top:5px;
}

