* {
    margin: 0;
    padding:0;
    outline:none;
    text-decoration:none;
    font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;

}
img {
    border:none;
}
html {
    color:#363636;
}
a {
    color:#363636;
}
a:hover {
    color:#055c1e;
}
#container {
    width:960px;
    margin: 0 auto;
    margin:36px auto 0 auto;
}
#lang {
    overflow:auto;
    height:33px;
    text-align: right;
}
#lang a {

}
#header {
    height:240px;
    width:960px;
}
#page {
    width:960px;
    background:url('../images/bg-content.jpg') top left no-repeat;
    overflow:hidden;
}
#logo {
    float:left;
	position:absolute;
	z-index:2;
}
#slogan {
    
    padding:35px 0 0 430px;
    font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    line-height:30px;
    position:absolute;;
    z-index:1;
}
#slogan span {
    font-size:24px;
}


#menu {

    font-size:18px;
    font-weight:bold;
    font-style:italic;
    line-height:25px;
    margin: 0 0 0 140px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
    display:block;
    margin: 0 8px;
}

#content {
    clear:both;
    overflow:hidden;
    width:
}

#menu ul li a {
    color: #055c1e;
}
#menu ul li a:hover, #menu ul li.active a {
    color: #363636;
}


#sidebarleft {
    float:left;
    width:230px;
    padding:65px 0 20px 0;
}
#sidebarleft ul li {
    float:left;
    width:230px;
}
#sidebarleft ul li a {
    display: block;
    text-align: right;
    width:210px;
    padding: 0 20px 0 0;
    font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    line-height:25px;
    color: #055c1e;
}
#sidebarleft ul li a:hover {
    color: #363636;
}

#mid {
    float:left;
    width:440px;
    margin: 20px 0 0 20px;
    padding: 0px 10px 20px 10px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size:12px;
    background: url('/images/bg-text.jpg') bottom center no-repeat;
}
#mid p {
    padding: 5px 0 15px 0;

}
#mid h1 {
    font-size:18px;
    padding: 5px 0 5px 0;
}
#mid h2 {
    font-size:16px;
    padding: 5px 0 15px 0;
}
#mid h3 {
    font-size:14px;
    padding: 5px 0 15px 0;
}
#mid h4 {
    font-size:12px;
    padding: 5px 0 15px 0;
}
#mid h5 {
    font-size:12px;
    padding: 5px 0 15px 0;
}
#mid ul, #mid ol {
    padding: 5px 0 15px 25px;
}

#sidebarright {
    float:left;
    width:180px;
    padding:65px 0 20px 0px;
    font-size:12px;
}

#sidebarright div {

    font-size:15px;
}
#sidebarright div {
    padding:0px 0 0px 30px;
}
#sidebarright div p {
    padding: 5px 0 10px 0;
    font-size:15px;
    font-size:12px;
}

#sidebarright #adres {
   margin: 100px 0 0 0;
    
    width:250px;
    background: url('/images/bg-adres.jpg') top left no-repeat;
    padding: 35px 0 0 30px;
}

#footer {
    clear:both;
    height:62px;
    width:960px;
    background:url('../images/bg-footer.jpg') top left no-repeat;
    text-align:center;
    padding: 30px 0 0 0;
    font-size:11px;
}
#footer a {
    color: #363636;
}
#footer a:hover {
    color: #055c1e;
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0px;
margin: 0 0 0 210px;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 110px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}



