/* CSS Document, masterstyle.css */
body {
	font-family: "MS Reference Sans Serif", "MS Sans Serif", "Arial";
	font-size: 10pt;
	background-color: rgb(149,149,149);
	}
	
div#page {
	width: 944px;
	height: 1280px;
	margin: 18px auto;
	}

div#logo {
	margin: 0;
	padding: 0;
	width: 776px;
	height: 100px;
	background-color: white;
	border: 12px solid rgb(194,194,194);
	}

div#left {
 	width: 195px;
	height: 1152px;
	float: left;
	border: 12px solid white;
	border-bottom: 12px solid white;
	border-top: none;
	background-color: rgb(194,194,194);
	}

div#poutac {
  /*margin-left: 1200px;*/
	width: 120px;
	height: 600px;
	float: right;
	border: 12px solid white;
	}
	
div#left div#menu {
	position: relative;
	background-color: rgb(0,146,63);
	}
	
div#left div#under_menu {
	position: relative;
	background-color: rgb(194,194,194);
	height: 788px;
	}
	
div#content {
	width: 561px;
	height: 1148px;
	float: left;
	padding: 2px 4px;
	border-right: 12px solid white;
	border-bottom: 12px solid white;
	background-color: rgb(241,241,241);
	}
	
div#prostor {
	width: 800px;
	height: 1148px;
	padding: 2px 0px;
	border-bottom: 12px solid white;
	background-color: rgb(241,241,241);
	}	
	
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#menu ul li {
	margin: 0;
	padding: 0;
	}

div#menu ul li.twolines a {
	padding: 0.2em 6px 0 6px;;
	height: 3em;
	}
	
div#menu ul li.threelines a {
	padding: 0.2em 6px 0 6px;;
	height: 4em;
	}
	
div#menu ul li a {
	text-decoration: none;
	color: white;
	display: block;
	vertical-align: bottom;
	width: auto;
	height: 1em;
	padding: 0.8em 6px;
	}
	
div#menu ul li a:hover {	
	color: black;
	background-color: rgb(248,195,0);
	}
	
h3 {
	text-align: center;
	}

div#content p {
  text-indent: 5ex;
  text-align:justify;
  }
  
div#content a {
    color: rgb(0,146,63);
    }
  
div#content a:hover {
  color: rgb(248,195,0);
  }

div#content ol li {
  text-align:justify;
  }

div#under_menu a {
  color: rgb(0,146,63);
  }
  
div#under_menu a:hover {
  color: rgb(248,195,0);
  }

div#menubambi table {
    text-align: center;
    width: 100%;
  }
  
div#menubambi table td {
  border: 2px outset red;
  background-color: red;
  }
  
div#menubambi table td a {
  color: black;
  font-size: 14px;
  text-decoration: none;
  }

div#menubambi table td a:hover {
  color: black;
  text-decoration: underline;
    }

div#program table {
  color: black;
  text-decoration: none;
  padding: 3px;
  }
  
div#program table td {
  border: 1px solid red;
  }
  
span.big {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 1.5em;
	font-weight: bold;
	border: 0;
	}
	
span.midle {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	line-height: 1.5em;
	font-weight: bold;
	border: 0;
	}	
