html, body
{
height: 100%;
padding: 0;
margin: 0;
}

body
{
_text-align: center; /* IE */
background: #012F6A;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

a {
	color: #AB0519;
	text-decoration: none;
}
a:hover {
	color: #F78000;
	text-decoration: none;
}

h1
{
margin: 0;
color: #3182CD;
font-size: 1.6em;
font-family: Arial, Helvetica, sans-serif;
background-color: #EDF0F4;
border-left: 3px solid #CCD5E1;
padding:3px 10px 3px 8px;
}
h2 {
margin: 0;
color: #AB0519;
padding-left: 10px;
font-size: 1.3em;
}

h3 {
	color: #012F6A;
	font-weight: bold;
	font-size: 1.1em;
}

#wrap
{
width: 770px;
height: auto;
min-height: 100%;
_height: 100%; /* IE */
background: #FFE6BF;
margin: 0 auto;
position: relative;
background-image: url(../images/bg_wrap.jpg);
padding: 0 14px 0 14px;
}

/* header */

#header
{
border-bottom: solid #9D9F9A 3px;
background: #FFFFFF;
padding: 0;
line-height: 0;
}
.links {
	display: block;
	text-align: right;
}
.title {
	padding: 0;
	margin: 0;
}

/* menu */
#menu {
	display: block;
	width: 195px;
	float: left;
	padding-bottom: 65px; /* vyska paticky */
}
#menu a.mnu1 {
	display: block;
	border: 1px solid #D8DFE6;
	padding: 2px 2px 2px 33px;
	margin: 1px 0 0 1px;
	color: #012F6A;
	text-decoration: none;
	background-image: url(../images/menu_1.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#menu a.mnu1:hover  {
	background-image: url(../images/menu_2.gif);
	color: #7AC0FF;
	text-decoration: none;
}
#menu a.mnu2 {
	display: block;
	border-right: 1px solid #EAEEF2;
	border-bottom: 1px solid #EAEEF2;
	border-left: 1px solid #EAEEF2;
	padding: 2px 2px 2px 49px;
	margin: 1px 0 0 1px;
	color: #B2B2B2;
	font-size: 0.8em;
	text-decoration: none;
	background-image: url(../images/menu_2off.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#menu a.mnu2:hover  {
	background-image: url(../images/menu_2on.gif);
	color: #7C7C7C;
	text-decoration: none;
}
/* page */

#page
{
padding: 10px;
padding-bottom: 65px; /* vyska paticky */
font-size: 0.9em;
display: block;
width: 550px;
float: left;
}


/* footer */
#footer
{
width: 770px;
position: absolute;
bottom: 0;
left: 0;
height: 60px;
background: #FFFFFF;
margin: 0 14px 0 14px;
}

#foot
{
border-top: solid #9D9F9A 3px;
padding: 1px 10px 1px 7px;
}
.foot_green {
	background-image: url(../images/bg_footer_green.jpg);
	height: 47px;
	width: 270px;
	float: left;
	font-size: 0.8em;
	padding: 3px 5px 3px 5px;
}
.color_white {
	color: White;
	font-size: 0.8em;
	width: 115px;
	display: block;
	float: left;
}
.color_black {
	color: black;
	padding-top: 5px;
	display: block;
	width: 150px;
	font-size: 0.8em;
	float: right;
}
.color_silver {
	color: Gray;
	font-size: 0.8em;
	text-align: center;
	width: 460px;
	display: block;
	padding-top: 2px;
	float: right;
}
#creat {
	color: #FFCB97;
	padding-top: 5px;
} 
#creat a {
	color: #FFA247;
	text-decoration: none;
}
#creat a:hover {
	color: #F78000;
	text-decoration: none;
}
.clearing {
	clear: both;
}