@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

A {
	color : #1E90FF;
}

A:hover {
	color : Highlight;
}

#all {
	border:1px dotted gray; 
	width:990px; 
	margin: 20px auto 0px auto;
	clear:both;
	position:relative;
}

#hlavicka {
	width:502px;
	height:174px;
	float:left;
	margin:0 0 0 11px;
}

#languages { width:211px; position:absolute; bottom:0; right:20px;}
#languages a { text-decoration:none; color:silver;}
#languages a:hover { text-decoration:underline; color:white;}

#pravahlavicka {
	color: white;
	font-weight:bold;
	text-align:right;
	width:225px;
	height:174px;
	background-color:#6b7b84;
	float:right;
	position:relative;
	line-height:18px;
}

#pravahlavicka input{
	border:none;
}

#pravahlavicka form{
	padding: 5px 0 5px 0; margin:5px 0 5px 0;
}

#pravahlavicka input.text {
	background:white;
	color:#6b7b84;
	width:143px;
	padding: 3px 0 3px 10px;
	height:16px;
	font-size:11px;
	margin:0;
}

#pravahlavicka input.submit {
	background: #80c342;
	color:white;
	font-weight:bold;
	width:30px;
	height:22px;
	font-size:11px;
	padding:0; margin:0;
	vertical-align:middle;
	//vertical-align: baseline;
}

#pravahlavicka input.submit:hover {
	background: #00CC00;
	cursor:pointer;
}

#menu {	
	width: 241px;
	padding: 0;
	margin: 0;
	color: #6b7b84;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
}

#main {
	width:502px;
	float:left;
	margin:0 11px 0 11px;
	text-align:justify;
}

#main h1 {
	text-align:left;
	font-size:1.4em;
}

#main h2 {
	text-align:left;
	font-size:1.2em;
}

#main h3 {
	text-align:left;
	font-size:1.1em;
}

#main h4 {
	text-align:left;
	font-size:0.9em;
}

#main a, #main a:visited {
	font-weight:bold;
	color: #333333;
}

#main a:hover {
	color: #999999;
}

#news .special h2 {
	color: #80c342;
	font-size:1.5em;
	padding: 10px 0 3px 0;
	margin:0;
}
#news .special h3 {
	padding:0 0 10px 0; margin:0; line-height:1em;
	font-size:1.2em;
}

#news .special a, #news .special a:visited {
	color:#FFFFFF;
}

#news .special a:hover {
	color: #CCCCCC;
}

#news hr {
	clear:both;
	color:#6B7B84;
	size:1px;
	height:1px;
}

#news h1 {
	padding:0 0 15px 0; margin:0; line-height:1em;
	font-size:1.2em;
}

#news p {
	padding:0px; margin:0px;
}

.newstext {
	padding:8px; color:#FFFFFF; background-color:#9facb4;
}

#rightmenu {
	width:190px; 
	margin:auto;
	font-size: 10px;
}

#rightmenu a, #rightmenu a:visited, #rightmenu span {
	display:block;
	width:190px; 
	padding: 0px 0 10px 0;
	text-decoration:none;
	color: #6b7b84;
	border:none;
	text-transform:uppercase;
}

#rightmenu a:hover {
	color: #333333;
}

#rightmenu img {
	border:none;
	padding-bottom:4px;
}

#flash-head {
	position:absolute;
	top:0;
	left:252px;}

#registrace {
	display:none;
	border-top:1px dotted #808080;
	margin-top:20px;
}

/* ********************************** */
/* FOTOGALERIE                        */
/* ********************************** */
#galerie-alba {
	text-align: center;
}
#galerie-alba table {
	border-collapse:collapse;
	text-align:center;
	width:100%;
}
#galerie-alba td {
	text-align:center;
	vertical-align:bottom;
	width:50%;
	padding:5px;
	padding-top:30px;
}
#galerie-alba a {
	padding-bottom:5px;
	font-size:130%;
	font-weight:bold;
}
#galerie-alba td.nahled {
	vertical-align: middle;
	padding-top:5px;
}
#galerie-alba .nahled a {
	text-align:center;
	padding-top:10px;
}
#galerie-alba .nahled img {
  	text-align:center;
	border:1px solid #000000;
}
#galerie-obrazky {
	text-align: center;
}
#galerie-obrazky table {
	border-collapse:collapse;
	width:100%;
}
#galerie-obrazky td {
	text-align:center;
	vertical-align:middle;
	padding:10px;
}
#galerie-obrazky img {
	border: 1px solid #80c342;
}

/*** FORMULAR ***/
.formular {
    
}
.formular tr {

}
.formular tr td {
    vertical-align:top;
    font-size:8pt;
}
.formular input[type="text"] {
    width:300px;
    font-size:8pt;
}
.formular input[type="checkbox"] {

}
.formular input[type="file"] {

}
.formular input[type="submit"] {
    border:1px solid gray;
    color:gray;
    background:#ffffff;
    cursor:pointer;
    padding:2px 8px 2px 8px;
}
.formular input[type="submit"]:hover {
    background:#eeeeee;
}
.formular select {
    width:300px;
}
.formular textarea {
    width:300px;
    font-family: "arial", "verdana", "tahoma", sans-serif;
    font-size:8pt;
}
.formular tr td .options {

}
.formular tr td .options tr {

}
.formular tr td .options tr td {
    vertical-align:middle;
}
.formular tr .td-submit {
    text-align:center;
}
.formular tr .poznamka {
    color:gray;
    font-size:7pt;

}
.formular tr .fieldset {
    font-weight: bold;
    font-size:10pt;
}
.formular .povinne {
    color:red;
}
.formular tr .poznamka label {
    color:red;
    display:block;
}
table {BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid;  BORDER-BOTTOM: #666666 1px solid}

.download2 .document {
    display:block;
    width:100%;
    float: left;
}
.download2 .document .icon {
    width:16px;
    height:16px;
    border:none;
}
.download2 .document .preview {
    float:left;
}

.download2 .document h3 {
    border-top:1px dotted gray;
    padding-top:4px;

}

.download2 .folder-text {
    color:gray;
}
.download2 .folders-list h3 {
    padding:0;
    margin:4px 0 0 0;
    
    
}
.download2 .userbox {
    text-align:right;
}
.download2 .document .file {
    margin:0;

}
.download2 .document .updated-file {
    color:#80c343;

}
#main .download2 .document .updated-file a {
    color:#80c343;
}
#main .download2 .document .updated-file a:hover {
    color:gray;
}
#main .download2 .document .file-details {
    color:gray;

}