/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color:#FFFFFF;
font-family: "Verdana CE", Verdana, sans-serif; 
text-align:center;
}

#main {
top:10px; 
position: relative;
width:850px;
margin:0 auto;
text-align:left;
}


#horni_1 {
position:absolute;
left:0px; top:0px;
width: 850px;
height: 68px;
margin:0px; padding: 0px;
background-image:  url("../images/horni_1.jpg");
background-repeat: no-repeat;
}

#horni_2 {
position:absolute;
left:0px; top:68px;
width: 850px;
height: 66px;
margin:0px; padding: 0px;
background-image:  url("../images/horni_2.jpg");
background-repeat: no-repeat;
}

#horni_3 {
position:absolute;
left:0px; top:134px;
width: 850px;
height: 78px;
margin:0px; padding: 0px;
background-image:  url("../images/horni_3.jpg");
background-repeat: no-repeat;
}

#stred {
position:absolute;
left:0px; top:212px;
width: 850px;
}

#leva {
position:absolute;
left:0px; top:0px;
width: 215px;
height: 340px;
margin:0px; padding: 0px;
background-image:  url("../images/leva_1.jpg");
background-repeat: no-repeat;
}

#leva_2 {
position:relative;
left:0px; top:0px;
width: 215px;
margin:0px; padding: 0px;
background-image:  url("../images/leva_2.jpg");
background-repeat: repeat-y;
}

#prava {
position:relative;
left:215px; top:0px;
width: 635px;
height: 340px;
margin:0px; padding: 0px;
background-image:  url("../images/prava_1.jpg");
background-repeat: no-repeat;
}

#prava_2 {
position:relative;
left:215px; top:0px;
width: 635px;
margin:0px; padding: 0px;
background-image:  url("../images/prava_2.jpg");
background-repeat: repeat-y;
}

#plocha {
position:relative;
left:0px; top:0px;
width: 850px;
/*background-image:  url("../images/plocha.jpg");
background-repeat: repeat-y;*/
}

#text {
position:relative;
left:100px; top:0px;
margin:-280px 0px 0px 0px;
padding:0px 0px 20px 0px;
width: 450px;
font-size:12px;
color: #FFFFFF;
}

#nadpis {
position:relative;
left:45px; top:-295px;
font-weight: bold;
font-size:16px;
color: #FFFFFF;
}

#paticka {
position:relative;
left:0px; bottom:4px;
width: 850px;
height: 44px;
margin:0px; padding: 0px;
background-image:  url("../images/paticka.jpg");
background-repeat: no-repeat;
}

#paticka_text {
position:relative;
left:2px; top:27px;
width: 850px;
font-size:9px;
color: #FFFFFF;
}

#menu {
position:relative;
text-align:center;
left:-48px; top:30px;
width: 300px;
font-size:18px;
font-weight: bold;
margin:0px; padding: 0px;
color: #FFFFFF;
}

.menu_odkaz {
position: relative;
font-weight: bold;
margin:5px 0px 50px 0px; padding: 0px;
color: #FFFFFF;
}

.odkaz {
	border:solid 2px white;
}

.podtrzeni:link {color: #FFFFFF; text-decoration: none}   
.podtrzeni:visited {color: #FFFFFF; text-decoration: none;}
.podtrzeni:active {color: #FFFFFF; text-decoration: none;}
.podtrzeni:hover {color: #2D0000; border-bottom: 1px solid #2D0000;}

.podtrzeni2:link {color: #FFFFFF; text-decoration: underline;}   
.podtrzeni2:visited {color: #FFFFFF; text-decoration: underline;}
.podtrzeni2:active {color: #FFFFFF; text-decoration: underline;}
.podtrzeni2:hover {color: #2D0000; text-decoration: none;}

input, textarea, select {background-color: #ffffcc; color: black; border: 2px solid #990000;}
input.tlacitko {background-color: #ffffcc; color: #990000; cursor: pointer;}
input.tlacitko:hover {background-color: #990000; color: #ffffcc; text-decoration: none;}
