	
BODY {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	top: 0px;
	clip:  rect(0px auto auto auto);
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	top: 0px;
	clip:  rect(0px auto auto auto);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
        FONT-WEIGHT: bold;
	color: #9D530B;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
        FONT-WEIGHT: bold;
	color: #9D530B;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        FONT-WEIGHT: normal;
	color: #9D530B;
}


/* KLASICKE LINKY */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D530B;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D530B;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D530B;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}


/* LEVE MENU */


a.leftmenu:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 11px;
}
a.leftmenu:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.leftmenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 11px;
}
a.leftmenu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
	font-size: 11px;
}

#menu H1 { 
	padding: 1px; 
	margin-top: 5px; 	
	margin-bottom: 0px; 	
	font-size: 12px; 
	color: #ffffff; 
    background: #B32900; 
	border-top: 2px dotted #ff0000;
	border-bottom: 2px dotted #ff0000; 
    text-align: center;    
}

#menu P {
	margin: 5px;
    text-align: center;    
}

#submenu {
	font-size: 14px; 
	margin: 5px;
    text-align: center;
    padding: 4px;    
    background: #CBB898;
	border: 2px dotted #9D530B;
    margin: 0px;
}

