* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585A;
	margin: 10px;
	padding: 0px;
}

.div_main_frame {
	width: 880px;
}

.div_body{
	width: 880px;
	float: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #1B47B6;
}

.div_top {
	width: 880px;
	float: left;
	height: 190px;
	background-color: #FFFFFF;
}
.div_top_image {
	width: 616px;
	height: 190px;
	float: right;
	background-image: url(../layout/foto_uniters.jpg);
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.div_top_navigation {
	width: 263px;
	float: left;
	height: 190px;
	background-color: #EEA300;
	color: #FFFFFF;
}
.div_top_logo {
	width: 263px;
	float: left;
	background-color: #1C47B7;
	color: #FFFFFF;
}
.div_main_menu {
	width: 263px;
	float: left;
}
.div_navigation {
	width: 255px;
	height: 19px;
	background-image: url(../layout/navigation_bg.gif);
	text-align: right;
	float: left;
	padding-top: 3px;
	padding-right: 8px;
}

.div_submenu {
	width: 234px;
	float: left;
	background-color: #EEA300;
	color: #FFFFFF;
	padding-bottom: 8px;
}
.div_link {
	width: 224px;
	float: right;
}
.div_submenu2 {
	width: 210px;
	background-color: #ED8F02;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	/* visibility:hidden; */	
	position: absolute;
	z-index: 1000;
	display: none;
	margin-left: 150px;
	margin-top: 4px;
	float: left;
}

.div_footer {
	width: 880px;
	float: left;
	height: 22px;
	padding-top: 6px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #AEB6C0;
	border-top-style: solid;
	color: #EEA300;
}

.div_content_main {
	float: left;
	width: 880px;
}
.div_content_left {
	width: 643px;
	float: left;
	color: #959494;
}

.div_content_right {
	width: 234px;
	float: right;
	border-left-color: #D5D5D5;
	border-left-style: solid;
	border-left-width: 1px;
}
.div_content {
	width: 604px;
	float: left;
	background-color: #FFFFFF;
	padding: 15px;
}
.div_cesta {
	width: 604px;
	height: 25px
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	color: #ED8F02;
}