body {
    color: #000;
    background: #EFEFEF;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    padding: 0px;
	margin: 0px;
}

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

#top {
    border: 1px solid #003FB8;
    background: #003FB8;
    text-align: center;
    min-height:77px;
    _height:77px;
}

#top h1 {
    margin: 0px auto;
    width: 789px;
    background: url('../images/logo.gif') no-repeat 0px 0px;
    font-weight:bold;
	color: #FFF;
	font-family:Arial,sans-serif;
	font-style: italic;
    font-size:1.7em;
    text-align: right;
}
#top h1 a {
	display: block;
	color: #FFF;
	padding: 2.0em 1.5em 0em 0em;
}
#top h1 a:hover { text-decoration: none; }

h2 {
    font-weight:bold;
	color: #003FB8;
	font-family:Arial,sans-serif;
    font-size:1.5em;
    margin: 0px;
    padding: 15px 20px 0px 0px;
	text-align: right;
}

h3 {
    font-weight:bold;
	color: #787878;
	font-family:Arial,sans-serif;
    font-size:1.3em;
    margin: 0px;
    padding: 20px 0px 5px 0px;
}

img {
	border: none;
}

.cleaner {
    height:0.1em;
    line-height:0.1em;
    font-size:0.1em;
    clear:both;
}

#podklad {
	background: #FFF;
	width: 100%;
	border-bottom: 5px solid #003FB8;
	padding-bottom: 20px;
}

#naStred {
	margin: 0px auto;
	width: 789px;
}

#menu {
    background: url('../images/menu-bb.gif') repeat-y -9px 0px;
    width: 789px;
    position: relative;
}
/*
    
*/
#menu ul {
    display:block;
	list-style: none;
    line-height: 35px;
	background: url('../images/menu_uvod.gif') repeat-x bottom left;
    padding: 0px 0px 10px 15px;
	margin: 0px;
    text-align:left;
}
#menu ul li {
    display:inline;
	background: url('../images/menu_predel.gif') no-repeat 0px 0px;
	padding: 0px 15px 6px 15px;
}
#menu ul li.first { background-image: none; }
#menu ul li a  {
	font-weight: bold;
}

#lang {
	list-style: none;
	width: 123px;
	height: 32px;
	background: url('../images/menu_back.gif') repeat 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 4px;
    _bottom: 3px;
    padding:5px 0px 0px 0px;
	margin: 0px;
}

#lang .last {
	position: absolute;
    top: 0px;
    right: -3px;
    _right: -5px;
    float: right;
    width: 17px;
    height: 41px;
    background: url('../images/menu_2.gif') no-repeat top right;
}

#content {
	text-align: left;
	padding: 0px;
    margin: 0px;
    min-height: 373px;
    _height: 373px;
    line-height: 1.3em;
	background: url('../images/page_img.jpg') no-repeat 173px 0px;
}

#content .text {
	float: right;
    width: 550px;
	padding: 36px 30px 10px 20px;
    margin: 0px;
}

#content .text img {
    border: 2px solid #FFF;
    margin: 1px;
}

ul#m {
	width: 172px;
	list-style: none;
	text-align: right;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	float: left;
}
ul#m li {
	padding: 8px 10px 10px 35px;
}
ul#m li.m_01 { padding-top: 10px; background: url('../images/m_01.gif') no-repeat left bottom; }
ul#m li.m_02 { background: url('../images/m_02.gif') no-repeat left bottom; }
ul#m li.m_03 { background: url('../images/m_03.gif') no-repeat left bottom; }
ul#m li.m_04 { background: url('../images/m_04.gif') no-repeat left bottom; }

.files {
    border: 1px solid #B1B1B1;
    background: #FFF;
    margin-top: 5px;
}

#bottom {
	width: 789px;
	margin: 0px auto;
	text-align: center;
	background: url('../images/bottom.gif') no-repeat top center;
	height: 74px;
	padding-top: 20px; 
}
#bottom p {
    margin:0px;
    padding:0px;
}

/*
    ------------------
    DOKUMENTY
    ------------------
*/
.files {
    margin:0px;
    padding:10px 30px 0px 20px;
    clear:both;
    background:transparent;
    color:#000;
}
.files h3 {
    font-size:1.1em;
    color:#C80D7A;
    padding:0px 0px 5px 0px;
    margin:0px;
}
.file {
    background:#F2F2F2;
	border:1px solid #DBDBDB;
	margin:5px 0px 0px 0px;
    padding:5px 20px 5px 10px;
}
.file div {
    position:relative;
    width:100%;
    color:#444;
}
.file div p {
    position:absolute;
    top:0px;
    right:-15px;
    margin:0px;
    padding:0px;
}
.file a { font-weight:bold; text-decoration:none; }
.file a:hover { font-weight:bold; text-decoration:underline; }
