html,
body {
	font-family:'Open Sans', arial, sans-serif;
}

* {
	font-family:'Open Sans', arial, sans-serif;
}
p {
	font-size: 14px;
}
a,
a:visited {
	color:#E24222;
}
a:hover {
	text-decoration: none;
}
.hd_content_inner {
	font-size: 14px;
}
.hd_content_inner h3 {
	font-weight: lighter;
	color:#ea592c;
	font-size: 20px;
}
.hd_container {
	width: 100%;
	margin:0; 
	position: relative;
	padding:0;
}
.hd_top {
	height:133px;
}
table.historytable label {
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	color:#ea592c;
}

.w-container {
	max-width: 1200px;
	margin:0 auto; 
	left:0;
	right: 0;
	position: relative;

}
table.datatable {
	border:1px solid #eddbc9;
	border-top:0px;
	margin-top: 30px;
}
table.datatable td, table.datatable th {
	border-bottom:0px;
}
table.datatable tbody tr:first-child {
	background: url("/getUserFile?customerId=229&filename=background-form.jpg") top center;
	color:#444444;
	border-radius: 8px 0px 0px;
}

table.datatable tbody tr:first-child th {
	font-weight: 600;
	font-size: 14px;
	padding-top:10px;
	padding-bottom:8px;

}

table.datatable tbody tr:first-child th:first-child {
	border-radius: 8px 0px 0px 0px;
}
table.datatable tbody tr:first-child th:last-child {
	border-radius: 0px 8px 0px 0px;
}

table.datatable tr {
	border-bottom:1px solid #eddbc9;

}
table#hd_overview.datatable tbody tr:first-child {
	background:none;
}
table#hd_overview.datatable tr {
	border:0px;
	border-bottom:1px solid #eddbc9;
}
table#hd_overview{
	border:0px;
}
/*fcf8f4;*/

.middle-line {
	background:url("/getUserFile?customerId=229&filename=middle-bg.png") no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:133px;

}
h1.h1-title {
	font-size: 26px;
	color:#fff;
	font-family:'Open Sans', arial, sans-serif;
	font-weight: lighter;
	font-style: normal;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.2);
	display:inline-block;
	border-radius:8px;
	position: relative;
	padding:8px 18px;
	padding-left:20px;
	margin-bottom: 24px;
	margin-top: 40px;
}
img.kruhy {
	display: inline-block;
	position: absolute;
	margin-left: 30px;
	margin-top: 14px;

}
.hd_content {
	background:url("/getUserFile?customerId=229&filename=bg.jpg") no-repeat;
	background-position: center top;
	margin:0 0;
	padding:10px 0px;
	min-height: 490px;
}
.hd_content_inner {
	padding:10px 0px;
}
a.vanco-a {
	color:#E24222;
	font-weight: bold;
}
.header-contact {
	border: 1px solid #F9D9D3;
	border-radius: 8px;
	padding: 4px 16px 6px;
	position: absolute;
	right: 0px;
	top: 2px;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
}
.header-contact span {
	margin: 0 20px;
	display: inline-block;
}
ul.hd_menu {
	position: absolute;
	right: 0;
	top:55px;
}
ul.hd_menu li a {
	padding: 8px 20px 44px;
	color:#3F3F3F;
	text-decoration: none;
	font-size: 18px;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-position: bottom center;

}

ul.hd_menu li a:hover {
	color:#E24222;
	background:url("/getUserFile?customerId=229&filename=menu-arrow.png") no-repeat;
  	background-position: bottom center;
}

h2.h2-title {
	color:#fff;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
	background-color: #ea592c;
	font-size:22px;
	font-weight: normal;
	display:inline-block;
	border-radius:8px;
	position: relative;
	padding:8px 18px;
	padding-left: 60px;
	margin-bottom: 24px;
	margin-top: 22px;
}
h2.h2-title img {
	position: absolute;
	left: 16px;
	top: 6px;
}
form input,
form textarea {
	font-family:'Open Sans', arial, sans-serif;
	font-size: 18px;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #F4B9AC;
	padding: 8px;
	border-radius: 8px;
}
 form input[type="submit"] {
	background-color: #fdf9f6;
	font-weight: 600;
	color:#ea592c;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
form input[type="reset"] {
	background-color: #fff8f2;

}
form input[type="reset"]:hover {
	background-color: #fff;
	cursor: pointer;
}
table.newpostform tr td.npform-td span {
	font-family:'Open Sans', arial, sans-serif;
	font-size: 18px;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #eaeaea;
	color:#bbbbbb;
	padding: 8px;
	border-radius: 8px;
	display:inline-block;
}
.login-container{
	max-width:410px;
	margin:0 auto;
}
.login-container form {
	max-width:410px;
	position: relative;
}
.select_list {
	margin-bottom: 10px;
}
.select_list ul li a {
	padding: 8px;
	border-radius: 8px;
}
.select_list ul li.active a {
	background-color: #fdf9f6;
	border-color:#ea592c;
}
form label {
	display: block;
	font-size: 18px;
	color:#5b5b5b;
	font-weight: lighter;
}
.login-container form input {
	font-family:'Open Sans', arial, sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	max-width:392px;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #F4B9AC;
	padding: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.login-container form input[type="submit"] {
	background-color: #fdf9f6;
	font-weight: 600;
	color:#ea592c;
	max-width:100%;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-top: 32px
}
form input[type="submit"]:hover {
	background-color: #ea592c;
	border-color: #ea592c;
	color:#fff;
	cursor: pointer;
}

p.errormessage {
	margin-top:0px;
	padding:0 8px;
	font-size: 14px;
	color:#f64040;
}
a.anonym-enter {
	float: left;
	color:#3f3f3f;
}
a.lost-pass {
	float:right;
}
.hd_bottom {
	background-color: #3e3e3e;
	color:#919191;
	padding-top:60px;
	padding-bottom:60px;
}
.hd_bottom a {
	color:#919191;
	font-weight: bold;
}
.hd_bottom a:hover {
	text-decoration: underline;
}

/* ------------ font face ------------- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTeY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSuY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzOY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
