body
{
	font-family: 'Alegreya', serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 17px;
	line-height:24px;

}
#header
{
	height: 250px;
	background-color: #dfdfdf;
	background-image: url("../assets/logo.png");
	background-repeat: no-repeat;
	background-position:center 40px;
}

#nav
{
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 69px;
	
}

#nav a
{
	
	padding: 5px 0 5px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 146px;
	display:inline-block;
	margin: 8px 3px 6px 3px;
	transition: background-color 200ms;
}
#nav a:hover
{
	
	background-color: #dfdfdf!important;
	
}

#main
{
	margin: 0 auto;
	width: 990px;
}

#left
{
	margin-right: 29px;
	width: 565px;
	display: inline-block;
	vertical-align: top;
}
#right
{
	width: 388px;
	display: inline-block;
	vertical-align: top;
}


h1
{
	margin: 0 0 29px 0;
	padding: 0 0 0 0;
	font-size: 17px;
	font-weight: bold;
}

h2
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}

ul
{
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	list-style-type: none;
	
	
}
li:before
{
	font-weight: bold;
	content: "> ";
	margin-left: -13px;
}


a
{
	font-style: italic;
	text-decoration: none;
	transition: color 200ms;
}
a:hover
{
	text-decoration: none;
}

#left a:hover
{
	color: #fa8c53;
}

#right a:hover
{
	color: #7c9ef9;
}

#left h1,#left h2,#left a
{
	color: #FF6713;
}
#right h1,#right h2,#right a
{
	color: #2561cf;
}

#left .article
{
	background-color: #fffcdd;
}

#right .article
{
	background-color: #edf6fd;
}

.article
{
	padding: 30px;
	margin-bottom: 29px;
}


#footer
{
	margin-top: 35px;
	width: 100%;
	height: 35px;
	background-color: #dfdfdf;
}




#administrace
{
	width:1000px;
	margin: 0 auto;
	text-align: center;
}

#administrace a
{
	background-color: #A8C71C;
	padding: 5px 0 5px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	display:inline-block;
	margin: 8px 3px 6px 3px;
	transition: background-color 200ms;	
	cursor: pointer;
}
#administrace a:hover
{
	background-color: #dfdfdf;
}



.popup
{
width:500px;
height: 150px;
position: 	absolute;
top: 35%;
left: 50%;
margin-top: -50px;
margin-left: -250px;
border: 2px solid #A8C71C;
background-color: white;
}
.popup input{
width: 100px;
height: 30px;

}
.popup #output, .popup #outputPdf
{
	text-align: center
}

.overlay
{
position: fixed;
width: 100%;
height:100%;
background-color: rgba(0,0,0,0.5);
z-index: 10;
}

input[type="file"]
{
	margin: 10px 10px 10px 10px;
	width: 365px;
}






