h2{
font-size: 1.2em;
}
h3{
font-size: 1em;
}


/* index.html */
body{
font-family: Arial, sans-serif;
margin: 0;
/*background-color: #a03200;*/
background-color: rgb(60,60,60); 
}

img{
margin: 0;
}

a{ 
color: rgb(145,145,145);
text-decoration: none;
}
a:hover{
/*color: orange;*/
color: #a03200;
}
.podsekce a{
color: white;
text-decoration: underline;
}
.podsekce a:hover{
text-decoration: none;
}
a#zpet{
position: absolute;
top: 70px;
left: 130px;
}
a#zpetnahoru{
position: absolute;
top: 70px;
left: 260px;
}
a#mail{
color: white;
text-decoration: underline;
}
a#mail:hover{
text-decoration: none;
}


.marginbottom{
margin-bottom: 150px;
}

.align{
margin: 15px 0 0 35px;
}


#telo{
/*background-color: #a03200;*/
}

#cernypanel{
width: 100%;
background-color: black;
height: 400px;
overflow: hidden;
}

#portraitbox{
position: absolute;
top: 0;
overflow: hidden;
width: 409px;
height: 400px;
}

#menubox{
float: left;
margin: 80px 0 0 420px;
width: 300px;
}
#menubox a{
float: left;
width: 150px;
margin: 5px 0 0px 50px;
text-decoration: none;
font-size: 17px;
font-variant: small-caps;
}
#menubox .mezera{
margin-top: 20px;
}

#menubox a:hover{
/*background-color: #a03200;*/
font-weight: bold;
}
#menubox a:first-letter{
margin-left: 10px;
}

#logo{
margin: 0 0 10px 0;
}

/* sekce */

#hornilista{
margin: 0;
width: 100%;
height: 100px;
background-color: black;
}

#stranka{
margin: 0;
width: 100%;
/*background-color: #a03200;*/
}

.nahledy{
width: 100px;
height: 100px;
float: left;
margin: 10px;
}

img.nahledyfoto{
}

.nahledy img{
cursor: pointer; 
cursor: hand;
border: 1px solid black;
}

#nahledybox{
width: 100%;
overflow: hidden;
}

div#fotkabox{
width: 80%;
overflow: hidden;
margin: 0 0 0 90px; 
}
#fotka{
margin: 30px 0 0 50px;
}
#fotka img{
border: 1px solid black;
}

div#popisek{
width: 800px;
margin: 20px 0 30px 50px;
/*margin-left: -10px;
overflow: hidden;
border: 1px solid red;*/
}
div#popisek:first-letter{
/*color:#a03200;*/
}

#seznam{
display: none;
}

img#miniiva{
height: 100%;
float: left;
}

img#jmeno{
float: left;
margin: 15px 0 0 30px;
}


.sipky{
height: 100px;
width: 100px;
float: left;
margin: 15px;
cursor: pointer;
cursor: hand;
}
#doleva{
background-image: url(./images/left.png);
background-repeat: no-repeat;
}
#doleva:hover{
/*background-image: url(./images/leftH.png);*/
}

#doprava{
background-image: url(./images/right.png);
background-repeat: no-repeat;
}
#doprava:hover{
/*background-image: url(./images/rightH.png);*/
}

#cv_obsah{
margin: 20px 0 20px 40px;
}


/*  podsekce  */
.podsekce{
margin: 30px 0 0 90px;
height: 100px;
}

.podsekce img{
border: 1px solid black;
float: left;
}
.podsekce .text{
float: left;
margin: 0 0 0 20px;
}


/* Temporary ?? */
#stin{
width: 100%;
height: 10px;
/*background-image: url(./images/stin.png);*/
}


#logojmeno{
margin: 10px 0 0 30px;
float: left;
cursor: pointer; 
cursor: hand;
width: 319px;
height: 61px;
background-image: url(./images/iva1.png);
}

#nazevsekce{
margin: 20px 0 20px 50px;
}

.vlajky{
height: 22px;
float: right;
margin: 70px 10px 0 0;
border: none;
}

td.first_cell{
width: 150px;
}