
body {
    position: relative;
	color: 606060;
	margin: 10px 0 10px 0;
	padding: 0;
	font: 75% Arial, Helvetica, sans-serif;
	min-width:800px;    /* telo stranky bude len 800px */
    background: #d3cec5 url(../images/background.png) repeat-y center;
}
#cover{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 821px;
	border: 0px solid #000000;
}
h1, h2, h3{
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}
h1{
	font-size: 130%;
	color: black;
	border-bottom: 1px dashed silver;
}
h2{
	font-size: 110%;
	color: black;
	border-bottom: 1px dashed #e8e8e8;
}
h3{
	font-size: 100%;
	color: #4f4040;
}
h1 a{
        color : #000000;
        text-decoration : none;
}

h1 a:HOVER{
        color : #ffffff;
        text-decoration : underline;
	background : #000000;
}

a.odkaz {
	font: 110% 110% Arial, Helvetica, sans-serif;
	color : #ef6a2b;
	text-decoration : none;
}
a.odkaz:HOVER {
        background-color: #ef6a2b;
	font: 110% 110% Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
}
a.nav {
	padding-left: 5px;
	color: black;
	display: block;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
}
a.nav:HOVER {
	padding-left: 5px;
	color: white;
	display: block;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	background-color: #ef6a2b;
}

.button {
	background-color: #ffaa7c;
	border-color: #bc4608;
	border-width: 1px;
	font-size: 9px;
	font-family : Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
}
select {
 font-family: Verdana, Arial, "Arial CE", Helvetica, Sans Serif;  
 background-color: #fdd5bd;
 border-color: #bc4608;
 color: #000000;
 border-width: 1px;
 font-size: 10px;
 font-weight : bold;

}
textarea {
        font-family: Verdana, Arial, "Arial CE", Helvetica, Sans Serif;
	background-color: #fdd5bd;
	border-color: #bc4608;
	color: #000000;
	border-width: 1px;
	font-size: 9px;
        font-weight : bold;

}
input {
        font-family: Verdana, Arial, "Arial CE", Helvetica, Sans Serif;
	background-color: #fdd5bd;
	border-color: #bc4608;
	color: #000000;
	border-width: 1px;
	font-size: 9px;
	font-weight : bold;

}

/* ______________ header _________________ */


#banner{
	position: relative;
	height: 190px;
	border: 1px solid #000000;
        background: url(../images/banner.jpg) no-repeat center;
}

/* _____________ top menu ________________ */

#topmenu{
	margin-top: 10px;
	position: relative;
	height: 45px;
        background: url(../images/mbg2.png) no-repeat center;
	text-align: center;
}
#topmenu ul {
	position: relative;
	top: 15px;
	padding: 0;
}
#topmenu li{
	display: inline;
	padding: 0 6px;
}
#topmenu li a{
	font-weight: bold;
	display: inline;
	color: black;
	text-decoration: none;
}
#topmenu li a:hover, #topmenu li a:focus{
       font-weight: bolder;
       text-decoration: underline;
}


/* ____________ reklama __________________*/

.reklama{
	margin-top: 5px; 
        position: relative; 
        border: 1px solid #a9a9a9;
        height: 65px;
        width: 815px;
        background-color: #ffffff;
        padding-left: 5px;
        padding-top: 4px;

}


/* ____________ body content _____________ */


#bodycontent{
  	left: 0 px;
    width: 600px;
    background: url(../images/body-bg.png) repeat-y left;
    position: relative;
	padding: 0 45px 10px 15px;
	text-align: left;
	overflow: auto;
    }
#bodycontent p{
	padding: 0px 0;
	margin: 0;
	text-align: justify;
    }
#bodycontent ul,
#bodycontent ol{
	padding: 3px 0;
	margin: 0 18px;
	list-style: outside;
    }

#bodytop,
#bodybottom{
	position: relative;
    left: 0px;
	width: 660px;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
    }
#bodytop {
        margin-top: 5px;
        background: url(../images/body-top.png) no-repeat center;
    }
#bodybottom{
	background: url(../images/body-bottom.png) no-repeat center;
    }


/* ____________ sidemenu ________________ */

.sidemenu {
        margin-top: 10px;
	position: absolute;
	top: 325px;
	left: 630px;
	width: 194px;
	background: url(../images/body-bg.png) repeat-x center;
}
.sidemenu li{
	padding: 0px 0 0px 1px;
	display: block;
}
.sidemenu li a{
	line-height: 17px;
	padding-left: 35px;
	color: black;
	display: block;
	height: 17px;
	text-decoration: none;
}
.sidemenu li a:hover,
.sidemenu li a:focus{
	background: url(../images/sm-urhere.png) no-repeat center;
}
.sidemenutop, .sidemenubottom{
	position: relative;
	height: 22px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	clear: both;
}
.sidemenutop{
	background: url(../images/sm-top2.png) no-repeat center;
}
.sidemenubottom{
    background: url(../images/sm-bottom2.png) no-repeat center;
}
.sidemenu ul,  .sidemenutitle{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 194px;
	background:  url(../images/sm-bg2.png) repeat-y center;
}
.sidemenutitle h1{
    padding: 2px 0px 2px 20px;
    font: normal bolder 120% Arial, Helvetica, sans-serif;
    border: 0;
}


/* ____________ footer styles ____________ */

#footer{
	margin-top: 17px;
	clear: both;
	position: relative;
	height: 45px;
	background: url(../images/mbg2.png) no-repeat center;
	text-align: center;
	font-size: 9px;
    }
#footer p{
	position: relative;
	top: 14px;
	padding: 0;
	padding-left: 15px;
	display: inline;
    }
#footer a:link {
	color: #000;
	text-decoration: none;
    }
#footer a:visited {
	color: gray;
	text-decoration: none;
    }
#footer a:hover {
	color: #000;
	text-decoration: underline;
    }
    
/*___________________________________________________________________*/
.loginbox{
    position: relative;
	left: 115px;
	top: 25px;
	width: 300px;
	height: 80px;
    text-align: center;
	border: 1px dashed #000000;
    color: black;
	padding: 10px;
	font: 100% Arial, Helvetica, sans-serif;
}
.unibox{
    position: relative;
	left: 0px;
	top: 10px;
    text-align: left;
	border: 1px dashed #000000;
	padding: 5px 10px 3px 10px;
	overflow: auto;
}

.empty{
   position: relative;
   float: left;
   text-align: left;
   border: 0px;
   color: #444444;
   padding: 0 0 2px 0;
   font: 100% Arial, Helvetica, sans-serif;
   overflow: hidden;
}
.darkorange{
   position: relative;
   float: left;
   text-align: center;
   border: 1px solid #000000;
   background-color: #ffaa7c;
   color: #000000;
   padding: 0px;
   font: 150% Arial, Helvetica, sans-serif;
   overflow: auto;
}
.lightorange{
   position: relative;
   float: left;
   text-align: center;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #fdd5bd;
   color: #000000;
   padding: 0px 0 0 0;
   font: 130% Arial, Helvetica, sans-serif;
   overflow: auto;
}
.images{
   position: relative;
   float: right;
   border: 0px dashed #000000;
   overflow: auto;
}

.galeria {
   border: 1px solid #ffaa7c;
   float: left;
   margin: 2px;

}

.genmed { 
   font-size : 11px;
   color : #000000;
}

a.genmed { 
   color: #006699; 
   text-decoration: none; 
}
.genmed:hover {
   color: #DD6900; 
   text-decoration: underline; 
}
.quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; color: #444444; 
   line-height: 125%;
   background-color: #FAFAFA; 
   border: 1px solid #D1D7DC;
}

#overscreen {
 z-index: 1000;
 top: 204px;
 left: 0px;
 position: absolute;
 height: 500px;
 width: 812px;
 display: block;
 background: #ffffff;
 border: 5px solid #000000;
 }

