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, 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;
}

/**********/

p {margin:15px 0;}

body {      
    font-size:12px;   
    font-family: 'Open Sans', sans-serif;
 	background: url('/projekt/csapadek2/pix/blue3.jpg');
    background-size:cover;
} 

.clear:before, .clear:after {content: "\0020";display: block;height: 0;overflow: hidden;}
.clear:after {clear: both;}


#site {
    width:950px;
    margin:50px auto;     		 
    border: 20px solid #fff;  
    border-radius: 10px;
}

#header {
    width:100%;
    height:234px;
}

#slider {}

#main {
    width:100%;    
    background-color:#fff;
    position: relative;
}

.vak {position: absolute;right:20px;top:20px;}

#left {
    width:240px;
    float:left;
}

#content {
    float:right;    
    width:700px;
    color:#535353;
    padding:20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    min-height:200px; 
    line-height: 18px;
    font-size: 14px;    
}

#menu {
    width:100%;
    list-style-type: none;
    margin-top:20px;
}

#menu li {    
    vertical-align: middle;       
    background-color:#153A54;
    border:1px solid #ffffff;
    padding-bottom:15px;
	border-collapse:collapse;    
}

#menu li:hover {
	background-color:#234B68;		
}

#menu li:hover a {
	color:#fff;
}


#menu li a {
    color: white;
    display: block;
    padding:5px 10px;
    font-size: 16px;
    margin-top: 13px;    
    text-decoration: none;
    font-weight: 600;
}

#menu li a p {margin:0;padding:0;}

.title {
    color: #153A54;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-decoration: none;
}

.title p, 
.lead p {margin:0;padding:0;}

.row {
    border-bottom:2px dashed white;
    padding-bottom:10px; 
    margin-bottom:10px;
}

.ftitle {
    color: #153A54;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align:center;  
}


.thumbs div {
    display: inline-block;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    width: 150px;
}


#footer {
    width:950px;
    height:100px;
    margin:20px auto;    
}

#content .text table {	
	border-collapse:collapse;
}

#content .text table, #content .text th, #content .text td
{
	border: 1px solid #D1DBE4;
}

#content .text td, #content .text th {
	padding:5px;
}


.detail {color:#153A54;display:block;text-align: right;font-weight:600;}