body {
	font-family: Arial;
	font-size: 80%;
	color: white;
	padding: 0px;
	margin: 0px;
	background-color: #131719;
	background-image: url("../img/body.gif");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
}

h1, h2, h3, h4, form {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	font-size: 110%;
}

p {
    margin: 3px 0px;
    line-height: 140%;
}

img {
	border: 0px;	
}

a {
    color: white;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
    color: #777777;
}


/* barvy */
.red {
	color: #d0000f;
}

.light {
	color: white;	
}

.grey {
	color: #888888;
}

.greybckg {
	background-color: #222222;	
}

.indent {
	padding: 4px 5px;	
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.bold {
	font-weight: bold;
}

.separator {
	float: none;
	clear: both;
}

.separator-line {
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	padding-top: 3px;
	background-color: #ebebeb;
	background-image: url("../img/separator-small.gif");
	background-repeat: repeat-x;
}

.separator-big {
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	padding-top: 7px;
	background-color: #ebebeb;
	background-image: url("../img/separator.gif");
	background-repeat: repeat-x;
}

.center {
	text-align: center;
}

.hovlogo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.gradient {
	background-image: url(../img/gradient.gif);
	background-repeat: repeat-x;	
}

.search .input {
	border: 1px solid #818181;
	background-color: #131719;
	color: white;
	width: 5em;
}

.search .submit {
	color: black;
}	

.pager {
	background-color: #252323;
}

.item {
	padding-left: 10px;
	line-height: 2.2em;
	border-bottom: 1px solid #282727;
}

.download {
	margin-top: 5px;
	padding: 3px 3px 3px 3px;
	background-color: white;
}

.gallery {
	background-color: white;
	padding: 2px;
	margin: 5px 0px;
}

.thumb {
	border: 1px solid #777777;
	padding: 2px;	
}

.options {
	line-height: 2.5em;
	background-color: #212121;
	font-weight: bold;
}

.footer {
	line-height: 2.5em;
	background-color: #2a2a2a;
}