* {
    margin:0px;
}

html {
    background-image:url('img/bg_html_top.jpg');
    background-repeat:repeat-x;
    background-color:#008000;
}

body {
    background-image:url('img/bg_html_bottom.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    text-align:center;
    font-family:'Arial';
}

h1, h2, h3 {
    font-family:'Arial Black';
    font-weight:lighter;
    color:#FFF;
    text-align:center;
}

a img {
    border:none;
}

div {
    border:0px solid #F00;
}

p {
    text-align:justify;
}

.clr {
    clear:both;
}
.fr {
    float:right;
}
.fl {
    float:left;
}
#language {
font-size:10px;
	position: relative; 
  margin-top:270px;
	float:right;
	margin-right:-80px;
	
}
#language A {

	MARGIN-right: 6px;
	color:#ffffff;
}

#rootTop {
    background-image:url('img/bg_body_top.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    width:874px;
}

#rootCenter {
    background-image:url('img/bg_body_center.png');
    background-repeat:repeat-y;
    width:874px;
    margin:auto;
}

#rootBottom {
    background-image:url('img/bg_body_bottom.jpg');
    background-position:bottom center;
    background-repeat:no-repeat;
    width:874px;
    padding-bottom:35px;
}

#menu {
    float:right;
    height:270px;
    width:120px;
    margin-right:20px;
}

#menu ul {
    list-style:none;
    margin-top:50px;
    text-align:left;
    padding-left:0px;
}

#menu ul li {
    margin-bottom:8px;
    background-image:url('img/sipka_bila.png');
    background-repeat:no-repeat;
    background-position:bottom left;
}


#menu ul li:hover {
    background-image:url('img/sipka_modra.png');
    background-repeat:no-repeat;
    background-position:bottom left;
}

#menu ul li a {
    display:block;
    width:100px;
    text-decoration:none;
    color:#000;
    font-size:14px;
    padding-left:22px;
}

#menu a:hover {
    color:#000;
    background-color:#dff0fd;
}

#firstLeft {
    width:290px;
    height:200px;
    padding-top:40px;
}

#left {
    float:left;
    width:300px;
    position:relative;
    margin-top:200px;
    margin-bottom:80px;
    margin-left:10px;
    font-size:11px;
}
.ie7 #left {
    margin-left:8px;
}

#left .windowTop {
    background-image:url('img/bg_left_top.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}


#left .windowBottom {
    background-image:url('img/bg_left_bottom.jpg');
    background-position:bottom center;
    background-repeat:no-repeat;
    min-height:80px;
    padding-top:20px;
    padding-bottom:30px;
}


#left .windowCenter {
    background-image:url('img/bg_left_center.jpg');
    background-position:top center;
    background-repeat:repeat-y;
    margin:0px;
}

form fieldset {
    border:none;
}
#left form fieldset table {
    margin:auto;
}
#left form .fl {
    display:block;

    width:90%;
}
#left form .inp2 {
    width: 30px;
    text-align: center;
    display: inline;
}
#left form .button {
    width:150px;
}
#left .banners-left {
    float:left;
    margin-left:40px;
}
#left .banners-right {
    float:right;
    margin-right:40px;
}

.ie6 .windowTop{
    margin:2px;
}

#left h1 {
    text-align:center;
    font-size:12px;
}
#left h1 {
    text-align:center;
    font-size:12px;
    font-weight:normal;
}

#left p {
    margin:10px 25px 5px 25px;
}

#left a {
    color:#005;
}

#content {
    float:right;
    width:520px;
    font-size:12px;
    margin-right:30px;
    text-align:left;
}

#content h1 {
    font-size:14px;
    margin-bottom:20px;
}

#content h2 {
    text-align:left;
    font-size:12px;
    color:#008000;
    margin:20px 0px 10px 20px;
}

#content h3 {
    text-align:left;
    font-size:12px;
    color:#000;
    margin:10px 0px 0px 0px;
}

#content p {
    margin-bottom:10px;
}

#content p img {
    margin:0px 10px 10px 10px;
}

#content .imgr {
    float:right;
}

#footer {
    margin-top:30px;

}

#footer a {
    color:#fff;
    text-decoration:none;
    font-size:12px;
}

.cleaner {
    clear:both;
}
