* {
padding:0;
margin:0;
}

body {
color:white;
font-family:Verdana, sans-serif;
font-size:12px;
background:fixed url("../img/background.jpg") no-repeat center;
background-color:black;
text-align:center;
}

h1 {
font-size:14px;
font-weight:bold;
font-style:oblique;
}

/* ***OBAL*** */

div#container {
position:relative;
width:630px;
min-height:600px;
/*background: url("../img/background.jpg") no-repeat;*/
margin:auto;
margin-top:40px;
}

div#content {
position:relative;
width:600px;
margin:auto;
margin-top:30px;
}

div.line {
background:url("../img/hrule.png") no-repeat;
width:628px;
margin:auto;
}

div#logo {
width:167px;
margin:auto;
margin-bottom:-20px;
}

#content p {
text-align:center;
}
#content a {
text-decoration:none;
color:rgb(0, 102, 139);
}

#content a:hover {
color:rgb(0, 102, 255);
}



#content-aboutus {
margin-top:30px;
text-align:left;
}

#content-aboutus p.ref {
text-align:center;
}


/* ***NAVIGACEEEE*** */

div#navibar {
width:420px;
margin:60px auto 15px;
}

#navibar img {
border:none;
}

a:focus {
outline-style:none;
}

#navibar img[src="img/home.png"]:hover{
background: url("../img/homeA.png") no-repeat;
}

#navibar img[src="img/contacts.png"]:hover{
background:url("../img/contactsA.png") no-repeat;
}

#navibar img[src="img/gallery.png"]:hover {
background:url("../img/galleryA.png") no-repeat;
}

#navibar img[src="img/aboutus.png"]:hover {
background:url("../img/aboutusA.png") no-repeat;
}


#navibar h4 {
color:white;
line-height:10px;
font-size: 1.2em;
font-style: italic;
text-align:center;
margin:40px 0;
}

/* ***GALERIE*** */

#content img {
margin:auto;
padding:5px;
border:2px inset white;
width:100px;
height:75px;
}

#content img:hover {
border:2px outset silver;
cursor:crosshair;
}

#galarray {
margin-bottom:10px;
}
#galarray a {
padding:0 10px;
color:rgb(0, 102, 179) !important;
}

#galarray a:hover {
color:white !important;
}

#galarray a.actual {
background-color:rgb(0, 102, 179);     /*barva loga*/
color:white !important;
}

/* ***SEZNAM - img odrazky*** */

ul {
color:white !important;
text-align:left;
margin-bottom:10px;
}

ul li {
display:list-item;
list-style:none;
background:url("../img/listimage.png") no-repeat left center;
padding-left:15px;
}

h1 {
margin-bottom:10px;
text-align:center;
}

p.cont {
margin:auto;
width:300px;
}
p.cont:hover {
background-color:silver;
color:black;
}


/* ***PATICKA*** */
div#footer {
margin-top:50px;
margin-bottom:20px;
width:630px;
}

#footer p {
text-align:center;
font-size:10px;
font-style:oblique;
}


/* ***navrhy - bad*** */

/*#content a:hover span {
position:absolute;
width:283px;
height:210px;
border:2px inset silver;

bottom:38px;
left:208px;
}

#v01:hover span {
background:url("../galerie/votice01.jpg") no-repeat;
}
#v02:hover span {
background:url("../galerie/votice02.jpg") no-repeat;
}
#v03:hover span {
background:url("../galerie/votice03.jpg") no-repeat;
}
#v04:hover span {
background:url("../galerie/votice04.jpg") no-repeat;
}
#v05:hover span {
background:url("../galerie/votice05.jpg") no-repeat;
}
#v06:hover span {
background:url("../galerie/votice06.jpg") no-repeat;
}

*/
