html,body{ 
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: #000000;
	background: #bebebe;
	margin: 0px;
	padding: 0px;
}

/* ************************************************* BEGIN OF DESIGN */

div.stranka{
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/design/back.jpg);
}

div.hlavicka{
    margin: 0 auto;    
    width: 980px;
    height: 184px;
    background-image: url(../images/design/top_back.jpg);
}

div.netium_logo{
    float: left;
    padding: 30px 0px 0px 65px;
    text-align: center;
}

div.netium_menu{
    margin: 0 auto;
    clear: both;
    height: 76px;
    width: 940px;
    background-image: url(../images/design/menu_back.jpg);
}

div.netium_content{
	width: 940px;
	margin: 0 auto;
    margin-bottom: -5px;
}

.netium_content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    width: 234px;
    float: left;
    background-color: #d1d1d1;
    background-image: url(../images/design/left_back.jpg);
    background-repeat: no-repeat;
}

div.left_frame_padding{
    padding: 20px;
    line-height: 18px;
}

div.right_frame{
    width: 706px;
    float: right;
}

div.right_frame_padding{
    padding: 20px;
    line-height: 18px;
}

div.bottom{
    margin: 0px auto;
    width: 980px;
    height: 30px;        
    background-image: url(../images/design/bottom_back.jpg);    
    background-repeat: no-repeat;
    background-color: #bebebe;    
}

div.bottom_padding{
    padding: 10px 25px 0px 0px;
    color: #929292;
    text-align: right;
}

div.center{
    text-align: center;
}

div.highlite{
    border: 1px solid #dedede;
    background-color: #d7ebff;
    padding: 10px;
}

div.highlite:hover{
    background-color: #D7EBFF; /*#e4e4e4;*/
    border: 1px solid #5A8EBC;
    padding: 10px;
/*
    border: 1px solid #dedede;
    background-color: #d7ebff;
    padding: 10px;*/
}


div.product{
    width: 300px;
    border: 1px solid #dedede;
    padding: 10px;
    text-align: center;
    height: 110px;
    margin-bottom: 20px;
}

div.product:hover{
    background-color: #D7EBFF; /*#e4e4e4;*/
    border: 1px solid #5A8EBC;
    padding: 10px;
}

/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

table.border td{
    border: 1px solid #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

thead td{
	background-color: #ebe5cf;
}

td{
   font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
   font-size : 11px;	
}
/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #2E5990;
	text-decoration: none;
	font-weight: bold;	
}   

a:hover{
    color: #407EC8;
}

a.menu{
    color: #828282;
    font-weight: normal;
}

a.bottom:hover{
    color: #ffffff;
    font-size: 11px;    
    text-decoration: none;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 18px;
	font-weight: bold;
	color: #dd591a;
	margin: 0px;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	color: #dd591a;
	margin: 0px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */
br.both {
    clear: both;
}
span.highlite{
	color: #85a9d1;
}

span.h2{
    font-size: 14px;
	color: #ffffff;
	margin: 0px;
}

span.message{
    color: #DA050D;
    font-weight: bold;
    font-size: 12px;
}

span.error{
	font-weight: bold;
	color: #c5464d;
}

.defaultErr{
    color: #b30c13;
}

span.low{
    font-size: 9px;
    color: #7b7b7b;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 30px;
}

ul li ul{
    list-style-type: square;
    padding-left: 20px;
}

li{
  margin: 0px;
  padding: 0px;
}

.netium_menu ul {
      margin: 0px 0px 0px 10px;
      padding: 0;      
      list-style-type: none;
}
    
.netium_menu li {
      margin: 0;
      padding: 0;
      float: left;
}

.netium_menu li {
      width: 100px;
      height: 74px;
      background-image: url(../images/design/button_back_light.jpg);
      text-align: center;
}

.netium_menu li.dark{
      background-image: url(../images/design/button_back_dark.jpg);
}


.netium_menu li.separator{
    background: none;
    width: 15px;
}

.netium_menu li.separator img{
    margin-top: 16px;
}

.netium_menu a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #63aade;
      font-size: 12px;
}

.netium_menu a.active {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #dd591a;
      font-size: 12px;
}

.netium_menu a:hover {
      color: #dd591a;
}
/* ************************************************* END OF TEXT */

img{
    border: 0px;
}
