@import 'reset.css';
@import 'misc.css';

body {
	background: url('../images/bg/bg1.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Source Sans Pro','Arial', sans-serif;
	font-weight: 300;
	line-height: 140%;	
}

#overlay {
	position: fixed;
	top: 0; 
	left: 0; 
	height: 100%;
	width: 100%;
	background: transparent url('../images/dots.png');
	z-index: -2;
	opacity: 0.2;
	filter: alpha(opacity=75); /* <IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /*IE8*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10); /*IE8*/
}

.obal {
	max-width: 980px;
	margin: 10px auto;
}

.hlavicka {
	height: 400px;
	padding: 0;
	margin: 0;
	background: #FFF;
	opacity: 0.90;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hlavicka img {
	float: center;
	padding: 0;
	margin: 0;
}

.obsah {
	background: #fff;
	opacity: 0.90;
	min-height: 600px;
	overflow: auto;
}

section {
	float: right;
	margin: 2.0%;
	width: 71%;
}

section h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	text-transform:uppercase;
	padding: 10px 0 30px 0;
	color: #A16549;
}

section h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.6em;
	text-transform:uppercase;
	padding: 10px 0 30px 0;
	color: #A16549;
}

section h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	text-transform:uppercase;
	padding: 10px 0 30px 0;
	color: #A16549;
}

section p {
	text-align: justify;
	padding: 0 0 15px 0;
}

section p.instruktori {
	text-align: right;
	padding: 0;
	margin: 0;
}

section b {
	font-weight:bold;
}

section a {
	border-bottom: 2px dotted #A16549;
	font-weight:bold;
	color: #A16549;
}

section ol {
    list-style-type: none;
    /*list-style-type: decimal; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

section ol > li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #FFDB73;
	text-align: justify;
}

section ol > li:before {
    position: absolute;
    top: 0;
    left: -1.1em;
    width: 0.8em; 
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

section ul {
    list-style-type: none;
    /*list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    /*counter-reset: li-counter;*/
}

section ul > li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 1em;
    border-left: 2px solid #FFDB73;
	text-align: justify;
}

section ul > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em; 
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
	content: ' ';
}

section .gal {
	padding: 4px;
	border-radius: 3px;
	border: solid 1px #CCC;
	-moz-box-shadow: 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 0px #999;
    box-shadow: 2px 2px 0px #999;
}

section .no_underline {
	border-bottom: 0px;
}

section .justify {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

aside {
	float: left;
	margin: 0.0%;
	width: 25%;		
}

aside p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	text-transform:uppercase;
	height: 45px;
	border-bottom: 1px dashed #716E6E;
}

aside p:nth-child(1) {
	border-left: 8px solid #67D200;
}

aside p:nth-child(2) {
	border-left: 8px solid #FF1E72;
}

aside p:nth-child(3) {
	border-left: 8px solid #278DFF;
}

aside p:nth-child(4) {
	border-left: 8px solid #FE8E00;
}

aside p:nth-child(5) {
	border-left: 8px solid #F3FE0F;
}

aside p:nth-child(6) {
	border-left: 8px solid #F341FF;
}

aside p:nth-child(7) {
	border-left: 8px solid #67D200;
}

aside p:nth-child(8) {
	border-left: 8px solid #FF1E72;
}

aside p:nth-child(9) {
	border-left: 8px solid #278DFF;
}

aside p:nth-child(10) {
	border-left: 8px solid #FE8E00;
}

aside p:nth-child(11) {
	border-left: 8px solid #F3FE0F;
}

aside p:nth-child(12) {
	border-left: 8px solid #F341FF;
}

aside a {
	color: #716E6E;
	float: right;
	padding: 13px 10px 0px 0px;
}

aside a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.pata {
	padding: 20px;
	background: #FFDB73;
	color: #FFFFB2;
	text-align: center;
	font-size: 0.9em;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pata a {
	text-decoration: none;
	color: #fff;
}

.pata a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}

input[type="radio"]    { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }

input[type="text"], input[type="password"], textarea, select { 
	padding: 6px 7px; width: 250px; border: 1px solid transparent; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
	box-shadow: 0 0 2px #333; -moz-box-shadow: 0 0 2px #333; -webkit-box-shadow: 0 0 2px #333;
}

select { width: auto; padding: 2px; }
input[type="submit"] { padding: 2px 3px; margin-top: 5px; position: relative; right: 2px; }

form { font-size: 0.8 em; text-shadow: 0px 0px 2px #fff; padding: 8px 7px; }
label { color: #000; display: block; margin-bottom: 2px; }

form p { vertical-align: middle; margin-bottom: 5px; }

.cerveny {color: red; text-transform:uppercase;}
