/* cmsms stylesheet: Audol modified: sobota 29. prosince 2018 10:51:39 */
body {
	background: no-repeat center center fixed #e1dcdc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.columnWidth {
	min-width: 600px;
}

.containerWidth {
	max-width: 1400px;
}



#main {
	background: #ffffff;
	border-radius: 10px;
	padding-top: 1rem;
}

#footer {
	color: #a1a1a1;
	font-size: 0.8rem;
}

#content table {
	border-collapse: collapse;
}

#content table.brd, 
#content table.brd th, 
#content table.brd td {
	border: 1px solid black;
}

#content table td {
	vertical-align: top;
}

#content img {
    margin: 5px;
}

#content h1 {
    font-size: 2rem;
}

#content h2 {
    font-size: 1.5rem;
    clear:both;
}

#content h3 {
    font-size: 1.2rem;
    clear:both;
}
