/* (c) Filip Pudmarčík */

#page {
	width: 700px;
	margin-top: 0.1em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.2em;
	border: 2px solid rgb(153,102,52);
	color: rgb(255,255,255);
	background : rgb(255,249,224) none;
	background-image: url(/margita/img/bg_2page.png);
	background-position: center;
	text-align: left;
	}

body {
	text-align: justify;
	margin: 0 px; 
	padding: 0px;
	font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(255,255,255);
	background : rgb(240,240,240);
	background-image: url(/margita/img/bg_body.png);
	background-position: center;
	}

.top {
	width: 700px;
	height: 120px;
	margin-top: 0px;
	background-color: rgb(255,249,224);
	}

.top-menu {
	width: 550px;
	height: 25px;
	margin-top: 0px;
	margin-left: 40px;
	background-color: rgb(255,249,224);
	background-image: url(/margita/img/gom0.png);
	background-repeat: repeat-x;
	}

.column {
	width: 700px;
	margin-top: 0px;
	}

.telo {
	float: center;
	width: 700px;
	height: auto;
	background-color: rgb(255,249,224);
	color: rgb(0,32,0)
	}

.bottom {
    width: 700px;
    height: 15px;
    margin-top: 3px;
    padding-top: 6px;
    color: rgb(64,64,64);
    clear: both;
    text-align: center;
    font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
    font-size: 10px;
    background-color: rgb(255,249,224);
    background-image: url(/margita/img/bg_pata.png);
    }

  h1 { font-weight: bold;
    font-size: 22px;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 15px;
    background-image: url(/margita/img/bg-n1.png);
    color: rgb(0,64,0);
    }

  h2 { color: rgb(0,64,0);
    font-weight: bold;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    background-image: url(/margita/img/bg-n2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 10px;
    }

  h3 { font-family: Arial,Helvetica,sans-serif;
    color: rgb(0,64,0);
    font-weight: bold;
    font-size: 15px;
    background-image: url(img/bg-n3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 20px;
    margin-bottom: 5px;
    }

  h4 { color: rgb(0,64,0);
    padding-left: 15px;
    margin-bottom: 0px;
    }

  a { font-family: Arial,Helvetica,sans-serif;
    color: rgb(64,64,64);
    text-decoration: underline;
    }

  a:hover { color: rgb(128,128,128);
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }

  .text { font-family: Arial,Helvetica,sans-serif;
    text-align: justify;
    text-indent: 30px;
    margin-bottom: 2px;
    margin-top: 2px;
    }

  hr { color: rgb(0,64,0);
    margin-top: 1pt;
    margin-bottom: 0pt;
    }
    
  .vpravo { font-family: Arial,Helvetica,sans-serif;
    text-align: right;
    margin-bottom: 2px;
    margin-top: 2px;
    }

/* Menu */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100px; /* Width of Menu Items */
	color: rgb(0,128,64);
	font-weight: bold;
	font-family: sans-serif;
	font-variant: caps;
	font-size: 12px;
	
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	width: 170px; /* Width of Menu Items */
	top: 19px; /* Set 1px less than menu width */
	left: -10px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	margin: 0px;
	padding: 2px;
	list-style: none;
	display: block;
	text-decoration: none;
	color: rgb(255,249,224);
	background-image: url(img/gom0.png);

	}
	
ul li a:hover{ 
	background-color: rgb(255,249,224);
	text-decoration: underline;
	color: rgb(255,255,255);
	background-image: url(img/gom1.png);
	}

/* Holly Hack. IE Requirement \*/
* html ul li { height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */


