body {
 /*background-color:rgb(102,102,255);*/
 background-color:rgb(196,204,216);
 margin-top:30px;
 margin-bottom:30px; 
 padding:0px;

 font-family:Verdana, Helvetica, Tahoma, sans-serif;
 font-size:13px;
 color:black; 

}

/* hlavni ram */
#vse {
 width:600px;
 height:650px;
 margin: 0 auto;
 padding:10px;
 
 
 border-top:1px black solid;
 border-left:1px black solid;
 border-right:1px black solid;
 border-bottom:1px black solid;

 color: black;
 background-color:rgb(123,140,167); 
 /*background-color:rgb(255,204,102);*/
}

#menu {
 border-left-width:0px;
 border-right-width:0px;
 border-top-width:1px;
 border-bottom-width:1px;
 /*border-color: rgb(235,153,91);*/
 border-color: black;
 border-style: dotted;

 /*padding-left:20px;*/
 padding-top:2px;
 padding-bottom:2px;
 margin-top:10px;
 margin-bottom:30px;
 
 text-align: center;
 font-weight: bold;
 
 /*color: rgb(255,153,0);*/
 color: black;
 background-color:rgb(123,140,167); 
}

/* Optimalizovano pro ... */
#optimal{
 text-align: center;
 font-size: 9px;

}

#logo {
 font-size: 40px;
 font-weight: bold;
 margin-top: 15px;
 margin-left: 40px;
}

/* format obrazku v referencich */
.galerieon {
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
 
 border-color: black;
}

.galerieoff {
 text-align:center;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
 
 border-color: rgb(255,102,51);
}
.moseroff {
 border-color: black;
 margin-top: 40px;
 margin-bottom:0px;

 /*obr na stred*/
 display: inline;
 margin-left: auto;
 margin-right:auto;
}

.moseron{
 border-color: rgb(255,102,51);
 margin-top: 40px;
 margin-bottom:0px;
 
 display: inline;
 margin-left: auto;
 margin-right:auto;
}

.odsazeni1 {
 margin-left: 30px;
 margin-right: 30px;
}

.odsazeni2 {
 margin-left: 50px;
 margin-right: 50px;
 margin-top: 5px;
 margin-bottom: 20px;
}


a {
  text-decoration: none;
  color: black; /*rgb(235,153,91);*/
  background-color: rgb(123,140,167);
}

a.menu:hover {
 color: rgb(235,153,91);
 /*background-color:#CC9900;*/
 background-color:rgb(0,102,153);
 text-decoration:none;
}

a.email:hover {
  text-decoration: none;
  background-color: rgb(123,140,167);
  color:#CC9900;
}

img{
 border: 1px black solid;
}
