﻿* {
 margin: 0px auto;
}
body {
 background-image: url('img/pozadi_okraje.png');
 font-family: arial;
 background-color: #ffffff;
 font-size: 12px;
 color: #FFFFFF;
}
#container {
 width: 1000px;
 background-color: #333333;
}
a {
 text-decoration: none;
	color: #FFFFFF;
}
#menu {
 background: url('img/menu_top.png') no-repeat left top;
 width: 1000px;
 height: 34px;
 text-transform: uppercase;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
}
a:hover {
 text-decoration: underline;
}
#menu img {
 float: left;
 margin-left: 3px;
 padding-top: 2px;
 border: 0px;
}
#box {
 border: 1px solid #C0C0C0;
 width: 33.13%;
 height: 150px;
 float: left;
 text-align: center;
}
#fullbox {
 text-align: left;
 padding: 20px;
}
#bottom {
 float: left;
 font-size: 12px; 
 color: #FF9900;
 width: 1000px;
 height: 90px;
 background-color: #333333;
}
.cleaner {
 clear: both;
}

.tx {
font-size:10pt; 
}


.mal {font-size:7pt; color:"#000000"; text-decoration: none;}
.vel {font-size:10pt; font-weight:bold; text-decoration: underline ;color:"#FF0000"; }
.nadp {font-size:22pt;font-weight:bold;   color:"#0000BB";font-family:Arial}
.jb {
        font-size : small;
        font-family : Arial;
        font-style : normal;
        color : #FF0000;
        background-color:yellow;
        left : 25;
        top : 63;
        position : absolute;}



