/* ----     reset   ----  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----     fonts   ----  */
@font-face {
    font-family: 'skoda';
    src: url('/assets/concess/fonts/skodapro_regular.eot');
    src: url('/assets/concess/fonts/skodapro_regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/concess/fonts/skodapro_regular.woff') format('woff'),
         url('/assets/concess/fonts/skodapro_regular.ttf') format('truetype'),
         url('/assets/concess/fonts/skodapro_regular.svg#skoda_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'skoda';
    src: url('/assets/concess/fonts/skodapro_regularitalic.eot');
    src: url('/assets/concess/fonts/skodapro_regularitalic.eot?#iefix') format('embedded-opentype'),
         url('/assets/concess/fonts/skodapro_regularitalic.woff') format('woff'),
         url('/assets/concess/fonts/skodapro_regularitalic.ttf') format('truetype'),
         url('/assets/concess/fonts/skodapro_regularitalic.svg#skoda_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'skoda';
    src: url('/assets/concess/fonts/skodapro_medium.eot');
    src: url('/assets/concess/fonts/skodapro_medium.eot?#iefix') format('embedded-opentype'),
         url('/assets/concess/fonts/skodapro_medium.woff') format('woff'),
         url('/assets/concess/fonts/skodapro_medium.ttf') format('truetype'),
         url('/assets/concess/fonts/skodapro_medium.svg#skoda_promedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'skoda';
    src: url('/assets/fonts/concess/skodapro_mediumitalic.eot');
    src: url('/assets/fonts/concess/skodapro_mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/concess/skodapro_mediumitalic.woff') format('woff'),
         url('/assets/fonts/concess/skodapro_mediumitalic.ttf') format('truetype'),
         url('/assets/fonts/concess/skodapro_mediumitalic.svg#skoda_promedium_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}


/* ----   main layout   ----  */
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	font: normal 15px/22px 'skoda', Arial, Helvetica, sans-serif;
	color: #393939;
	background: #eee;
}

#wrapper {
	position: relative;
	width: 1150px;
	min-height: 700px;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	height: 235px;
}

#colLeft {
	float: left;
	width: 655px;
	padding: 30px 30px 40px 30px;
}

#colRight {
	float: left;
	width: 402px;
	padding: 30px 30px 40px 3px;
}

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 170px;
	background: #e0e0e0;
}

#footer div.footLeft {
	float: left;
	width: 655px;
	margin: 20px 30px 0 30px;
}

#footer div.footRight {
	float: left;
	width: 402px;
	margin: 20px 30px 0 3px;
}


/* ----   common tags   ----  */
p {
	margin: 0 0 20px 0;
}

a {
}

h1 {
	font-size: 26px;
	margin: 0 0 20px;
}

h2 {
	font-size: 22px;
	margin: 0 0 15px;
}

h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

ol {
	list-style: inside none decimal;
}


/* ----   common styles   ----  */
.clear {
	clear: both;
}

#header a {
	display: inline-block;
	height: 48px;
	margin: 10px 0 0 30px;
}

#header p.siteTitle {
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 15px 30px 0;
	font-size: 36px;
	font-weight: bold;
}

div.main {
	font-size: 18px;
	line-height: 25px;
}

div.main ul, div.info ul {
	list-style: outside none square;
	margin: 0 0 20px 15px;
}

li em {
	color: #888;
	font-size: 12px;
	line-height: 1.3;
}

.docDate {
	display: block;
	color: #19686f;
}


ul li p.doc, ul li p.smDoc {
	display: inline-block;
}

ul li p.doc {
	width: 555px;
}

ul li p.smDoc {
	width: 355px;
}

ul li p span.descr {
	display: block;
	font-size: 13px;
	color: #888;
}

a.ico {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 0;
}

a.ico30 {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin: 0 5px 10px 0;
}

ul.str_wrap li {
	display: inline-block;
	margin: 0 20px 0 0;
}

ul.str_wrap li img {
	border: 1px solid #ccc;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
