html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-size: auto, cover;
	background-attachment: fixed;
	background-image: url(../images/pattern.png), url(../images/1.jpg);
}

h1,h2,h3{
	font-size:100%;
	font-weight:normal;
}

div,h1,h2,h3,ul { 
	margin:0;
	padding:0;
}
a,
a:visited {
    text-decoration: none;
}

/*levý panel*/
#header{
	position: absolute;
	z-index: 300;
	width: 235px;
	top: 20px;
}
/*nadpis SDH Bojkovice*/
#header h1{
   font-family: Agency FB;
	font-size: 55px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	background: rgb(41,53,79);
}

/*menu*/
#navigation {
	padding-top:20px;
	width: 235px;
	display:block;
	list-style:none;
	font-family: Agency FB;
}
#navigation a{
	color: rgb(204,0,0);
	display: block;
	background: rgba(255,255,255,0.5);
	line-height: 50px;
	padding: 3px 0 0 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 40px;
	width: 195px;	
}
#navigation a:hover {
	transition: width .2s ease-in-out;
	background: rgb(255,255,255);
	width: 215px;
}

/*obsahová část stránky*/
.content{
	right: 40px;
	left: 280px;
	margin-bottom:20px;
	min-width: 1000px;
	position: absolute;
}
.content h2{
   font-family: Agency FB;
	font-size: 110px;
	color: rgb(41,53,79);
	margin-top: 20px;
}

.content p{
   font-family: Arial Narrow;
	font-size: 25px;
	background: rgba(255,255,255,0.5);
	color: black;
	padding: 15px;
	margin: 3px;
	display: inline-block;
}
.content h3{
   font-family: Arial Narrow;
	font-size: 25px;
	line-height: 30px;
	background: rgba(255,255,255,0.5);
	color: rgb(204,0,0);
	padding: 15px;
	margin: 3px;
	display: inline-block;
}


/*přechod na další stránky*/
.panel{
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -300%;
	background-size: auto, cover;
	background-attachment: fixed;
	background-image: url(../images/pattern.png), url(../images/1.jpg);
   -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.panel:target{
	margin-top: 0%;
}

/*přihlašovací okno*/
#login {
    margin: 20 0 20 0px;
    padding: 10px;
    background: rgb(41,53,79);
    font-family: Agency FB;
    color: #fff;
}
#login h1 {
    font-size: 30px;
    padding: 0px 20px;
    font-family: Agency FB;
}
#login h2{
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 30px;
   margin: 10px 0 10px 0;
   color: rgb(204,0,0);
   text-align: center;
}
#login input[type=text],
#login input[type=password] {
    width: 100%;
    font-family: Agency FB;
    color: #000;
    font-size: 20px;
    padding: 3px;
}
#login input[type=text]:hover,
#login input[type=password]:hover {
    border-color: #333;
}
#login input[type=submit] {
    width: 100%;
    padding: 8px;
    background: #fff;
    border: 1px solid #4e3043;
    cursor: pointer;
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    transition: all .2s ease-in-out;
}
#login input[type=submit]:hover {
	 transition: all .2s ease-in-out;
    background: #bf0000;
    color: #fff;
}
#login label {
    display: none;
    cursor: pointer;
}
#login a{
   text-decoration: none;
	font-family: Agency FB;
	color: white;
	font-size: 20px;
}
#login a:hover{
   color: #bf0000;
}

/*zápatí*/
#footer {
    margin: 20 0 20 0px;
    padding: 10px;
    background: rgb(41,53,79);
    font-family: Arial Narrow;
    font-size:15px;
    color: #fff;
}
#footer a{
    text-decoration:none;
    color:white;
}
#footer a:hover{
   color: #bf0000;
}

/*odkazy v menu*/
#uvod:target ~ #header #navigation #link-uvod,
#historie:target ~ #header #navigation #link-historie,
#zavod:target ~ #header #navigation #link-zavod,
#galerie:target ~ #header #navigation #link-galerie{
	background: rgb(41,53,79);
	color: #fff;
	width: 215px;
}
#registrace ~ #header #navigation #link-registrace{
}

/*styly stránky Historie*/
#historie p{
	text-align: justify;
}

/*styly stránky Galerie*/
#galerie img {
	box-shadow: 2px 2px 2px rgb(0,0,0);
	padding: 5px; 
	background: rgb(255,255,255);
	margin: 15px;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#galerie img:hover {
	-moz-transform: scale(1.3); 
	-ms-transform: scale(1.3); 
	-o-transform: scale(1.3); 
	-webkit-transform: scale(1.3); 
	transform: scale(1.3);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#galerie li{
	display: inline;
}
#galerie li a{
	padding-right: 10px;
}

/*styly stránky Závod*/
#zavod input[type=submit] {
    width: 150px;
    margin-left: 20px;
    padding: 11px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 20px;
    color: rgb(204,0,0);
    border-style: none;
    transition: all .2s ease-in-out;
}
#zavod input[type=submit]:hover {
	 transition: all .2s ease-in-out;
    background: rgb(255,255,255);
}
#zavod p{
	text-align: justify;
}

/*mapa*/
iframe{
	width: 400;
	height: 300;
	border:0;
	float: left;
	margin: 3px;
	padding-bottom: 5px;
	background: rgb(41,53,79);
}

/*tabulka startovního pořadí v závodě a tabulka pro registraci nového uživatele*/
table {
   font-family: Arial Narrow;
   text-align: center;
   margin: 25px auto;
   border-collapse: collapse;
   border-style:none;
   border-bottom: 3px solid rgb(41,53,79);
   margin: 20px;
   background: white;
}
table tr:hover {
   background: #f4f4f4;
}
table tr:hover td {
   color: #444;
}
table th, table td {
   color: #444;
   border: 1px solid #eee;
   padding: 8px 20px;
   border-collapse: collapse;
}
table th {
   background: rgb(41,53,79);
   color: #fff;
   text-transform: uppercase;
   font-size: 15px;
}
table th.last {
   border-right: none;
}