body{
	margin: 0;
	padding: 0;
	font: 76% verdana,sans-serif;
	text-align: center;
	color: #333;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

.thrColAbsHdr #header {
	height: 80px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 520px;
	background-image: url(images/sidebar1.jpg);
	background-repeat: no-repeat;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 80px;
	right: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 520px;
	background: #F9F9F9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #mainContent {
	margin: 0 200px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 50px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 520px;
}

h1{
	text-align: right;
	margin: 0;
	padding: 60px 20px 10px 0;
}

h2{
	font-size: 1.7em;
	margin-top: 40px;
}

#sidebar2 h3{
	font-size: 1em;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	color: #CCC;
	font-weight: normal;
}

#sidebar2 p{
	margin: 20px 0;
	text-align: center;
}

a{
	color: Background;
}

a:hover{
	color: #D50000;
}

.ad-box {
	position: absolute;
	top: 0px;
	width: 1000px;
	z-index: 2;
}

#sidebar1 ul{
	color: White;
	margin: 0;
	padding: 0;
}

#sidebar1 li{
	display: inline;
}

.menu a{
	color: White;
	text-decoration: none;
	display: block;
	padding: 5px 20px 5px 20px;
}

.menu a:hover{
	background-color: Orange;
}

.menu .selected{
	background-color: #FA7F05;
}

.news {
	font-size: 83%;
	padding: 100px 20px 0 20px;
}

.news a{
	color: White;
	text-decoration: none;
}

.news p {
	padding: 0;
	margin: 0;
}


span.datum {
	border-right: 1px solid Gray;
	padding-right: 5px;
	color: Gray;
}

span.title {
	padding-left: 5px;
	font-weight: bold;
}

#footer{
	padding: 3px 20px 0 20px;
	font-size: 83%;
	margin: 20px 50px 10px 50px;
	border-top: 1px solid Silver;
	color: Silver;
	text-align: center;
}

#footer a{
	color: Silver;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
input, textarea, select {
font-family: "Tahoma", "Verdana", "Helvetica", sans-serif; /* typ písma */
font-size: 11px; /* veľkosť písma */
}

input, textarea {
	margin: 1px;
	width: 500px;
	}

input.green, input.red{
	color: white;
	text-align: center;
	cursor: pointer;
	width: auto;
	}

input.red {
	background-color: #b22222;
	}

input.green {
	background-color: Green;
	}

.listpict {
	float: left;
	position: relative;
	margin: 1px;
	background-color: ButtonFace;
	margin-bottom: 5px;
	padding: 5px;
	}

.frontform{
	width: 100px;
	text-align: right;
	}
	
.error{
	margin: 20px;
	color: Red;
	}

.listpict img, #pictures img {
	border: none;
}
	
form {
	margin: 0;
	}
	
.downfile img{
	border: none;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
	
#vybertyp ul{
	padding: 0;
	margin: 0;
}
	
#vybertyp li{
	padding: 0px;
	margin: 0;
	list-style: none;
	display: inline;
	text-indent: 0;
}
	
.vyber{
	color: #FA7F05;
}
	
.downfile table{
	margin-top: 20px;
}
	
.downfile td{
	background-color: #F4F4F4;
	font-size: 0.85em;
}
	
.downfile th{
	font-size: 0.86em;
}
