html, body { margin: auto; text-align: center; background-color: #FFFFFF; font-family:"Lucida Grande",Lucida Sans Unicode,"Arial,Helvetica",sans-serif;}


.menu_cont { text-align: center; background-color: #00395d; width: 100%; height: 52px;}

.tab_left { background-image: url(data/tab_tlo.gif); background-repeat: repeat-y; width: 600px; vertical-align: top; }
.tab_left_text { font-family: Tahoma; font-size: 12px; color: #005b8b; padding: 20px 20px 20px 0px; text-align: left; vertical-align: top; }

.tab_right { background-image: url(data/tab_tlo2.gif); background-repeat: repeat-y; width: 330px; vertical-align: top; }

.table td {
	font: 10px "Lucida Grande",Lucida Sans Unicode,"Arial,Helvetica",sans-serif;
	text-align: left;
	color: #446e88;;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #deeef4;
	padding: 7px;
	background: #ffffff url(data/bg_top.gif) no-repeat;
}

.table2 {
	font: 10px "Lucida Grande",Lucida Sans Unicode,"Arial,Helvetica",sans-serif;
	text-align: left;
	border-right: 1px;
	border-bottom: 1px;
	padding: 7px;
	background: #ffffff;
}

.text_red {
	font: 11px "Lucida Grande",Lucida Sans Unicode,"Arial,Helvetica",sans-serif;
	color: #ff0000;;
}
.text_yellow {
	font: 11px "Lucida Grande",Lucida Sans Unicode,"Arial,Helvetica",sans-serif;
	color: #ffff00;;
}

.pole { font-family: tahoma; font-size: 11px; color: #707070; background-color: #eefbff; border: 1px solid #d1d1d1; padding: 1px 2px 3px 2px; overflow: hidden;}
.pole_but { font-family: tahoma; font-size: 11px; color: #ffffff; background-color: #196097; border: 1px solid #d1d1d1; padding: 3px 2px 3px 2px; width: 80px;}


.kontakt_td_left { vertical-align: top; width: 300px; }
.kontakt_td_right { vertical-align: top; width: 300px; }

.bar_div { padding: 40px 0px 10px 0px; text-align: left;}

.bot_cont { width: 100%; height: 150px; background-color: #00395d; text-align: center; margin: auto;}
.bot_cont2 { width: 950px; padding: 15px 0px 0px 0px; text-align: center; margin: auto;}
.bot_left {  width: 620px; float: left; font-size: 11px; font-family: tahoma; text-align: left; color: #FFFFFF;  }
.bot_right { width: 325px; float: right; font-size: 11px; font-family: tahoma; text-align: left; color: #FFFFFF; }


.kim_warp { width: 580px; height: 220px; vertical-align: top; }
.kim_cont_l { width: 280px;  float: left; padding: 5px 0px 20px 0px; }
.kim_cont_r { width: 280px;  float: right; padding: 5px 0px 20px 0px; }
.ul { margin: 0px; padding: 0px; }
.li { list-style: none; }
.li_nag { list-style: none; font-size: 14px; font-weight: bold; color: #0072BA; padding: 5px 0px 5px 0px; }
.li_nag2 { list-style: none; font-size: 16px; font-weight: bold; color: #0072BA; padding: 5px 0px 5px 0px; }
.li_text { list-style: none; font-size: 11px; color: #434343; padding: 5px 0px 5px 0px;}

.ico { vertical-align: middle; }



.under { font-family: Georgia; font-size: 30px; height: 130px; padding: 80px; margin: 200px 0px 0px 0px; text-align: center; background-color: #ebebeb;}

#cont { margin: auto; text-align: center; background-color: #7d7709;}

img { border: 0px; }

.tab_tlo { background-image: url(data/tlo.gif); background-repeat: repeat-y; width: 920px; margin: auto; }

.table_center { font-family: Tahoma; font-size: 18px; color: #FFFFFF; padding: 0px 0px 0px 50px; }



.real_cont { font-family: tahoma; font-size: 11px; color: #330099; text-align: right; width: 950px; padding: 5px 0px 20px 0px;}
a.real { font-family: tahoma; font-size: 11px; color: #D0C400; text-align: right; text-decoration: none;}
a:hover.real { font-family: tahoma; font-size: 11px; color: #D0C400; text-align: right; text-decoration: underline;}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: url(data/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #004898;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 24px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: 100;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
   
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

table.menu{
	height:52px;
	min-height:52px;
}


table.menu a{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

table.menu a span{
	font-size:12px;
}

.spacer{
	height:5px;
	min-height:5px;
}