/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('/fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
}
html {
	/*-webkit-font-smoothing: antialiased;*/
}
body {
	font-size: 14px;
	/*font-family: Arial, Sans-Serif;*/
	font-weight: 400;
	font-family: 'Lato';
	line-height: 1.5em;
	background-color: #eaebec;
}
h1,h2,h3,h4,p,li,a,td {
	font-weight: 400;
	color: #ddd;
}
h1 {
	font-family: 'Raleway';
	font-size: 1.6em;
	font-weight: 300;
}
h2 {
	font-family: 'Raleway';
	font-size: 1.4em;
	font-weight: 300;
}
h3 {
	font-family: 'Raleway';
	font-size: 1.2em;
	font-weight: 300;
}
p,ul,ol {
/*	font-weight: 400;
	font-family: 'Lato';*/
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
}
/* wrapper */
.wrapper {
	padding-bottom: 30px;
	/*background: #eaebec url(../images/bgrnd.png) repeat-y top center;*/
	background-color: #606060;
}
/* header */
header {
	width: 100%;
	background: transparent url(../images/header_bgrnd.png) repeat-x top left;
}
/* content */
.contentTop {
	width: 100%;
	height: 320px;
	background-color: #eaebec;
	border-top: solid 1px #c5201a;
	border-bottom: solid 1px #c5201a;
}
.intro {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 430px;
}
.intro h1 {
	padding: 0.9em 0;
	font-size: 2em;
	color: #444;
}
.intro p {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #666;
}
.contentMain {
	margin: 40px auto 0 auto;
	padding: 20px 0 30px 0;
	width: 980px;
}
.contentMain.table {
	display: table;
	padding-top: 50px;
	margin-top: 0;
	border-top: solid 1px #999;
}
.content.table {
	display: table-cell;
}
.content.col {
	margin-left: -1px;
	padding-left: 30px;
	border-left: solid 1px #999;
}
.content {
	font-size: 1.2em;
	line-height: 1.4em;
}
.content blockquote {
	margin: 2em 0;
	padding-left: 40px;
	min-height: 30px;
	font-family: serif;
	font-style: italic;
	font-size: 1.2em;
	background: transparent url(../images/quote_bgrnd.png) no-repeat top left;
}
.content h1,
.content h2,
.content h3 {
	margin-bottom: 1.2em;
	line-height: 1.2em;
}
.content h2,
.content h3 {
	margin-top: 1em;
}
.content p,
.content ul,
.content ol {
	margin-bottom: 0.7em;
}
.content ul,
.content ol {
	margin-left: 50px;
}
.focus a,
.content a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	/* background-color: #c5201a; */
	border-bottom: solid 2px #c5201a;
}
.content a:hover {
	color: #c5201a;
	background-color: #eaebec;
}
.content .spacer50 {
	clear: both;
	margin-top: 30px;
}
.focusHeader {
	margin-top: -1em;
  margin-bottom: -1px;
	padding-bottom: 0.85em;
	font-size: 2.1em;
	font-weight: 400;
	text-align: center;
	color: #ececec;
	border-bottom: solid 10px #333;
}
.focus {
    margin: 0 auto 40px auto;
    padding: 20px 40px;
    width: 900px;
    font-size: 1.2em;
    background-color: #eaebec;
}
.focus p {
	margin-bottom: 1em;
	color: #333;
}
.focus a {
	color: #333;
}
.focus ul li {
  margin: 0 0 0.6em 40px;
  color: #c5201a;
}
.focus li a {
	text-decoration: underline;
  color: #c5201a;
}
.focus li a:hover {
  color: #444;
}
.threeColumns {
	display: table;
}
.threeColumns .col {
	display: table-cell;
	padding: 0 23px;
	width: 280px;
	text-align: center;
	border-right: solid 1px #aaa;
}
.threeColumns .right {
	border-right: none;
}
.threeColumns h1 {
	margin-bottom: 1em;
	padding-bottom: 0.85em;
	font-size: 2.1em;
	font-weight: 400;
	color: #ececec;
	border-bottom: solid 10px #333;
}
.threeColumns h1 a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.threeColumns p {
	padding: 5px 0;
	margin-bottom: 0.9em;
	font-size: 1.25em;
	line-height: 1.3em;
}
.threeColumns h1 a:hover,
.threeColumns p:hover {
	color: #eee;
	background-color: #c5201a;
}
.threeColumns a {
	display: block;
}
.content .subpages {
  margin: 40px 0 35px 0;
  padding: 30px 20px 30px 50px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.subpages li {
    margin-bottom: 0.5em;
}
.subpages li a {
    font-size: 1.2em;
}
/* Menü Top */
.menuTop {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 171px;
	background: transparent url(../images/menu_top3_bgrnd.png) no-repeat;
}
.menuTop ul {
	list-style-type: none;
	position: absolute;
	right: -10px;
	top: 110px;
}
.menuTop ul li {
	float: left;
	margin-left: 30px;
}
.menuTop ul a:hover {
	background-color: #c5201a;
}
.menuTop a {
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px;
}
/* Menü links */
.menuLeft {
	display: table-cell;
	padding-right: 30px;
	width: 200px;
	border-right: solid 1px #999;
}
.menuTitle {
	margin-bottom: 0.75em;
	padding-bottom: 0.85em;
	text-align: center;
	font-family: 'Raleway';
	font-size: 2.1em;
	font-weight: 400;
	color: #B1B1B0;
	border-bottom: solid 8px #333;
}
.menuLeft ol {
	list-style-type: none;
}
.menuLeft li {
	text-align: center;
	margin-bottom: 1.1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuLeft a {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.3em;
}
.menuLeft li:hover {
	background-color: #c5201a;
}
/* sitemap */
.sitemap {
	margin-left: 40px;
	font-size: 1.3em;
}
.sitemap .children {
	list-style-type: none;
	margin-left: 20px;
	font-size: 0.85em;
}
.sitemap li {
	margin: 0.8em 0;
}
.sitemap a {
	border-bottom: none;
}
/* footer */
footer {
	clear: both;
	float: left;
	padding: 20px 0;
	width: 100%;
	background-color: #eaebec;
	border-top: solid 1px #c5201a;
}
footer .inner {
	margin: 0 auto;
	width: 980px;
}
.footerImage {
	float: left;
	margin-right: 20px;
	padding: 33px 0 0 40px;
	width: 360px;
	height: 256px;
	background: transparent url(../images/footer_img_bgrnd.png) no-repeat;
}
.footerText {
	float: left;
	width: 540px;
}
.footerText h1 {
	padding: 0.9em 0;
	font-size: 2em;
	color: #444;
}
.footerText p {
	font-size: 1.1em;
	color: #666;
}
.footerBottom {
	clear: both;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	border-top: solid 1px #333;
}
.footerBottom ul {
	list-style-type: none;
}
.footerBottom li {
	float: left;
	margin: 0 20px;
	color: #666;
}
.footerBottom a {
	color: #666;
}
.footerBottom a:hover {
	color: #333;
	text-decoration: underline;
}
/* nivo-slider */
.contentTop .inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 100%;
	background: transparent url(../images/slider_bgrnd.png) no-repeat 510px 0;
}
.slider-wrapper {
	position: absolute;
	top: 38px;
	right: 62px;
	width: 360px;
}
.mediaWrapper {
	margin-top: 40px;
	margin-bottom: 35px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.mediaWrapper .slider {
	margin: 0 auto;
	width: 560px;
	max-height: 1000px;
	padding: 20px 50px;
}
.mediaWrapper .slider img {
    border: solid 1px #999;
}
