body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.reset {
	clear:
	both;
}
#error {
	color:#FF0000;
	font-weight:bold;
}
#obal {
	margin:auto auto;
	max-width:1200px;
	width:96%;
	padding-left:2%;
	padding-right:2%;
}
#vrchobal {
	background-color:#003975;
	padding-top:5px;
	padding-bottom:5px;
	width:96%;
	padding-left:2%;
	padding-right:2%;
}
#domov {
	margin:auto auto;
	width:100%;
	max-width:1200px;
	font-size:25px;
}
#domov a {
	color:#fff;
}
#delimiter {
	margin:auto auto;
	height:1px;
	background-color:#999999;
	margin-bottom:35px;
}
#delimiter2 {
	height:40px;
}
#vrch {
	margin-top:25px;
	margin-bottom:35px;
}
#vrch h1 {
	float:left;
	margin:0;
	padding:0;
	margin-top:12px;
	font-size:25px;
	width:70%;
	color:#0095da;
}
#vrch #icons {
	float:right;
	width:30%;
}
#vrch #icons img {
	height:50px;
}
.ciselnik {
	height:25px;
	width:25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height:25px;
	text-align:center;
	background-color:#CCCCCC;
	float:left;
}
.ciselnik2 {
	float:left;
	margin-top:5px;
	margin-left:5px;
}
#formular form {
	margin-top:40px;
}
#uploadbutton {
	margin-top:35px;
	border:0;
	background-color:#0095da;
	color:#fff;
	padding: 8px 15px;
	margin-bottom:40px;
}
#uploadbutton2 {
	margin-top:0px;
	border:0;
	background-color:#0095da;
	color:#fff;
	padding: 8px 15px;
	margin-bottom:40px;
}
#download {
	color:#003975;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:40px;
}
#download:hover {
	text-decoration:underline;
}
#remove {
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
}
#remove:hover {
	text-decoration:underline;
}
.btn-file {
  padding: 8px 15px;
  background-color: #fd8907;
  border-radius: 3px;
  color: #fff;
  margin-right: 8px;
}
.btn-file:hover, #uploadbutton:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	cursor:pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    font-size: 100px;
    text-align: right;
    outline: none;
	background-color:#33CCFF;
    background: white;
    cursor: inherit;
    display: block;
	display:none;
}
.btn-file span {
  display: block;
  color: #777;
}
@media screen and (max-width:720px) 
{

#obal, #vrchobal {
	margin:auto auto;
	width:96%;
	padding-left:2%;
	padding-right:2%;
}
#vrch h1 {
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#vrch #icons {
	float:none;
	width:100%;
	text-align:center;
}

}