/**************************** Fonts ***************************/

.dropdown {
font-family: Arial-Regular, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #777777;
padding: 1px;
background-color: #FAFAFA;
width: 834px;

}

/**************************** Fonts ***************************/

@font-face {
font-family: Ubuntu-Light; src: url(/site/css/fonts/Ubuntu-Light.ttf);
}

@font-face {
font-family: Ubuntu-Regular; src: url(/site/css/fonts/Ubuntu-Regular.ttf);
}

/**************************** Text ****************************/

.title_big {
font-family: Ubuntu-Regular, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
}

.title {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: underline;
}

.text {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: none;
}

.plan {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: none;
}

.kontakt {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
}

.kontakt_title {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: underline;
}

/**************************** Link ****************************/

a {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: underline;
}

a:hover {
font-family: Ubuntu-Light, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: none;
}