/*reset*/
body {width:100%;background:#fff;color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
blockquote:before, blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes: "" "";}
fieldset,img,abbr,acronym{border:0;}
:focus {outline:0;}
:link,:visited,:hover {text-decoration:none;}
input,textarea {font:1em normal Tahoma,Geneva,Kalimati,sans-serif;}
/* /reset */

/* global classes */
.clearfix:after, .fline:after {clear: both;display: block;visibility:hidden;height:0;content: ".";}
.clearfix, .fline {display:inline-block;}
.aural{position:absolute;left:-2007px;font-size:0;}



/*-------------------------------------------------------------------------------------------------------
                                                                                                GLOBAL
-------------------------------------------------------------------------------------------------------*/
body {
    font:normal 10px/1.3em Verdana, Arial, Helvetica, sans-serif;
    background: #336699 url(../img/bg.png) repeat-x 0 0;
    color:#003;
    width: 100%;
}
a {
    color:#FF5D0C;
}
a:focus, a:hover, a:active {
    text-decoration:underline;
}





/*-------------------------------------------------------------------------------------------------------
                                                                                                MAIN
-------------------------------------------------------------------------------------------------------*/
#main {
    width:768px;
    margin:13px auto 0;
    overflow: hidden;
}
#header, #holder, #footer {
    width:100%;
    float:left;
}




/*-------------------------------------------------------------------------------------------------------
                                                                                                HEADER
-------------------------------------------------------------------------------------------------------*/
#header {
    position:relative;
    height:75px;
    font-size: 1.2em;
    background: url(../img/header.png) repeat-x 0 100%;
}
#logo {
    position: absolute; top: 2px; left: 8px;
}
#top-menu {
    position: absolute; bottom: 24px; right: 0;
}
#top-menu li {
    float:left;
    padding:0 14px;
    border-left: 1px solid #b2b2b2;
    font-family:Tahoma, Arial, sans-serif;
}
#top-menu a {
    line-height: 22px;
    color:#666;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 21px;
}
li#top-home { border:none; }
#top-home a { background-image: url(../img/menu-home.gif); }
#top-mapa a { background-image: url(../img/menu-map.gif); }
#top-kontakt a { background-image: url(../img/menu-kontakt.gif); }


/*-------------------------------------------------------------------------------------------------------
                                                                                                WRAPPER
-------------------------------------------------------------------------------------------------------*/
#flash {
    padding: 0 4px;
    width: 759px;
}
#flash object {
    display: block;
}
#holder {
    background: url(../img/main.png) repeat-y 0 0;
}
#wrapper {
    float: left;
    width:751px; margin: 0 0 0 8px;
    padding: 12px 0 0;
	background: url(../img/wrapper.png) repeat-x 0 0;

}


/*-------------------------------------------------------------------------------------------------------
                                                                                                CONTENT
-------------------------------------------------------------------------------------------------------*/
#content {
    float:right;
    width:560px;
    font-size: 1.1em; line-height: 1.4em;
}

                                                                                /*-----------------------
                                                                                    content headers
                                                                                -----------------------*/
#content h2 {
    background: #ccc; color: #666;
    font-weight:700;
    padding: 5px 5px 3px 5px;
   
}
#content h3 {
    margin:1.15em 0;
    font-size:1.35em;
}

                                                            /*-----------------------------------------
                                                                content paragraphs, tables and lists
                                                            -------------------------------------------*/
#content p, #content ul, #content ol, #content table {
    margin:1em 0;
    text-align: justify;
}

.block {
    padding: 0 20px;
    border:1px solid #ccc;
}
#content .block p {
    text-align: center;
}



/*-------------------------------------------------------------------------------------------------------
                                                                                            SIDEBAR
-------------------------------------------------------------------------------------------------------*/
#sidebar {
    float:left;
    width:171px;
    padding:0 0 0 8px;
}

.box {
    width: 100%; margin: 0 0 4px;
    color:#fff; text-align: right;
    background: #252525 url(../img/box3.png) no-repeat 0 100%;
}
.box-inner {
    width:156px;
    padding:12px 4px 30px 11px;
}
.box-red .box-inner {
    background: url(../img/box1-a.png) no-repeat 0 0;
}
.box-blue .box-inner {
    background: url(../img/box1-b.png) no-repeat 0 0;
}
.box a {
    color:#ccc;
}
.box h2 {
    margin:0 0 5px; padding: 0 0 3px;
    color:#fff;
    font: normal 700 1.1em/1.4em Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #fff;
}

#navigation li {
    margin: 0 0 1px; padding: 0 0 2px;
    background: url(../img/menu-item.png) no-repeat 0 100%;
}
#navigation li a {
    display: block; width:136px;
    padding: 5px 20px 5px 0;
    font-weight: 700;
    background:#454545 url(../img/menu.gif) no-repeat 139px 7px;
}
#navigation li a:hover, #navigation li a:focus {
    text-decoration: none;
    background:#636363 url(../img/menu.gif) no-repeat 139px -14px;
}
#partners li {
    width:100%;
    text-align: center;
    margin: 0 0 3px;
    padding: 3px 0 0;
}
#oferta {
    width:100%;
}
#oferta li {
    float: left;
    margin:10px;
    text-align: center;
    width:160px;
}
#oferta li a {
    padding: 10px 0 5px;
    height: 145px;
    display: block; width:100%;
    border:2px solid #ccc;
    font-weight: 700; color:#34312d;
}
#oferta li a:hover, #oferta li a:focus {
    text-decoration: none;
    border-color:#093c6f;
    background: #369; color:#fff;
}
#oferta li span {
    display: block;
}
#oferta li img {
    border:1px solid #c9cdce;
}

#galeria {
    width:100%;
}
#galeria li {
    padding: 10px;
    float: left; width: 110px;
    text-align: center;
    min-height: 108px;
}
#galeria li img {
    border:1px solid #c9cdce;
}


/*-------------------------------------------------------------------------------------------------------
                                                                                            FOOTER
-------------------------------------------------------------------------------------------------------*/
#footer {
    position: relative;
    width:767px; margin: 0 0 0 1px;
    float: left;
    height: 66px;
    background: url('../img/main-bottom.png') no-repeat 0 100%;
}
#footer .inner {
    width:767px;
    position: absolute;
    top:8px; left:0;
}
#footer ul {
    width:100%; text-align: center;
}
#footer li {
    border-left:1px solid #fff;
    padding:0 7px;
    display: inline;
}
#footer li.first-item {
    border:none;
}
#footer li a {
    color:#fff;
}

#bottom {
    margin:20px 0 0;
    height: 52px; width:100%;
    border-color: #5f5f5f;
    border-style: solid;
    border-width: 3px 0 1px;
    background: #3e3e3e;
}

#accordion li {
    padding: 0 0 8px;
    list-style: decimal inside;
}
#accordion li h4 {
    display: inline;
    font-size: 1.1em; font-weight: 700;
}

#sitemap ul li {
    padding: 0 0 0 20px;
}
#sitemap li a {
    line-height: 1.5em;
}


.styl6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {font-family: "Trebuchet MS";
	font-size: 12px;
}
.style10 {color: #1A4E80; font-size: 12px;}
.style11 {	color: #004086;
	font-weight: bold;
	font-size: 13px;
}
.style12 {	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style2 {	font-family: "Comic Sans MS";
	font-size: 14px;
}
.style3 {	color: #0000CC;
	font-weight: bold;
}
.style6 {	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {	font-size: 12px;
	font-weight: bold;
	color: #1A4E80;
}
.style9 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.style26 {color: #000033; font-weight: bold;}
.style15 {	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style23 {color: #000033}
