﻿/* CSS DOCUMENT */

* {margin: 0; padding: 0; border: 0}

body, html{height: 100%}

body{
background: #F0F2F2 url('./gps/body3.gif') 50% 0 repeat-y;
font-family: Tahoma, "Tahoma CE", Arial, "Arial CE", Helvetica, "Helvetica CE", lucida, sans-serif;
font-size: 78%;
color: #000;
text-align: center;
}

/* LINKS */
/* color: #00508B; */
a{color: #0037A8; text-decoration: underline}
a:hover{color: #FA7000}
h1 a{color: #000; text-decoration: none}
h1 a:hover{color: #0037A8}
#foot a{color: #999; font-weight: bold; text-decoration: none}
#foot a:hover{color: #000}

/* HEADINGS //{{{ */

h1, h1 span{
position: absolute;
top: 95px;
left: 8px;
width: 261px;
height: 40px;
font-size: 2em;
font-weight: 900;
line-height: 2em;
cursor: hand;
cursor: pointer;
overflow: hidden;
text-align: center;
text-transform: uppercase;
}

h1 span{
display: block;
top: 0;
left: 0;
height: 107px;
background: url('./gps/logo.gif') 0 0 no-repeat;
}

h2{display: none /*h2 je obsažen ve spanu h1!!! */}

#leftcol h3{
text-transform: uppercase;
color: #0038A7;
font-size: 1em;
font-weight: bold;
margin: 1.5em 10px 0.5em 10px;
}

#content h3{
position: relative;
text-transform: uppercase;
color: #000;
background: #E5E5E5;
border-top: 1px solid #000;
font-size: 1em;
font-weight: bold;
margin: 1.5em 0 1em 10px;
padding: 5px;
}

#content h3 span{
padding: 5px;
margin: 0 5px;
border-bottom: 3px solid #FA7000
}

#leftcol h4{
text-transform: uppercase;
color: #000;
font-size: 1em;
font-weight: bold;
margin: 0.8em 10px 0.5em 10px;
}

#content h4{
font-variant: small-caps;
color: #000;
font-size: 0.98em;
font-weight: bold;
margin: 1.5em 10px 0.66em 10px;
clear: both;
}

/* //}}} */

/* IDENTIFICATORS AND CLASSES */

#kostra{
position: relative;
width: 772px;
height: 100%;
margin: 0 auto;
font-size: 0.92em;
text-align: left;
background: #FFF url('./gps/body3.gif') 50% 0 repeat-y;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#kostra[id]{height: auto; min-height: 100%; width: 770px;}

	/* HEAD ITEMS //{{{ */
#head{
position: relative;
width: 100%;
height: 254px;
background: url('./gps/pozadi.jpg') 0 0 no-repeat;
text-align: left;
}

#head_sig{
font-size: 1em;
position: absolute;
top: 0;
right: 0;
width: 542px;
background: #FA7000;
color: #FFF;
overflow: visible;
height: 2em;
}
#head_sig span{
position: absolute;
bottom: -3px;
display: block;
padding: 4px 5px;
margin: 0 10px;
border-bottom: 3px solid #000
}

/* //}}} */

	/* MENU ITEMS //{{{ */
#menu{
display: block;
position: relative;
top: -5px;
z-index: 5;
overflow: visible;
text-align: center;
width: 100%;
font-size: 1em;
vertical-align: middle;
background: transparent;
border-collapse: collapse;
}

#menu td{
display: table-cell;
position: relative;
overflow: visible;
}

#menu td:hover ul, #menu td.hover ul{display: block}
#menu td{
visibility: expression(
	this.onmouseover = new Function("this.className += ' hover';"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')") );
}

#menu td.white, #menu td.orange{
overflow: visible;
padding: 2px 0;
}

#menu .white{background: #FFF; color: #FA7000}
#menu .orange{background: #FA7000; color: #FFF}
#menu .orange a{color: #FFF}
#menu .white a{color: #FA7000}

#menu ul{
position: absolute;
/*bottom: -0px;*/
left: 0;
background: #000;
list-style: none;
line-height: 1.3em;
text-align: left;
font-size: 0.9em;
padding: 10px 0;
z-index: 7;
margin: 2px 0 0 0
}
#menu[id] ul{left: auto}
#menu ul li{margin: 0 10px}

#menu a{
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
display: block;
width: 100%;
vertical-align: middle;
margin: 0 2px;
}
#menu ul a{color: #FFF; font-weight: normal; text-transform: none;}
#menu ul a:hover{text-decoration: underline}

#menu .wbg, #menu .obg{
width: 12px;
background: #FA7000;
}
#menu .wbg{background: #FFF}
#menu .small{width: 6px}

#menu .topborder{
height: 5px;
background: #000
}
#menu .bottomborder{
height: 1px;
background: #000
}

/* //}}} */

	/* LEFTCOL ITEMS //{{{ */
#leftcol{
position: relative;
top: -52px;
z-index: 1;
float: left;
width: 228px;
background: #E5E5E5;
padding: 67px 0 10px 0;
overflow: hidden;
margin-bottom: -57px;
}
#leftcol[id]{padding: 52px 0 10px 0; margin-bottom: -42px}

#leftcol p{
text-indent: 1em;
line-height: 1.18em;
font-size: 0.91em;
margin: 0.33em 10px;
text-align: justify;
}

#leftcol ul{
margin: 0.33em 20px;
list-style: disc outside;
font-size: 0.91em;
line-height: 1.35em;
}

#leftcol form p{text-indent: 0}

#leftcol .input, #leftcol textarea{
text-indent: 0;
background: #FFF;
border: 1px solid #000;
padding: 2px 3px;
width: 208px;
}
#leftcol .button{
background: #0037A8;
color: #FFF;
border: 1px solid #000;
padding: 0 5px;
font-weight: bold;
float: right;
width: 8em;
}
#leftcol[id] .button{padding: 2px 5px;}
#leftcol[id] .input, #leftcol[id] textarea{width: 200px}

/* //}}}} */

	/* CONTENT ITEMS //{{{ */

#content{
width: 542px;
float: right;
font-size: 1.1em;
padding: 10px 0;
margin: 0 0 3em 0;
}

#content address, #content p{
text-indent: 1em;
line-height: 1.35em;
font-size: 0.91em;
margin: 0.33em 10px;
text-align: justify;
}
#content p.gallery{
text-align: center;
text-indent: 0
}
#content p.gallery img{margin: 5px}

#content dl{
font-size: 0.91em;
margin: 0.66em auto;
line-height: 1.35em;
text-align: left;
}
#content dd{
margin: 0.33em 10px
}
#content dt{
clear: both;
font-weight: bold;
margin-top: 1em
}

#content table{
font-size: 0.91em;
line-height: 1.35em;
margin: auto;
}

#content ul{
margin: 0.33em 40px;
list-style: disc outside url('./gps/list.gif');
font-size: 0.91em;
line-height: 1.35em;
}

#content address{
text-indent: 0;
font-style: normal;
}
/* //}}} */

/* FOOT ITEMS //{{{ */

#foot{
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 3em;
clear: both;
text-align: right;
}

#foot p{
color: #999;
text-indent: 0;
line-height: 1.35em;
margin: 0.33em 10px;
}

/* //}}} */

/* UNIVERSAL */

form *{
font-family: Tahoma, "Tahoma CE", Arial, "Arial CE", Helvetica, "Helvetica CE", lucida, sans-serif;
font-size: 0.91em;
}

.sep{
clear: both;
display: block;
margin: 20px;
font-size: 1px;
border-bottom: 1px solid #E5E5E5;
}

.mapa img{border: 2px solid #0431B5}
.mapa a:hover img{border: 2px solid #000}

hr, .noscreen{display: none}
.noindent{text-indent: 0 !important}
.noborder{border: 0 !important}
.mapa, .center{text-indent: 0 !important; text-align: center !important;}
.vcenter{vertical-align: middle}
.tright, .ta_right{text-align: right !important}
.ta_left{text-align: left !important}
.clear{clear: both; height: 1px;}
.right{float: right}
.left{float: left}
.red{color: #E00}
.green{color: #080}
.half{width: 50%}
.threequarter{width: 66%}
.border, table.border td{border: 1px solid #000}
table.border td{padding: 2px 5px}

/* CSS DOCUMENT */
