@charset "UTF-8";
/* CSS Document */


html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d969d;
}
a:link {
	color: #7cb7be;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7cb7be;
}
a:hover {
	text-decoration: underline;
	color: #7cb7be;
}
a:active {
	text-decoration: none;
	color: #7cb7be;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7cb7be;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d969d;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;
	line-height: 16px;
}
.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f666b;
}
.Hilite_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7cb7be;
	padding-left: 15px;
	padding-right: 30px;
}
.txt_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d969d;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: normal;
	text-align: justify;
}
.text_info_bold {
	color: #777;
	font-weight: bold;
}
.text_cel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d969d;
	text-align: justify;
}
.Info_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7cb7be;
}
.form_input {
	width: 100%;
	border: solid 1px #dddfe1;
}
.txt_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
}

