@charset "windows-1250";

/*------------------------------------------------------OBECNÉ STYLY-------------------------------------------------------*/
body
{
	font-family: "Calibri", "Arial";
	background: no-repeat fixed url("design/pozadi.jpg");
	background-size: cover;
}

#stranka
{
	background-color: rgba(255, 255, 255, 0.5);
	margin: 40px auto;
	width: 864px;
	padding: 18px;
	border-radius: 20px;
	box-shadow: 1px 1px 20px #414141;
}

header
{
	background: no-repeat 785px center url("design/sobik.png"), repeat-x url("design/zahlavi-prechod.png");
	border-radius: 15px;
	height: 100px;
	padding: 20px 0 0 30px;
}

header > h1
{
	margin: 0;
	color: white;
	text-shadow: 2px 2px 5px black;
}

header > h2
{
	margin: 10px 0 0;
	color: white;
	text-shadow: 1px 1px 5px black;
}

nav
{
	background: repeat-x url("design/navigace-prechod.png");
	height: 35px;
	border-radius: 12px;
	margin-top: 8px;
	overflow: hidden;
}

nav > a
{
	text-decoration: none !important;
	height: 35px;
	font-weight: bolder;
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
}

nav > a:hover
{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

#aktivniOdkaz
{
	background-color: white;
	color: black;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

footer
{
	background: no-repeat left bottom content-box url("design/valid-html5.png"), no-repeat right bottom content-box url("design/valid-css.png"), rgba(58, 58, 58, 0.7);
	color: white;
	font-size: larger;
	text-align: center;
	margin-top: 50px;
	padding: 25px 8px 8px;
	height: 47px;
	border-radius: 15px;
}

footer > a, footer > abbr
{
	color: white;
}

footer > a:hover
{
	color: black;
}

section
{
	background-color: white;
	width: 588px;
	padding: 15px;
	margin-top: 15px;
	border: thin solid #B9B9B9;
	border-radius: 15px;
}

section:only-of-type
{
	min-height: 368px;
}

section > h3
{
	margin: 0 0 10px;
	color: #A40606;
	font-size: x-large;
	font-weight: normal;
}

aside
{
	background-color: rgba(255, 255, 255, 0.1);
	width: 206px;
	padding: 10px;
	min-height: 380px;
	border-radius: 15px;
	float: right;
	margin-top: 15px;
}

aside > h4
{
	margin: 0;
	font-size: larger;
	text-transform: uppercase;
	text-align: center;
	color: #5B5B5B;
}

aside > ul
{
	margin: 5px 0 40px;
	list-style-type: none;
}

aside li
{
	margin-left: -35px;
	border-bottom: thin dashed gray;
	font-size: 110%;
	line-height: 1.4;
}

aside a
{
	text-decoration: none;
}

caption
{
	font-weight: bold;
	font-size: large;
	background-color: #A40000;
	color: white;
	border-radius: 10px 10px 0 0;
}

.vycentrovat
{
	text-align: center;
}

strong
{
	font-size: large;
	display: block;
}

a
{
	color: #8C0000;
	transition: color 0.75s;
	-moz-transition: color 0.75s;
	-webkit-transition: color 0.75s;
	-o-transition: color 0.75s;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

h3.hlaska
{
	margin: 30px auto;
	text-align: center;
	color: red;
	background-color: lightyellow;
	width: 898px;
	border: thin solid red;
	border-radius: 15px;
	box-shadow: 1px 1px 8px 5px red;
}

abbr
{
	cursor: help;
	font-size: small;
	font-style: italic;
	color: blue;
	vertical-align: top;
}

ins
{
	text-decoration: none;
	font-style: italic;
}

.cervene
{
	color: red;
}

dt
{
	font-weight: bold;
}

.podtrzeny
{
	text-decoration: underline;
}

.tucny
{
	font-weight: bold;
}

/*-------------------------------------------------------FORMULÁŘE---------------------------------------------------------*/
input[type="submit"]:enabled, input[type="button"]:enabled
{
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea
{
	border: thin solid black;
	border-radius: 4px;
	resize: none;
}

input[type="text"]:enabled:hover, input[type="password"]:enabled:hover, textarea:hover
{
	border-color: red;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	outline: medium solid orange;
}

label
{
	color: #A40000;
	text-shadow: 1px 1px 1px #A40000;
	letter-spacing: 1px;
	vertical-align: top;
}

fieldset
{
	background-color: #F8F8F8;
	margin: 20px auto 0;
	padding: 5px;
	border: thin solid #A40000;
	border-radius: 10px;
}

fieldset input, fieldset textarea, fieldset select
{
	margin-bottom: 4px;
}

legend
{
	color: #A40000;
	font-weight: bolder;
	letter-spacing: 2px;
	text-shadow: 2px 2px 1px #FAA;
}
