
/* --- Globální elementy --- */

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 0.83em/1.6 Verdana, sans-serif;
	text-align: center;
  color: black;
  background: #36364C;  /* darkblue*/ 
  position: absolute;
  top: 0;
  left: 0;
}
body{
  background: url("b-body-top.gif") repeat-x center -55px; /*modrošedý*/
}

/* --- Blokové elementy --- */
p{
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	border: 0px;
}
ul {
	margin-bottom: 1em;  
}
h1, h2, h4{
	font: bold 0.9em/1.4 Arial, sans-serif;
	color: #3f3f3f;
  margin-bottom: 0.5em;
}
h1{
	font-size: 1.6em;
  letter-spacing: 1px;
  margin-top: 0em;
}
h2{
  color: #36364C; /* darkblue*/
	font-size: 1.2em;
  letter-spacing: 0em;
	margin-top: 0em;
	margin-bottom: 0.2em;
  margin-left: 0px;
}
li{
  margin-left: 1.5em;
}
hr{
  height: 1px;
  border: 0px;
  background: black;
  margin-bottom: 1em;
}
.nodisp{
  display: none;
}
abbr, acronym{
  border-bottom: 1px dotted #3f3f3f;
}
q{
  quotes: "\201E" "\201C" "\201A" "\2018" "\00BB;" "\00AB" "\203A" "\2039";
  font-style: italic;
}
q:before{
  content: open-quote;
}
q:after {
  content: close-quote;
}
q q {
  quotes: "\201A" "\2018" "\00BB;" "\00AB" "\203A" "\2039";
}
q q:before {
  content: open-quote;
}
q q:after {
  content: close-quote;
}
q em {
  font-style: normal;
}

img, input{
  vertical-align: middle;
}

/* --- Řádkové elementy --- */
em {}
strong {
  color: #3f3f3f;
}
code {
  font: bold 1em/1.5 "Courier New", monospace;
}
a{
  color: #36364C; /* darkblue*/  
}
a:hover{
  color: #CCC72A;
}
textarea{
  font: normal 1.4em "Courier New", monospace;
}
form{
  margin-top: 0px;
  margin-bottom: 0px;
  background: transparent;
}

/* --- Globální prvky layoutu --- */
#wrap{
  width: 620px;
  margin: 0px auto auto auto;
  position: relative;
  margin-top: 40px;
	text-align: left;
	background: white url("b-middle.gif") repeat-y 50% 0px;
}
#logo{
  position: absolute;
  top: 14px;
  left: 21px;
  width: 144px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
}
#logo span{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	background: transparent url("b-top.jpg") no-repeat -21px -14px;  
	z-index: 1;
	cursor: pointer;
}
#top{
  width: 620px;
  height: 70px;;
	background: white url("b-top.jpg") repeat-y 50% 0px;
}
#top p{
  position: absolute;
  right: 50px;
  top: 25px;
}
#bottom{
  width: 620px;
  height: 60px;;
  margin-top: 25px;
	background: white url("b-bottom.jpg") no-repeat 0px 0px;
}
#bottom p{
  line-height: 40px;
  text-align: center;  
}
#ad1-wrap{
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 20px;
}
#ad1{
  width: 468px;
  height: 60px;
  background: white ;
  margin: auto; 
}

#ad2{
  width: 468px;
  height: 60px;
  position: relative;
  background: white ;
  margin: auto; 
  margin-top: 10px;
  margin-bottom: 10px;
}
#main{
  margin-top: 20px;
  margin-right: 50px;
  margin-left: 164px;
}
#menu{
  position: absolute;
  width: 150px;
  padding: 0px; 
  margin: 0px ;
  left: -1px;
  top: 90px;
  list-style: none;
  font-weight: bold;
  
  margin: 1px ;
}
#menu li{
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  margin: 0px ;
  margin-top: -1px;
  background: transparent url(b-menuli.gif);
}
#menu li a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.joke{
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #a7a7a7;
  border-bottom: 0px solid #a7a7a7;
  padding: 10px 0px 10px 0px;
  position: relative;
  z-index: 2;
}
.joke h2{
  margin-bottom: 0.5em;
}
