/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	margin: 0px;
    font-size: 16px;
	line-height: 30px;
	background-color: rgb(48, 48, 48);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 30px 0px 30px 0px;
    background: #ccc;
    color: #000;
	font-size:18px;
	line-height: 25px;
    padding: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{
	text-decoration:none;
	color: #ea8812;
	cursor:pointer;
}

a:hover{
	text-decoration:none;
	color: #e6730f;
}

#content a{
	text-decoration:none;
	color: #276196;
	cursor:pointer;
}

p{
	color: #5a5853;	
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px
}

#container{
	margin: 0 auto;
	width: 1200px;
	background-color: #eeece7;
}

.main{
	margin: 0 auto;
	width: 940px	
}

#header{
	width: 1200px;
	height: 170px;
	border-bottom: 10px solid #ea8812;
	background-color: #363636;	
	background-image:url(../img/back_patern.jpg);
}

.back_header{
	height: 155px;
	padding-top: 15px;
	background-image:url(../img/back_header.png);
	background-repeat:no-repeat;
	background-position: -30px 0px;	
}

#logo{
	height: 114px;
	width: 281px;
	float:left;
	background-image:url(../img/logo_ave.png);
	background-repeat:no-repeat;
	margin-bottom: 11px;	
}

#submenu{
	float:right;
	color: 	#a7a29c;
}

#submenu ul{
	margin: 0px;
	padding:0px;
}

#submenu ul li{
	float:left;
	list-style:none;
	font-size:12px;
	font-family:Arial;
}

#submenu ul li a{
	color: #a7a29c;
}

#submenu ul li a:hover{
	text-decoration: underline;
}

#menu{
	height:33px;
	width: 600px;
	float:left;

}

#menu ul{
	margin: 0px;
	padding: 0px;
	height:40px;
}

#menu ul a li{
	list-style: none;
	float:left;	
	margin-right: 30px;
	font-family: Arial;
	font-weight:bold;
	font-size:24px;
	
}

#menu ul li:hover{
	border-bottom: 10px solid #2f76a6;	
}

#menu ul a {
	color: #d7d7d7;
	cursor:pointer;
}

#menu ul a:hover li{
	color: #ea8812;
}

.aktivni li {
	border-bottom: 10px solid #2f76a6;
	color: #ea8812;
}


#tel{
	float:right;
	font-family: Arial;
	font-size: 36px;
	font-weight:bold;
	color:	#2f76a6;
	clear:both;
	margin-top: -13px;
}

#content{
	width: 1200px;
	border-top: 1px solid #FFF;
	border-bottom: 10px solid #ea8812;
	background-color: #eeece7;
	padding:20px 0px 20px 0px;
}

.welcome{
	font-size:18px;
	line-height:24px;
	font-style:italic;
	font-family: Verdana;
	color: #878078;
	width: 640px;
	margin-top: 5px;
}

.nalevo{ float:left;}

.napravo{float:right;}

.divider{
	width: 940px;
	height:1px;
	background-color: #ea8812;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}

.box{
	padding:20px 10px 10px 10px;
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	background-color: #f5f4f0;
}

.box p{
	clear:both;	
	width: 140px;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	line-height:18px;
	margin-top: -40px;
}

#footer{
	width: 1200px;
	border-top: 1px solid #FFF;
	background-color: #363636;	
	background-image:url(../img/back_patern.jpg);	
	padding-bottom: 50px;	
}

#footer p{
	font-family: Verdana;
	font-size:12px;
	line-height:20px;
	color: #959595;	
}

#stranky{
	width: 285px;	
	margin-right: 30px;
}

#f_menu{
	margin-bottom: 45px;	
}

#f_menu ul{
	padding-left: 0px;	
	margin: 5px 0px 0px 0px;
}

#f_menu ul a li{
	list-style:none;
	font-family: Verdana;
	font-size:12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	cursor:pointer;
}

#nabidka_kurzu{
	width: 285px;	
	height: 329px;
	margin-right: 45px;
}

#adresa{
	width: 285px;	
}

#footer_dv{
	width: 1200px;
	height: 50px;
	border-top: 1px solid #FFF;
	background-color: #2f76a6;		
}

h1{
	color: #ea8812;
	font-family: Arial;
	font-size: 30px;
	font-weight:bold;
	line-height: 40px;
	text-shadow: 1px 1px 0px #FFF;
}

h2{
	font-family: Arial;
	line-height:18px;
	font-size: 18px;
	font-weight:bold;	
}

h3{
	color: #ea8812;
	font-family: Arial;
	font-size: 24px;
	font-weight:bold;
	line-height: 30px;
	text-shadow: 1px 1px 0px #FFF;
	margin: 0px;
}

h4{
	color: #d7d7d7;
	font-family: Arial;
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 0px;
}

.td_space{
	padding-right:30px;
}

.table_kraje tr td {
	width: 185px;	
}

.table_kraje {
	margin-top: -10px;	
}


#footer_dv p {
	padding-top: 7px;
	font-family: Arial;
	font-size:12px;
	color: #eeece7;	
}

.facebook{
	padding-top:10px;	
}

.table{
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table td{
	border-left: 1px solid #dddddd;
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;	
}

.cenik td {
	padding: 0px 10px 0px 10px;
	color: #5a5853;	
	font-family: Verdana;
	font-size: 14px;
	line-height: 30px;
	font-weight:normal;
	border-collapse:separate;
}

.cenik th{
	border:none;
	background-color:#91C9E8;
	padding: 0px 10px 0px 10px;
	color: #5a5853;	
	font-family: Verdana;
	font-size: 14px;
	line-height: 30px;
	font-weight:normal;
	border-collapse:separate;	
}

.cenik th[scope='col']{
	width: 361px;	
}

.cenik th[scope='row']{
	text-align:center;
	width: 120px;	
	line-height: 20px;
}


.cenik tbody td{
	border: 1px solid #B4DCED;
	width: 179px;
	background-color: #FFF;	
}

.cenik tbody td[scope='colname']{
		background-color: #E8F8FF;	
}

.cenik th:empty, .cenik td:empty {
    background:transparent;
    border:none;
}

.topl{
	border-top-left-radius:6px;
	-webkit-border-top-left-radius:6px;
    -moz-border-radius:6px 0px 0px 0px;
}

.topr{
    border-top-right-radius:6px;	
	-moz-border-radius:0px 6px 0px 0px;	
	-webkit-border-top-right-radius:6px;
}

.bottoml{
    border-bottom-left-radius:6px;	
	-moz-border-radius:0px 0px 0px 6px;	
	-webkit-border-bottom-left-radius:6px;	
}

.bottomr{
    border-bottom-right-radius:6px;	
	-moz-border-radius:0px 0px 6px 0px;	
	-webkit-border-bottom-right-radius:6px;	
}

.loading{
	display:none;
	width: 122px;
	height: 20px;
	background-image:url(../img/loading.gif);
	position:absolute;
	top: 144px;
	margin-left: 5px;	
}

.form label{
	font-family: Arial;
	font-size: 12px;
	line-height:20px;
	color: #5a5853;
}

.form input{
	width: 250px;	
	font-size:18px;
	padding: 5px;
	border: 1px solid #ea8812;
	margin-right: 30px;
}

.form textarea{
	height: 149px;
	width: 630px;	
	font-size:18px;
	padding: 5px;
	border: 1px solid #ea8812;
}

.btn{
	margin-top: 20px;
	border: none;
	display:block;
	height:35px;
	width: 203px;
	text-align:center;
	font-family: Verdana;
	line-height: 20px;
	font-size:18px;
	color: #f2f4f5;
	height: 34px;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
}

.welcome.nalevo strong {
color: #EE0000;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}