BODY
{
	background-image: url(../img/background.png);  
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #D9D6CC;
}

.main_frame{width: 780px; height: 700px}

.main_frame_left{width: 22px; height: 700px; background: transparent url(../img/frame_left.png); background-repeat: repeat-y; float:left; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.main_frame_right{width: 22px; height: 700px; background: transparent url(../img/frame_right.png); background-repeat: repeat-y; float: right; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.main_frame_top{height: 22px; width:auto; background-image: url(../img/frame_top.png); background-repeat: repeat-x; background-color: transparent;}
.main_frame_bottom{height: 22px; width: auto; background-image: url(../img/frame_bottom.png); background-repeat: repeat-x; background-color: transparent;}

.content{width: 736px; height: 658px; background-color: #FFFFFF;}
.top_images{width: 734px; height: 200px; background-color: #FFFFFF; border: 1px solid #FFFFFF;}

.menu{width: 736px; height: 22px; margin-top: 2px; background-image: url(../img/menu_background.png); background: 1px solid #000000;}
A.menuitem
{
	width:				147px; 
	height: 				20px;
	margin-top: 		1px;
	padding-top: 		2px;
	background-color:	transparent;
	background-repeat:repeat-x; 
	font: 				normal 12px Arial; 
	color: 				#000000;
	text-decoration: 	none;
	float:				left; 
	cursor:				pointer;
}

A.menuitem:hover
{
	width:				147px; 
	height: 				20px; 
	margin-top: 		1px;
	padding-top: 		2px;
	background-image:	url(../img/menu_item_background_hover.png); 
	background-repeat:repeat-x; 
	font: 				normal 12px Arial;
	color: 				#000000; 
	text-decoration: 	underline;
	float:				left; 
	cursor:				pointer;	
}

.text{padding-top: 10px; font: normal 12px Arial; color: #000000; background-image: url(../img/text_background.png); background-position: top; background-repeat: repeat-x;}

P{text-align: left; margin-left: 10px;}
.bottom_mail{float: right; margin-right: 5px; margin-top: 4px; font: normal 13px Arial; color:#000000;}
.nadpis{font: bold 20px Arial; color: #645f4a;}

.list A{font: normal 12px Arial; color: black;}
.list A:hover{font: normal 12px Arial; color: #FF0000;}

TD{height: 40px;}
.kontakt_text{font: normal 14px Arial; color:#505050; padding-left: 5px;}
.kontakt_hodnota{font: normal 16px Arial; color:#000000; padding-left: 5px;}

