.header {
	background-image: 		url(../img/header.jpg);
	background-repeat: 		space;
	background-size: 		cover;
	background-position: 	center;
}

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

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

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

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

.title_big {
font-family: Ubuntu-Regular, Arial, sans-serif;
font-size: 36px;
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: 24px;
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: 24px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: underline;
}

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