@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic-ext,latin-ext');


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------*/

body { 
font-family : 'Source Sans Pro', Verdana, Geneva, Arial, Helvetica, sans-serif;
/*Alfa Slab One	*/
	color: #000;
	padding: 0;
	margin: 0;
	text-align : left;
	font-size: 14px;
    line-height: 24px;
    background-color:white;
    letter-spacing: 1px;
    
    
}
h1{
    color: crimson;
    text-align: center;
    font-weight: normal;
    margin: 27px auto 15px;
    font-family: 'Alfa Slab One', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 1.9px;
    border-bottom: 2px solid crimson;
    border-top: 2px solid crimson;
    padding: 18px 0;
}

h2{
    color: FireBrick ;
    text-align: left;
    font-weight: normal;
    margin: 20px auto 8px;
    font-family: 'Raleway',Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

h2 span{
    color: black;
}

div.typ{
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    border-left: 2px solid red;
}

div.typ span{
    color: red;
}
div.bic p{
    text-align: left;
     font-family: 'Raleway',Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-size: 15px;
     line-height: 20px;
     margin-top: 10px;
}

strong{
    font-weight: bold;
}
em{
    font-style: italic;
}

div.cleaner{
    font-size: 1px;
    line-height: 1px;
    clear: both;
}
a{
    color: black;
    text-decoration: underline;
}
a:hover{
    color: darkred;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;  
    text-align: center;
}
p.redtuc{
    color: crimson;
    font-weight: bold;
}
div#symbol{
    text-align: center;
    margin: 0px auto;
}
div#main{
    width: 980px;
    margin: 15px auto;
}
div.obr{
    text-align: center;
    margin: 11px auto;
}
hr{
    border: none;
    border-top: 1px solid #aaa;
    margin-top: 18px;
    
}

p.popis{
    padding-left: 30px;
    border-left:  2px solid LightCoral ;
    font-weight: bold;
}