/* <![CDATA[ */
	html {
		height: 100%;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: rgb(204,204,204);
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	sub, sup {
	    vertical-align: baseline;
	    position: relative;
	}
	sub {
	    top: 0.4em;
	}
	sup {
	    bottom: 0.4em;
	}
	#content {
		width: 760px;
		_height: 100%;
		min-height: 100%;
		margin: 0 auto 0 20px;
		text-align: left;
		background-color: rgb(255,255,255);
		border-left: 1px rgb(100,100,100) solid;
		border-right: 1px rgb(100,100,100) solid;
		background: url(../imgs/menu_bg.gif) top left repeat-y;
		padding: 0px;
	}
	#heading {
		height: 142px;
		background-color: rgb(255,255,255);
		position: relative;
		background-image: url(../imgs/top_bg1.gif);
		background-repeat: no-repeat;
		background-position: 221px 68px;
		margin: 0;
		padding: 0;
	}
	#logo {
		background: url(../imgs/logo.jpg) left top no-repeat;
		width: 180px;
		height: 112px;
	}
	#vlajky {
		position: absolute;
		top: 1px;
		right: 1px;
	}
	#vlajky img {
		border: 1px rgb(0,0,0) solid;
		height: 14px;
	}
	#lista {
		width: 100%;
		height: 23px;
		_height: expression(this.scrollHeight > 23? "23px" : "23px" );
		overflow :hidden;
		background: url(../imgs/redime3.gif) left top no-repeat;
		background-color: rgb(127,131,125);
		position: absolute;
		bottom: 0;
		border-top: 3px rgb(134,215,91) solid;
		border-bottom: 3px rgb(134,215,91) solid;
		padding: 0px;
	}
	#menu {
		width: 216px;
		float: left;
		margin: 0;
		padding: 0;
	}
	#menulist {
		list-style-type: none;
		text-align: left;
		margin: 0;
		padding: 0;
		float: left;
		width: 215px;
		position: relative;
	}
	#menulist li a {
		background: url(../imgs/menu_off.gif) left center no-repeat;
		padding-left: 29px;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		line-height: 2.3em;
		font-size: 80%;
		text-indent: 1em;
		color: rgb(103,103,103);
		display: block;
		min-height: 29px;
		_height: 28px;
		border-bottom: 1px solid rgb(255,255,255);
	}
	#menulist li a:hover {
		background: transparent url(../imgs/menu_on.gif) left center no-repeat;
		color: rgb(66,127,33);
		background-color: rgb(194,228,176);
	}
	#menulist li a#current {
		background: transparent url(../imgs/menu_on.gif) left center no-repeat;
		color: rgb(66,127,33);
	}
	#menulist ul {
		/*position: absolute;*/
		top: 0px;
		left: 0px;
		list-style-type: disc;
		font-size: 85%; 
  		/*display: none;*/
	}
	#menulist ul li a {
		background: transparent;
		padding-left: 0px;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		line-height: 2.3em;
		font-size: 80%;
		text-indent: 1em;
		color: rgb(103,103,103);
		display: block;
		min-height: 29px;
		_height: 28px;
		border-bottom: 1px solid rgb(255,255,255);
	}
	#menulist ul li a:hover {
		background: transparent;
		color: rgb(66,127,33);
		background-color: rgb(194,228,176);
	}
	#menupauza {
		background: transparent;
		height: 29px;
		_height: 28px;
		min-height: 29px;
		width: 216px;
		border-bottom: 1px solid rgb(255,255,255);
	}
	#menupatka {
		height: 52px;
		width: 216px;
		bottom: 0px;
		border-top: 1px solid rgb(255,255,255);
		border-bottom: 1px solid rgb(255,255,255);
		position: absolute;
		font-size: 60%;
		text-align: center;
		color: rgb(153,153,153);
	}
	#main {
		margin:0 0 0 215px;
		padding: 0px;
	}
	#main_top {
		background: url(../imgs/main_top1.jpg) top right no-repeat;
		height: 119px;
		color: rgb(255,255,255);
		font-style: italic;
		font-size: 75%;
		margin: 0;
		padding-top: 1px;
		padding-bottom: 1px;
		_padding: 0;
	}
	#main_top p {
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 0px;
	}
	#main_content {
		background: url(../imgs/main_bg1.gif) top right no-repeat;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 18px;
		min-height: 240px;
		_height: expression(this.scrollHeight < 240? "240px" : this.scrollHeight );
		font-size: 1em;
	}
	#main_content h1 {
		font-size:90%;
		color: rgb(66,127,33);
		_margin-bottom: -1em;
	}
	#main_content h2 {
		font-size:90%;
		color: rgb(0,0,0);
		_margin-bottom: -1em;
	}
	#main_content h5 {
		font-size: 60%;
		text-align: center;
		color: rgb(153,153,153);
	}
	#main_content p {
		font-size: 70%;
		color: rgb(50,50,50);
	}
	#main_content ul {
		font-size: 70%;
		color: rgb(50,50,50);
	}
	#main_content a:link {
		color: rgb(66,127,33);
	}
	#main_content a:visited, a:active {
		color: rgb(66,127,33);
	}
	#main_content a:hover {
		color: rgb(66,127,33);
		text-decoration: none;
	}
	#main_content table {
		max-width: 490px;
		font-size: 70%;
		_font-size: 100%;
	}
	hr.cleaner {
		clear: both;
		height: 1px;
		margin: -1px 0 0 0; padding:0;
		border: none;
		visibility: hidden;
	} 
	
.portal_news TABLE{
	border: 0px;	
	width: 490px;
	font-size: 11px;
	margin-top: 20px;
}

.portal_news A{
	color: rgb(66,127,33);
	text-decoration: underline;
	font-weight: bold;
}
.portal_news A:hover{
	text-decoration: none;
}

.portal_news_head{
	font-weight: bold;
	font-size: 11px;
	width: 400px;
	
}

.portal_news_inserted {
	font-size: 11px;
	text-align: right;
	vertical-align: top;
}

.portal_news_text {
	font-size: 11px;
}
	
	/*div { border: 1px solid rgb(255,0,0); }*/
	/* ]]> */