/* 
Document   : index
Created on : 13.04.2009
Author     : Stanislav Richter
*/

*{
    margin: 0; 
    padding:0;
}

body, a, div, span, p, img, table, tr, td, ul, li, th, form, fieldset, legend{
    border: 0;
}

body {
    padding: 0; 
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 0.95em;
    text-align: center;
    line-height: 1.6;
    background: #000000 url("images/bg3.png") 0 0% repeat;
}

a{
    color: #000010;
}

h1{
		font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
		font-size: 1.4em;
}

h2{
		font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
		font-size: 1.2em;
}


fieldset{
    border: #A0A0A0 1px solid;
    margin: 0.6em;
}

ul{
		margin-left: 20px;
}
ul li{
		margin-bottom: 15px;
}


hr.invisible {
    clear: both;
    height: 0px;
    border: none;
    margin: -1em 0 0 0;
    visibility: hidden;
}

.displaynone{
    display:none;
}
.red{
    color: #FF0000;
}
.underline{
    text-decoration: underline;
}
.inv {
    position: absolute;
    top: -500px;
    left: 0;
    overflow:hidden;
    width: 1px;
    height: 1px;
}

.viditelne{
    display: block;
}
.neviditelne{
    display: none;
}

#page{
    width: 100%;
    text-align: center;
    min-height: 500px;
    margin: 0 auto 0 auto;
}

#page2{
    position: relative;
    width: 990px;
    min-height: 500px;
    margin: 1.8em auto 1.8em auto;
    text-align: left;
    background: #FFFFFF;
}

#header{
    position: relative;
    width: 100%;
    height: 140%;
    margin: 0 auto 0.6em auto;
    text-align: left;
    background: #FFFFFF;
        
}
#header #logo{
    float: left;
    width: 100%;
    height: 340px;
    text-align: left;
    background: transparent url("images/logo.jpg") 0 0 repeat;
}

#header #logo #zajezdy{
    float: right;
    position: relative;
    right: 25px;
    top: 25px;
    width: 280px;
    height: 120px;
    text-align: left;
}

#header #menu{
		width: 980px;
		border-bottom: #d0ebfb 1px dashed;
    margin: 0.4em auto 0 auto;
    text-align: center;
}
#header #menu ul{
		margin: 5px; 
		padding: 0;
		display: inline; 
}
#header #menu ul li{
		display: inline; 
		list-style-type: none;
}
#header #menu ul li a{
    float: left;
    width: 188px;
    min-width: 7em;
    height: 2em;
    margin-left: 0.4em;
    margin-bottom: 0.4em;
    padding-top: 0.8em;
    text-align: center;
    background: #d0ebfb;
    border-bottom: #d0ebfb 2px solid;
}

#header #menu ul li a:hover{
    border-bottom: #88e3fb 2px solid;
}

#header #menu ul li a.selected{
    background: #9cbed2;
    border-bottom: #5393b9 2px solid;
    color: #000000;
    font-weight: bold;
}

#content{
    margin: 1em;
    min-height: 350px;
}

#footer{
    font-size: 0.90em;
    width: 100%;
    height: 2.75em;
    background: #FEFEFE;
    margin: 0 auto 0 auto; 
    color: #C0C0C0;
    clear: both;
}

.table_list {
		border: #D0D0D0 1px solid;
		margin: 0 auto 0 auto;
		text-align: center;
}
.table_list tr td,th{
		border: #F0F0F0 1px solid;
		padding: 0.13em;
}
.table_list tr td:hover{
		background: #E0E0E0;
}
.table_list tr td.co{
		width: 25em;
		text-align: left;
}


label{
    width: 11em;
    float: left;
    text-align: left;
    margin-right: 1em;
    
}

#anketa{
		padding: 0.5em;
}

#anketa fieldset{
		margin: 0.1em;
		padding: 0.5em;
		border: #E0E0E0 1px solid;
}

#anketa fieldset legend{
		margin-left: 1em;
		padding: 0.2em;
		font-weight: bold;
}
#anketa input{
		margin: 0.2em;
		padding: 0.2em;
		border: #505050 1px solid;
}

#anketa #nickError, #favouriteError, #msgError{
		margin-left: 2em;
		font-size: 90%;
}

#anketa select{
		width: 20em;
		margin: 0.15em;
		padding: 0.2em;
		border: #505050 1px solid;
}

p {
    margin: 0.7em;
}

p img {
    margin: 0.8em;
    border: #808080 3px solid;
}

p img.left {
    float: left;
}

p img.right {
    float: right;
}

p img:hover {
    border: #C0C0C0 3px solid;
}

.img_center{
    display:block;
    margin:auto;
    border: #DFDFDF 3px solid;
}

.author{
    text-align: center;
}

.offset {
    margin: 0.1em 0 0.5em 1em;
}

.image_right{
		float: right;
		margin: 15px;
		text-align: center;
		font-size: 80%;
}
