body	{
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}

A {color:#fff;}
A:visited {color:#eee;}
A:hover {color:#afafaf;}


h4 {margin:0}

/* --- zakladni html prvky ---*/
em, i					{font-style: normal;}
hr						{display: block; clear: both; color: #da2e22; height: 1px; border-width: 0px; background: #057674;}
p 						{text-align: justify; margin: 5px 0px 10px 0px; line-height: 1.5em;}
ul						{list-style: circle; margin: 5px 0px 5px 15px; padding: 0px; text-align: left; line-height: 1.5em;}
ol						{list-style: disc;}

/* --- obrazky --- */
img 					{border: 0px;}

/* --- hlavicky --- */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}


h3 {
	font-size: 1.3em;	
}


/* --- globalni tridy --- */
.mensi 			{font-size: 0.9em;}
.maly 			{font-size: 0.8em;}
.tucne			{font-weight: bold;}
.pravy 			{text-align: right;}
.centrovany		{text-align: center;}
.levy				{text-align: left;}
.dobloku			{text-align: justify;}
.doleva			{display: block; float: left;	text-align: left;}
.doprava			{display: block; float: right; text-align: left;}
.doprava_full	{display: block; float: right; text-align: right;}

/* --- layout --- */

#layout{
	width: 766px;
}

#layout #top{
	width: 714px;
	height: 21px;
	margin-left: 54px;
	background-image: url(../images/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 21px;	
}


#layout #top #menu{
	
	margin-left: 300px;
}
#layout #top #menu img{
	margin-right: 5px;
}



#layout #top #menu a{
	font-size: 13px;
	color: #919095;	
	text-decoration: none;
	margin-right: 15px;
}

#layout #top #menu a:hover{
	color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#layout #top #menu a.active{
	color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


#layout #main {
	padding-left: 54px;	
	padding-right: 5px;
}

#layout #main #menu_left{
	float: left;
	margin-top: 20px;
	width: 228px;	
}

#layout #main #menu_left img{
	margin-bottom: 10px;
}

#layout #main #text_box{
	float: right;
	width: 462px;	
}

#layout #main  #text_box #text{
	padding: 15px;
}

#layout #main  #text_box #text .box{
	width: 435px;
	height: 76px;
	background-image: url(../images/bg_text.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#layout #main  #text_box #text .box P{
margin:0px;
margin-top:4px}

#layout #main  #text_box #text .box  .head{
	height: 12px;
	padding: 1px 3px 2px 3px;
}

#layout #main  #text_box #text .box  .text{
	padding: 3px;
	padding-top: 0px;
}

#layout #main  #text_box #text .box  img{
	float: left;
	margin-right: 5px;
	border-right-color: #68676F;
	border-right-style: solid;
	border-right-width: 1px;
}


#layout #bottom{
	clear: both;
	width: 766px;
	height: 303px;
	background-image: url(../images/bg_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#layout #bottom #resources{
	padding-top: 45px;
	padding-left: 50px;
}

#layout #bottom .resources_text{
	width: 360px;
}

#layout #bottom .resources_text img{
	float: left;
	margin-right: 10px;
}

#ads {position:absolute;top:40px;left:770px}