/*  Kadlecova.com - StyleSheet
    --------------------------------------------------------------
	Style name:		default
	Copyright 2009 Be-in ( http://www.be-in.cz/ )
    --------------------------------------------------------------
*/

/* General Markup Styles
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {

	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	margin-top: 25px;
	font-weight: normal;
	font-size: 19px;
        border-bottom: 1px solid #d2ff00;
}
.h1line{
        border-bottom: 1px solid #777604;
        width:100%;
}
.h1table{
        border:0px;
        width:665px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
	margin-top: 35px;
	font-weight: normal;
	font-size: 12px;
}
h2.link {
	color: #ffffff;
}
h2.link:hover {
	color: #b0B0B0;
	text-decoration:underline;
	cursor:pointer;
}
h2.h2form {
	color: #777604;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
        padding-left:15px;
        padding-bottom:15px;
}
h2.cenik {
	color: #777604;
	font-weight: bold;
	font-size: 12px;
        margin-top:0px;
        padding-bottom:15px;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	margin-top: 13px;
	font-weight: bold;
	font-size: 11px;
}
h3.right {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	font-weight: normal;
	font-size: 11px;
        padding: 10px 0px 5px 0px;
        margin: 0px;
}
h3.cenik{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
        border-bottom: 0px solid #242424;
        padding: 5px 0px 11px 0px;
        margin: 0px 0px 0px 0px;
}
h3.cena{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	font-weight: bold;
	font-size: 12px;
        border-top: 0px solid #242424;
        padding: 15px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        text-align: right;
}
h3.ceniksmall{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
h3.cenasmall{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	font-weight: bold;
	font-size: 12px;
        padding: 0px 5px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
}

p {
	font-size: 12px;
	font-weight: 300;
        margin-bottom: 11px;
        color:#FFFFFF;
        font-family: Arial, Helvetica, Verdana, sans-serif;
}

img {
	border-width: 0;
}
img.foto {
	margin:10px;
}

img.imgbtn {
	cursor:pointer;
}

.divfoto{
	padding:4px 10px 4px 10px;
        float: left;
}
.divfoto img{
	border: 1px solid #ffffff;
        padding:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}
.divfoto img:hover{
	border: 1px solid #d2ff00;
        cursor:pointer;
}
#fotoprev{
        background-color:#000000;
        position:fixed;
        text-align:center;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.fotoprev_hide{
        display: none;
}
.fotoprev_show{
        display: run-in;
}
#fotodetail{
        background:#000000;
        position:fixed;
        top:50%;
        margin-top:-168px;
        left:50%;
        margin-left:-229px;
        padding: 10px 10px 10px 10px;
        text-align:center;
        height: 336px;
        width: 458px;
        border: 0px solid #111111;
}
.fotodetail_hide{
        display: none;
}
.fotodetail_show{
        display: run-in;
}
.fotoborder{
        background:#000000;
        padding: 10px 10px 10px 10px;
        text-align:center;
        height: 296px;
        width: 438px;
        border: 1px solid #ffffff;
}
#fotodetail img{
        border:3px solid #ffffff;
        max-height: 290px;
        max-width: 432px;
        cursor:pointer;
}
#fotodetail p{
        padding: 10px 0px 0px 0px;
        text-align:center;
}


li{
        font-size: 12px;
        list-style-position: outside;
        list-style-type: square;
}
ul{
        padding-left:15px;
}
span.link {
	color: #ffffff;
}
span.link:hover {
	color: #b0B0B0;
	text-decoration:underline;
	cursor:pointer;
}
td{
        font-size: 12px;
	font-weight: 300;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #b0B0B0;
        text-align:left;
}
td.nopadding{
	padding:0px 0px 0px 0px;
}
a{
        color: #d2ff00;
}
/*-------------------------------- Page ---------------------------------*/
#page-middle{
    margin: 0 auto;
    width: 956px;
}
#header{
    height: 152px;
}
#headernav{
    clear:left;
}
.navbar{
    float:left;
    height: 55px;
}
.navbar_btn{
    float:left;
    height: 55px;
    cursor: pointer;
}
#content{
    clear: left;
    border: 0px solid green;
}
#content_left{
	float:left;
	width: 665px;
	padding: 5px 5px 15px 20px;
	border: 0px solid red;
        text-align:left;
}
#content_left H2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #d2ff00;
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
}
#content_right{
	float:right;
	width:257px;
	border: 0px solid white;
}
#content_right_obal1{
	width:257px;
	height: 68px;
	background: url(/css/img/vitejte.jpg) 0 0 no-repeat;
}
#content_right_obal2{
	background: url(/css/img/vitejte_text.jpg) 0 0 no-repeat;
	padding: 0px 20px 0px 30px;
}
#content_right_obal3{
	width:257px;
	height: 14px;
	background: url(/css/img/vice_left.jpg) 0 0 no-repeat;
}
#content_right_obal4{
	width:257px;
	height: 255px;
	background: url(/css/img/kontakt.jpg) 0 0 no-repeat;
	padding: 0px 20px 0px 28px;
}
#content_right_obal4w{
	padding: 40px 0px 0px 0px;
}
#content_right_obal5{
	width:257px;
	height: 15px;
	background: url(/css/img/vice_left1.jpg) 0 0 no-repeat;
}
#content_right_obal6{
	width:257px;
	height: 59px;
	background: url(/css/img/vitejte_bottom.jpg) 0 0 no-repeat;
}
#footer{
    clear:both;
    width: 956px;
}
#footer_middle{
    background: url(/css/img/footer_bg.jpg) 0 0 repeat-x;
    height: 22px;
}
.frmContact{
        background-color: #111111;
        width:635px;
}
td.cenik{
        background-color: #111111;
        padding: 10px 10px 10px 10px;
        text-align:left;
}
td.ceniksmall{
        background-color: #111111;
        padding: 10px 10px 10px 10px;
        border-bottom: 0px solid #242424;
}
/* datepicker */
#div_datepicker{
        padding: 5px 5px 5px 5px;
        background-color: #242424;
	position:absolute;
}
.dpick-table {
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #242424;
        border: 0px solid #FFFFFF;
}
.dpick-table td{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #242424;
        border: 0px solid #FFFFFF;
}
.dpick-table td:hover{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #111111;
        border: 0px solid #FFFFFF;
        color:#d2ff00;
}
.dpick-table th {
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #242424;
        border-bottom: 1px solid #3e3e3e;
        color:#3e3e3e;
}

.bnext, .back{
        font-size: 11px;
	font-family: Verdana, Arial;
	color: #d2ff00;
        text-decoration: none;
        background-color: #242424;
}
.bnext:hover, .back:hover{
        text-decoration: underline;
}
/* konec/ datepicker */
