body {
	background-color: #ffffff;
	color: #2a2a2a;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 87.5%;
	line-height: 143%;
	margin: 0px auto;
	padding: 0px;
}
p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 1em 0px;;
	padding: 0px;
}
li {
	background: url('/_img/li-bullet-square-gray.gif') 10px 0.6em no-repeat;
	list-style: none;
	list-style-position: outside;
	padding-left: 24px;
}
h1, h2, h3 {
	color: #1f3256;
	margin: 0px 0px 0.5em 0px;
	padding: 1em 0px 0px 0px;
}
h1 {
	font-size: 200%;
	padding-top: 0px;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 129%;
}
h1+h2 {
	padding-top: 0px;
}
hr {
	display: none;;
}
address {
	font-style:normal;
	padding-bottom: 1em;
}
a img {
	border: 0px;
}

#page {
	background: url('/_img/bg-content.jpg') 0px 0px repeat-x;
	margin-top: 150px;
	padding-top: 50px;
}
#header {
	background: #030f27 url('/_img/bg.jpg') 50% 0px no-repeat;
	height: 150px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
}
#header .in {
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 880px;
}
#main {
	margin: 0px auto;
	position: relative;
	width: 880px;
}
/*
#logo {
	display: block;
	left: 10px;
	position: absolute;
	top: 18px;
	z-index: 10;
	width: 74px;
	height: 90px;
}
*/
#header .claim {
	display: block;
	/* left: 116px; */
	left: 155px;
	position: absolute;
	top: 51px;
	z-index: 10;
}

#logo {
	display: block;
	left: 20px;
	position: absolute;
	top: 33px;
	z-index: 10;
	width: 119px;
	height: 88px;
}

#content {
	float: right;
	width: 620px;
}
#menu {
	float: left;
	width: 240px;
}
#menu li {
	border-right: 25px solid #ffffff;
	float: left;
	font-size: 129%;
	line-height: 1.333;
	margin-bottom: 10px;
	padding-left: 0px;
	width: 215px;
}
#menu a {
	background: #16162c url('/_img/cancel-menu.gif') 20px 50% no-repeat;
	display: block;
	color: #ffffff;
	padding-left: 37px;
	padding: 7px 0 7px 37px;
	text-decoration: none;
}
#menu a:hover, #menu a:focus {
	background-color: #1f3256;
	text-decoration: underline;
}
#menu .actual {
	background: url('/_img/bg-actual.png') 100% 50% no-repeat;
	border: 0px;
	padding-right: 25px;
}
#menu .actual a {
	background-color: #1f3256;
	text-decoration: none;
}
#footer {
	border-top: 1px solid #000000;
	clear: both;
	color: #707070;
	padding: 0.5em;
}
#footer a {
	color: #707070;
}
.motive {
	margin-bottom: 2em;
}
.signature {
	font-weight: bold;
	margin-top: 2em;
	text-align: right;
}

/* fotogalerie */
.gallery {
	overflow: hidden;
}
.gallery li {
	background: none;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-left: 0px;
	text-align: center;
}
/* /fotogalerie */

/* niance */
#odznaky {
	margin: 0px auto;
	width: 295px;
}
/* /niance */
/* obecné styly */
.clr:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clr {
	display: inline-block; /* hasLayout */
}
/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}
.clr {
	display: block;
}
/* End hide from IE-mac */

.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.separator {
	padding: 0px 4px;
}
a.pdf {
	background: url('/_img/pdf.gif') no-repeat left center;
	padding-left: 26px;
}
a.xls {
	background: url('/_img/xls.gif') no-repeat left center;
	padding-left: 26px;
}
.beforeList {
	margin-bottom: 3px;
}