body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #dcc543;
	margin: 0px;
}
a{
	font-weight: bold;
	text-decoration: none;
}
#main{
	margin: 0px;
	background: #cbb432;
}

/* --------hlavicka: názov a horné menu--------- */
#head{
	background: url(Obr/hlavicka_04.jpg) top right no-repeat #baa321;
	vertical-align: top;
	margin: 0px;
	height: 193px; width: 900px;
}
	#head img{
		margin: 0px;
	}
	#head div.topmenu{
	position: relative; left: 600px; bottom: 12px;
	width: 324px; height: 59px;
	margin: 0px;
	padding: 8px 0 0 20px;
	}
	
	/* ----hack pre IE 7--- */
	*+html #head div.topmenu
	{
	bottom: 12px;
	}
	/* ----hack pre IE 6--- */
	* html #head div.topmenu
	{
	bottom: 12px;
	}
		#head div.topmenu a{
		margin-left: 18px;
		color: #ffffff;
		font-size: 12px;
		font-style: italic;
		text-decoration: underline;
		}
		#head div.topmenu a:hover{
		color: #fef09f;
		
		}
/* --------obsah: novinky, úvodný text, hlavné menu--------- */
#cont{
	background: #baa321 url(Obr/bgdown.gif) left bottom repeat-x;
	margin: 0px;
	width: 900px;
}
/* --------novinky--------- */
#messages{
	/*border: 1px solid;*/
	background: #dfce6e;
	margin: 0 25px 0 20px; padding: 0px;
	width: 281px;
	font-size: 12px;
	z-index: 1;
	float: left;
}
/* ----hack pre IE 7--- */
*+html #messages
	{
	position: relative;
}
	#messages div{
		padding: 8px;
		max-height: 200px;
		overflow: auto;
	}
	
	* html #messages div
	{
	height: 200px;
	}
	#messages a img{
	border: none;
	}
	#messages div p.sprava span{
		font-weight: bold;
		color: #993300;
		display: block;
		}
/* ----hack pre IE 6, 5.5--- */
* html #messages
	{
	position: relative;
	margin-left: 10px;
	}
/* --------uvodny text--------- */	
#welcome{
	position: relative;
	width: 60%;
	background: url(Obr/deti.jpg) bottom right no-repeat;
	overflow: hidden;
	font-size: 13px;
	color: #000000;
	margin: 0px; padding-bottom: 20px;
	z-index: 1;
}
	#welcome h1{
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
	}
	#welcome p{
		padding: 0 0 10px 0;
		font-style: italic;
	}
/* --------hlavné menu--------- */
#menu{
	padding: 0px; margin: 60px 0 0 130px;
}
	#menu div{
		position: relative;
		margin: 0px;
		width: 157px; height: 23px;
		text-align: center;
		padding-top: 4px;
	}
	#menu div.button1{
		left: 10px;
		background: url(Obr/polozka1.png) left no-repeat #663300;
	}
	#menu div.button2{
		left: 0px;
		background: url(Obr/polozka2.png) left no-repeat #663300;
	}
	#menu div.button3{
		left: 20px;
		background: url(Obr/polozka3.png) left no-repeat #663300; 
	}
		#menu div a{
		margin-top: 2px;
		color: #FFCC66;
		font-weight: bold; font-size: 12px;
		text-decoration: none;
	}
	#menu .neaktivne{
		margin-top: 2px;
		color: #998844;
		font-weight: bold; font-size: 12px;
	}
	
/* --------spodná časť: obrázky (stany a chlapec) plus tabuľka s počtom voľných miest--------- */
#down{
	position: relative; bottom: 180px;
	width: 900px;
}
	#down div.volne{
		position: relative; left: 480px; bottom: 95px;
		color: #ffffff;
		font-size: 13px;
		font-weight: 700;
		font-style: italic;
		width: auto;
	}
	#down img{
		clear: both;
	}
	#down p.dole{
		position: relative; bottom: 60px;
		font-size: 10px;
		color: #996600;
		text-align: center;
		margin: 0px;
	}
		#down p.dole a{
			font-size: 11px;
			color: #993300;
		}
	#down table{
		background: #baa321;
		font-size: 12px;
		margin-top: 10px;
		color: #fd9;
	}
	#down td{
		background: #988100;
		padding: 3px 6px;
	}
	#down td.pocet{
		width: 25px;
		color: #fff;
	}
