body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*pro IE, odstraneni borderu u obrazku, ktere sou soucasti odkazu*/

img {
	border: 0;
}

a img {
	border: 0;
}

a{
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	 font-size: 120%;
	 color: #CC0000;
}

h2{
 font-size: 100%;
 color: #CC0000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: white;}

h5{
 font-size: 70%;
 font-weight: bold;
 color: #CCCCCC;
}
p{
 font-size: 100%;
 padding:0;
 margin:0;
 }
ul{
 padding:3px;
 margin:0px;
 list-style-type: square;
}

li{
 padding-top:2px;
 padding-bottom:2px;

}

label{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
  color: #CC0000;
}

form {
  padding: 0;
}
table {
font-size:100%;
}
td {
padding-top:2px;
padding-bottom:2px;
}

input, textarea {
font-size:100%;
/*height:20px;*/
background-color:#EBEBEB;
border: solid #999999 1px;

}

select {
font-size:100%;
/*height:30px;*/
border: solid #999999 1px;
}


hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0;
  padding:0;
  border:none;
  visibility: hidden;
}
      
div#main {
  position: relative;
  width: 762px;
  margin: auto;
  text-align: left;
  padding: 0;
  background-color: #fff;
}


/***************************obsah stranky********************/
#content{
	position:relative;
	float:left;
	width: 510px;
	background-color:#FFFFFF;
	margin-left:15px;
	padding-top: 0px;
	padding-right: 5px;
}
#content a{
	margin:0;
	padding:0;
}

#content ul{
  position: relative;
	padding-left:10px;
	list-style-type: none;
}

#content li{
 margin:0;
 padding-left:15px;
 padding-top:0px;
 padding-bottom:0px;
 background-image:url(/images/arrow.gif);
 background-repeat:no-repeat;
 position: relative;
}
/***************************top menu********************/
#menupruh {
	width: 762px;
	height: 27px;
	text-align:right;
	top: 300px;
	right: 0px;
	color: #999999;
	background-image: url(/images/bcgr_top_menu.gif);
	background-repeat: repeat-x;
	background-color: #f4ede3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menupruh a, a:visited, a:link, a:active{
	color:#333333;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration:none;

}
#menupruh a:hover{
	padding-left: 15px;
	padding-right: 15px;
	background-color:#CCCCCC;
	text-decoration:none;

}
/***************************leve menu********************/

#leftmenu{
float:left;
width:228px;
height:400px;
background-color:#FFFFFF
}

.menubox{
width:228px;
height:105px;
margin-bottom:2px;
background-image:url(/images/left_menu_top.gif);
background-repeat:no-repeat;
background-color:#EDEDED;
}
.menubox ul{
padding-bottom:0px;
padding-top:5px;
padding-left:15px;
list-style-type: none;
margin:0;
}
.menubox li a{
 padding-left:10px;
}
.menubox li a:hover{
text-decoration: underline;
}

.menubox li a:visited{
 padding-left:10px;
}
.menubox h1{
font-size:100%;
padding-left:15px;
}

/************** zapati ************************/


#paticka {
font-weight:normal;
color:#999999;
font-size:80%;
padding:5px;
margin:0;
border-top:solid #999999 1px;
}

#paticka a{
font-weight:normal;
color:#999999;
padding:0;
margin:0;
}

/*co se nema zobrazovat pri tisku, pripadne, co se ma zobrazovat jinak*/
@media print {
  ul#listMenuRoot {
    display: none;
  }
  div#titul_stodo {
    display: none;
  }
  form#cenikform {
    display: none;
  }
  div#puzzle {
    display: none;
  }
  .no_print {
    display: none;
  }
  div#content {
    border: none;
  }
  div#cadviewer {
    display: none;
  }
  div#virt_dum {
    display:none;
  }
}

