/* author Brase */


body{
  margin:0px;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  color: black;
  background-color: black;
  background-image: url("images/bg.jpg");
}

.wrapper{
width:1000px;
background-color: white;
margin-left:auto;
margin-right:auto;
}

.wer{
width:992px;
float:left;
}

.wer h1 {
 font-size: 16px;
 color: red;
 margin:0px;
 margin-top:20px;
 margin-left:80px;
 display:block;
 padding-left:70px;
 padding-top:17px;
 padding-bottom:17px;
 background-image:url("images/articleSTART.jpg");
 width:650px;
 }
 
h2{
  margin:0px;
  color:black;
  width:695px;
  padding-top:10px;
  text-align:center;
  font-size: 14px;
}


.menu{
float:left;
margin-left: 6px;
background-image: url("images/menu.jpg");
width:986px;
display:inline;

}

.odkaz{
  display:block;
  width:140px;
  float:left;
  padding-top:8px;
  padding-bottom:8px;
  text-align: center;
  text-decoration: none;
  font-size:11px;
  color:black;
  font-weight:bold;
}

.odkaz:hover{background-color: #EED84B;
          color: #666666;}

.menu img{ float:left;}

.article_top {
 margin:0px;
 display:block;
 margin-left:120px;
 background-image:url("images/articleTOP.jpg");
 width:700px;
 height: 34px;
 }
 
.article {
 margin:0px;
 margin-left:120px;
 width:698px;
 background-color:#F5F8F3;
 display:block;
 border: 0px;
 border-left: 1px solid #BDB0B0;
 border-right: 1px solid #BDB0B0;
 }
 
 .article_bottom {
 margin:0px;
 display:block;
 margin-left:120px;
 background-image:url("images/articleBOTTOM.jpg");
 width:700px;
 height: 23px;
 margin-bottom:15px;
 }

p {
  color: black;
  text-align:justify;
  font-size: 12px;
  margin:0px;
  margin-left:15px;
  margin-right:15px;
  padding-bottom:15px;
}

div.clearer  {clear:  both;  line-height:  0;  height:  0;}



/* sloty na obrázky*/

.slot{
  float:left;
  width:132px;
  height:132px;
  background-image: url("images/slot.jpg");
}
.slot:hover{ background-image: url("images/slotOVER.jpg");}

.article a img{
  position:relative;
  top:30px;
  left:20px;
}

a img{ border: 0px; margin:0px;}

.remarc{
 width:300px; 
 display:inline;
 float:right;
 font-size:10px;
 padding-top:6px;
 padding-bottom:6px;
 color:black;
 text-decoration:none;
}

ul{
  margin-top:0px;
  font-size: 14px;
}
