BODY
{
   	background: #005640;
  	color: white;
}
SELECT
{	
    COLOR: black;
    FONT-FAMILY: Arial CE;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none
    
}

A
{
    
     FONT-FAMILY: arial;
    TEXT-DECORATION: underline
}
A:hover
{
    
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    
    TEXT-DECORATION: underline
}
A:active
{
    
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    
    TEXT-DECORATION: underline
}
A:link
{
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    
    TEXT-DECORATION: underline
}
A:visited
{
    
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    
    TEXT-DECORATION: underline
}
H1
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    FONT-STYLE: normal;
    FONT-WEIGHT: 900;
    TEXT-ALIGN: center
}
H2
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    FONT-STYLE: normal;
    FONT-WEIGHT: 900;
    TEXT-ALIGN: center
}
H3
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    FONT-STYLE: normal;
    FONT-WEIGHT: 900;
    TEXT-ALIGN: center
}
H4
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    FONT-STYLE: normal;
    FONT-WEIGHT: 900;
    TEXT-ALIGN: center
}
H5
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial CE, Arial, Sans-serif;
    FONT-STYLE: normal;
    FONT-WEIGHT: 900;
    TEXT-ALIGN: center
}

#hlava {
	position: absolute;
	font: bold 24px Tahoma ;
	color: white;
	left: 23%;
	width: 450px;
	top: 0px;
	z-index: 5;
}
#odkaz {
	
	font: bold 22px ARIAL CE ;
	Color: gold;
	left: 41%;
	height: 30px;
	position: absolute;
	top: 40px;
	z-index: 1;
}

#vlajky {
	
	background: #005640;
	position: absolute;
	left: 0px;
	top: 0px;
	widht: 150px;
	z-index: 8;
}
#pocitadlo {
	background: #005640;
	position: absolute;
	right: 1%;
	top: 0px;
	z-index : 10;
}

#left {
	position: absolute;
	background: #ffffff;
	background:  url('../images/bgr3.gif') white fixed center 10%;
	left: 0;
	top: 86;
	width: 80%;
	height: auto;
	z-index : 5;
}

#right {
	
	position: absolute;
	right: 0%;
	top: 86;
	width: 20%;
	height: auto;
	z-index : 6;
}


#linka {
	
	position: absolute;
	BACKGROUND: #005640;
	top: 65px;
	width: 98%
	height: 2;
	border:0px solid gold;
        z-index: 1;
}

#vitejte {
	
	background: #005640;
	width: 100%;
	
}


td 
{	color: #005640;
	font: 13px Arial CE ;
	line-height: 15px;
	}

tr 
{	
	color: white;
	font: 13px Arial CE ;
	line-height: 15px;
	}


@page 
{
	margin: 1,5cm;
	}

@media print
{
	body{
	color: black;
	background: white;
	font-size: 13pt;
	}
div#hlava{
	position:static;
	}
div#odkaz{
	position:static;
	}
div#vlajky{
	position:static;
	}
div#pocitadlo{
	position:absolute;
	}
div#linka{
	display: none;
	}	
div#left{

	width: 100%;
	position:static;
	}
div#right{
	display: none;
	}
div#vitejte{
	display: none;
	}
}
