		/* 05 css by ali || the.air.is.mine@gmail.com */
		
		html{
		height:100%;
		}
		body{
		margin: 0;
		padding: 0;
		background-color:#006633;
		font-family:'Tahoma';
		font-size:13px;
		height:100%;
		}
		#header{
		float:right;
		width:80%;
		background-color: #FFCC33;
		overflow:auto;
		padding-top:10px;
		padding-bottom:10px;
		}
		#left{
		float: left;
		width:20%;
		height:100%;
		background-color: #006633;
		overflow:auto;
		text-align:center;
		}
		#content{
		float:right;
		width:80%;
		background-color: #FEFBC5;
		/* overflow:visible - kvuli IE (firefox rules) */
		overflow:visible;
		/* height hack - vazne nemam rad IE */
     	min-height: 100%;
     	height: auto;
     	_height: 100%;
		}
		/* IMAGES */
		img.odsazeno{
		margin-left:10%;
		}
		img.right{
		float:right;
		margin-left:10px;
		margin-top:5px;
		}
		img.left{
		float:left;
		margin-right:10px;
		margin-top:5px;
		}
		.logo{
		margin-top:5px;
		border-width:1px;
		border-style:solid;
		}
		/* PARAGRAPHS */
		p.header{
		color: #FFCC00;
		font-size:18px;
		font-weight:bold;
		}
		p.adresa{
		color: #FFCC00;
		font-size:16px;
		}
		p.odsazeno{
		margin-left:10%;
		margin-right:10%;
		text-align:justify;
		}
		p.back {
		margin-left:10%;
		}
		/* ANCHORS */
		a:hover{
		text-decoration:none;
		}
		#left a{
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		}
		#left a.plain{
		color:#FFCC00;
		font-size:16px;
		font-weight:normal;
		}
		a.vtextu{
		color:#006633;
		font-weight:200;
		}
		a.vtextub{
		color:#006633;
		font-weight:bold;
		}
		#header a{
		color:#FFCC00;
		font-size:13px;
		text-decoration:none;
		font-weight:bold;
		}
		p.back a{
		color:#006633;
		}
		ul.ochrana a{
		color:#006633;
		}
		/* HEADERS */
		h1{
		color:#006633;
		font-size:21px;
		font-weight:600;
		margin-left:10%;
		margin-top:30px;
		}
		h2{
		color: #006633;
		font-size:16px;
		font-weight:bold;
		margin-left:10%;
		}
		h3{
		color: #006633;
		font-size:14px;
		margin-left:10%;
		margin-right:10%;
		}
		/* SPAN CLASSES */
		.alert{
		font-weight:bold;
		color:#FF0000;
		}
		.news{
		font-size:13px;
		font-weight:bold;
		color:#006633;
		}
		.green{
		color:#006633;
		font-weight:bold;
		}
		/* THE REST */
		li{
		margin-left:10%;
		margin-right:10%;
		margin-bottom:8px;
		}
		td{
		text-align:center;
		height:22px;
		}
		table.form{
		margin-left:10%;
		}
   		table.form td{
		font-weight:normal;
		text-align:left;
		}
