.text_just {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	color: #333333;
}
.text {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
}
.text_fett {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
}
.headline {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 17 px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
}
.text_small {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
}
.text_small_just {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

.textbox {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	border: 2px solid #CC3300;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: justify;
}

.text_green {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
	background-color: #8AC56A;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.text_yellow {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
	background-color: #FFD900;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.text_red {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
	background-color: #FF7373;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.kontakt_form {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	background-color: #DEEAC2;
	border-color: Green;
	border: 1px solid Gray;
	border-bottom-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.kontakt_button {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
	background-color: #FFDFBF;
	border-color: Green;
	border: 1px solid Gray;
	padding-top: 1px;
}

a {
	color: #CC3300;
}
a:hover {
	color: #003399;
}
a:active {
	color: #669900;
}
a:visited {
	color: #CC3300;
}

