BODY {
	font-family: Verdana, Arial; 
	font-size: 10pt;
    margin-top: 10px;
    margin-left: 100px;
}


.menu {
	border: 1px #2E5D10 dotted;
    background-color: #DAF6C7;
    width: 200px;
    position: absolute;
    left: 20px;
    top: 105px;
    padding: 3px;
    font-size: 8pt;
}


.content {
    position: relative;
    left: 130px;
    top: 6px;
    background-color: #EEEEEE;
    width: 756px;
    padding: 5px;
    font-size: 8pt;
}

.bottom {
    position: relative;
    top: 50px;
    left: 50px;
    width: 800px;
	border: 1px #2E5D10 dotted;
    background-color: #FFF4CF;
    padding: 3px;
    text-align: center;
    font-size: 7pt;
    margin-bottom: 100px;
}


/* Stare */


H1 { 
	color: #2E5D10; 
	font-size: 12pt;
}

H2 { 
	color: #2E5D10; 
	font-size: 11pt;

}

/* preklepy */
.mprints {
	font-size: 8pt; 
}


INPUT {
	font-size: 8pt; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1 solid rgb(102,153,255);
}

SELECT {
	font-size: 8pt; 
	background-color: rgb(255,255,255); 
	color: rgb(0,0,0); 
	border: 1 solid rgb(102,153,255);
}


/* Bezne odkazy v textu stranek */
P A:link { 
	text-decoration: none; 
	color: #2E5D10; 
/*	color: #000000;
    cursor: default; */ 
}

.menu A:link { 
	text-decoration: none; 
	color: #2E5D10; 
}

A:link { 
	text-decoration: none; 
	color: #2E5D10; 
}

A:visited {
	text-decoration: none; 
	color: #2E5D10; 
}

A:active { 
	text-decoration: none; 
	color: #2E5D10; 
}

A:hover {
	color: #FF0000; 
	text-decoration: UNDERLINE; 
}


/* inverzni hlavicka */ 
.inverseheader {
	text-align: center;
    padding: 1px;
    margin-top: 2px;
    border: 1px #000000 dotted;
	color: #000000;
    background-color: #cccccc;
}

TABLE {
	font-size: 8pt;
}

.program1 {
	background-color: #dddddd;
}

.andthat {
	color: #aaaaaa;
}

.gray {
	color: #000000;
}

.gray A {
	color: #000000;
}

.gray:link {
	color: #000000;
}

