* {
 margin:0px;
 padding:0px; 
 }

body {
 font-family:arial;
 width:100%;
 height:100%;
 background: url('./images/bg_bottom.jpg') bottom repeat-x #fff;
}


.vrch {
 position:absolute;
 width:100%;
 height:124px;
 background: url('./images/bg_top_uvod.jpg') bottom repeat-x #fff; 
}


.stred {
 position:absolute;
 top:50%;
 left:50%;
 padding-top:160px;
 padding-bottom:160px;
 margin-top:-344px;
 margin-left:-293px;
 width:586px;
 height:386px;
}

.in {
 margin-top:60px;
 float:left;
 width:250px; 
}

.text {
 padding:10px;
 font-size:11px;
}

.odkaz {
 float:right;
 color:#035cb5;
 font-style: italic;
 font-weight: bold;
 font-size:12px;
 margin-top:10px;
}

.odkaz:hover {
 color:#0078ef;
}


.predel {
 float:left;
 width:86px;
 height: 368px;
 background: url('./images/predel.jpg');
}



