
body,tr,td,p,ul,li {
    color: #43413D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
}
body
{

   text-align: center;
   margin-top: 0px;	
}

a, a.link, a.visited, a.active {
	color: #008CC6;
}
a.hover {
	color: #008CC6;
	text-decoration : none;
}

#wholecontent {
    margin-left: auto;
	margin-right: auto;
    width: 765px;
    text-align: left;
	background-image: url('../images/background.png') ;
    background-repeat: repeat-y;  
}
#header {
   position: relative;
   height: 241px;
}
#header-top {
    position: absolute;
	left: 0px;
	top: 0px;
    width: 765px;
    height: 31px;
    background-image: url('../images/header-top.png') ;
    background-repeat: no-repeat;  
}
#header-logo {
    position: absolute;
	top: 31px;
    width: 265px;
    height: 131px;
	cursor:hand;
    background-image: url('../images/header-logo.png') ;
    background-repeat: no-repeat;  
}
#header-main {
    position: absolute;
	top: 31px;
	left: 265px;
    width: 500px;
    height: 131px;
    background-image: url('../images/header-main.png') ;
    background-repeat: no-repeat;  
}
#toolbar {
    position: absolute;
    width: 765px;
    height: 79px;
	top: 162px;
	left: 0px;
    
	background-image: url('../images/menu.png') ;
    background-repeat: no-repeat;  
	
}

#flag-cz{
    position: absolute;
	top: 139px;
	left: 618px;
}
#flag-en{
    position: absolute;
	top: 139px;
	left: 668px;
}
#flag-de{
    position: absolute;
	top: 139px;
	left: 718px;
}
#main{
    position: relative;
   
	min-height: 450px;
	
    padding-top: 25;
	padding-left: 40;
	padding-right: 40;
	padding-bottom: 25;
    	
}
* html #main {height:450px}



#content{
    position: relative;
	
	
}
#footer {
    position: relative;
	
}
#footer-top{
    position: absolute;
    width: 765px;
    height: 45px;
	top: 0px;
	left: 0px;
    
	background-image: url('../images/footer-top.png') ;
    background-repeat: no-repeat;  
}
#footer-bottom{
    position: absolute;
    width: 765px;
    height: 26px;
	top: 45px;
	left: 0px;
    
	background-image: url('../images/footer-bottom.png') ;
    background-repeat: no-repeat;  
}


.half{
    position: float;
	float: left;
    width: 314px;
	margin-right: 27px;
	
}

.clear {
	clear: left;
	height: 10px;
}

.bluebox{
    position: float;
	float: left;
    width: 40px;
	height: 100;
	margin-right: 16px;
	margin-bottom: 8px;
	
	background-color: #AADAEE;
}

.summary{
    
	font-style: italic;
	font-size: 14;
	font-weight: bold;
}

ul.menu {
	margin : 16px 0 0 0;
	padding : 0 0 0 40px;
	height : 79px;
	width : 765px;
	color: #D0D0D0;
	font-weight: normal;
	font-size: 16px;
	

	/*border: 1px solid blue;*/
}

ul.menu li {
	text-align : center;
	height : 79px;
	margin : 0 25px 0 0;
	float : left;
	display: inline;
	list-style : none;
	
}

ul.menu li.selectedmenu {
	text-align : center;
	height : 79px;
	/*background : url('../images/menu_polozka.png') top center no-repeat;*/
	margin : 0 25px 0 0;
	float : left;

	list-style : none;
	background : url('../images/selectedmenu.gif') 0 21px repeat-x;
}
ul.menu li a {
	color: #D0D0D0;
	text-decoration : none;
}


ul.submenu {
	margin : 6px 0 0 0;
	padding : 0 0 0 10px;
		
	/*border: 1px solid blue;*/
}

ul.submenu li {
	text-align : left;
	
	
	/*background : url('../images/menu_polozka.png') top center no-repeat;*/
	margin: 0 15px 0 0;
	/*padding : 0 20px 0 0;*/
	float : left;
	color: #9AFAFF;
	list-style : none;
	display: inline;
	
	height: auto;
}
ul.submenu li a {
	color: #9AFAFF;
	text-decoration : none;
}
ul.submenu li a:hover {
	color: #FFFFFF;
	text-decoration : none;
}

ul.submenu li.selected {
	text-align : left;
	
	
	/*background : url('../images/menu_polozka.png') top center no-repeat;*/
	margin: 0 15px 0 0;
	/*padding : 0 20px 0 0;*/
	float : left;
	color: #9AFAFF;
	color: #9AFFFF;
	list-style : none;
	display: inline;
	font-weight: bold;
	height: auto;
}
ul.submenu li.selected a {
	color: #FFFFFF;
	text-decoration : none;
}
ul.submenu li.selected a:hover {
	color: #FFFFFF;
	text-decoration : none;
}

.imgbottom {
   position: relative;
   top: 1px;
}

ul.menu li a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

#submenucontainer {
    position: absolute;
	height: 34px;
	top:45px;
	background-color: #008CC6;
}
#references table {
     border-width: 0px 0px 0px 0px; 
     margin-top: 26px;
     border-collapse: collapse;	 
}

#references th {
    font-size: 12px;
    font-weight: bolder; 
	padding: 4px;
	text-align: left; 
	border-width: 0px 0px 2px 0px;
	   border-style: none none solid none;
        
}
#references tr {
    
	border-width: 0px 0px 2px 0px;
	border-style: none none solid none;
        
}
#references td {
	   margin: 0px;
       padding: 4px;
	   border-width: 0px 0px 1px 0px;
	   border-style: none none solid none;
	   font-size: 12px;
           
}
.empth {
	
}

#references em {
   color: #008CC6;
   font-size: 12px;
   font-weight: bolder;
}
.arrow {
   position: relative;
   top: -2px;
} 

h1 {
   margin-top: 0px;
   margin-bottom: 20px;
   font-size: 22px;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   color: #43413D;
}
em {
   color: #008CC6;
   font-size: 28px;
   font-weight: bolder;
}

h2 {
   margin-top: 20px;
   margin-bottom: 10px;
   font-size: 17px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #008CC6;
}
h3 {
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: 15px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #008CC6;
}
p {
   text-align: left;
   font-size: 12px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 10px;
}
#smallercontent
{
   position: absolute;
    left:0px;
    top:0px;
    width: 450px;
}


strong {
    font-size: 13px;
	font-weight: bold;
}


.nojustify {
	text-align: left;
}


