@charset "iso-8859-1";
/* CSS Document */

body{
background-color: #FFFFFF;
text-align: center;
font-family: "Arial";
font-size: 11px;
font-weight: bold;
color: #6e2a29;
}

p{
margin: 0px 0px 20px 0px;
font-family: "Arial";
font-size: 11px;
font-weight: bold;
color: #6e2a29;
text-align: justify;
}

h2{
font-size: 14px;
font-variant: small-caps;
margin: 0px 0px 20px 0px;
color: #561f73;
}

h3{
margin: 0px 0px 20px 0px;
}

.mainright{
font-family: "Arial";
font-size: 11px;
font-weight: bold;
color: #6e2a29;
}

#container{
text-align: justify;
margin: 0 auto;
position: relative;
top: 10px;
width: 1000px;
background-image: url(img/tlo.jpg);
background-repeat: repeat-y;
z-index: 1;
}

#top{
position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
width: 1000px;
height: 322px;
background-image: url(img/top.jpg);
background-repeat: no-repeat;
z-index: 2;
}

#adres{
position: absolute;
top: 81px;
left: 769px;
color: #6e2a29;
font-weight: bold;
font-size: 12px;
text-align: right;
line-height: 16px;
z-index: 3;
}

#content{
position: relative;
margin: 0 auto;
width: 790px;
min-height: 420px;
z-index: 2;
left: 60px;
}

#right{
position: relative;
float: right;
z-index: 3;
width: 432px;
}


#left{
position: relative;
margin: 0 auto;
z-index: 3;
}

#text{
position: relative;
margin: 0px 0px 0px 0px;
left: 20px;
width: 300px;
}

#header{
position: absolute;
top: 220px;
left: 210px;
z-index: 3;
}

#menu{
position:absolute;
top: 139px;
left: 17px;
z-index: 3;
}

#bottom{
position: relative;
background-image: url(img/bottom.jpg);
background-repeat: no-repeat;
height: 18px;
width: 1000px;
margin: 10px auto 0px auto;
z-index: 4;

}
