body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	background-color: White;
	color: #5F6D89;
	padding: 0;
	margin: 0;
}

.page {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

.header {
	border-top: 3px solid #5F6D89;
	height: 119px;
}

.header .logo {
	padding: 23px 0 0 20px;
	float: left;
}

.header .language {
	padding: 9px 0 0 0;
	float: right;
	font-size: 12px;
}

.header .language a {
	text-decoration: none;
	color: #5F6D89;
}

.header .language a:hover {
	text-decoration: none;
	color: #A60000;
}

.selected {
	background-color: #A4ABBA;
	color: white;
}

.header .animace {
	padding: 0;
	float: right;
}

img {
	border: 0;
}

ul.menu {
	margin: 0;
	padding: 16px 0;
	text-align: center;
	background-image: url(../images/menu.gif);
	list-style-type: none;
}

ul.menu a {
	text-decoration: none;
	color: white;
}

ul.menu a:hover {
	text-decoration: none;
	color: #FFC1C1;
}

ul.menu li {
	margin: 0;
	display: inline;
	padding: 6px 11px;
	font-weight: normal;
	font-size: 16px;	
}

ul.menu li.active {
	background: #5f6d8a;
}

ul.menu li.first {
	background-image: none;
}

.data {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	padding: 42px 28px 20px;
}

.right {
	float: right;
	padding-left: 29px;
	border-left: 1px solid #CED7DC;
}

.right .rightad {
	width: 155px;
	font-size: 70%;
}

.right .rightad h3 {
	color: #A60000;
	font-size: 100%;
	font-weight: normal;
}

.right .rightad a {
	text-decoration: underline;
	color: #A60000;
}

.right .rightad a:hover {
	text-decoration: underline;
	color: #E80000;
}

.right .nadpis {
	font-weight: bold;
	color: #A60000;
}

.right .pic {
	border: 1px solid #5F6D89;
	margin: 0 0 3px 0;
	float: none;
}

.contents {
	position: relative;
	width: 460px;
}

.contents h1 {
	color: #A60000;
	font-size: 170%;
	font-weight: lighter;
	margin:0;
	padding: 0;
}

.contents p, .contents td, .contents th, .contents dd, .contents li{
	font-size: 80%;
	text-align: justify;
}

.contents td {
	padding: 6px 6px 6px 0;
}

.foto {
	border: 1px solid #5F6D89;
	margin: 0 20px 20px 0;
	float: left;
}

.picture {
	border: 1px solid #5F6D89;
	margin: 0 0 20px 20px;
	float: right;
}

.pic {
	border: 1px solid #5F6D89;
	margin: 0 5px 0 0;
	float: left;
}

.piclast {
	border: 1px solid #5F6D89;
	margin: 0 0 0 0;
	float: left;
}

.red {
	color: #CC3333;
}

hr {
	background-color: #DFE4E5;
	text-align: left;
	height: 1px;
	border-width: 0px;
	color: #DFE4E5;
	margin: 15px 0;
}

.footer {
	padding: 0 2em 0 2em;
	color: #8F9AB0;
	margin: 0 0 90px;
}

.footer a {
	text-decoration: none;
	color: #8F9AB0;
}

.footer a:hover {
	text-decoration: none;
	color: #A60000;
}

.footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;	
}

.footer .icons {
	float: right;
}

.icons img {
	padding: 0 0.6em 0 0.6em;
}

input, textarea {
	background-color: #E6ECF4;
	font-size: 100%;
}

input.button {
	background: #9DB9C8;
	font-size: 100%;
	width: 100px;
} 

a.more {
	text-decoration: underline;
	background: url(../images/link_left_arrow.gif) no-repeat 0 4px;
	padding-left: 15px;
}

a {
	color: #A60000;
}

a:hover {
	color: #E80000;
}

.lista {
	padding: 7px;
	background-color: #b0bbd1;
	color: #FFFFFF;
}

.projekt {
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #ced7dc;
}

.projekt .nadpis {
	font-weight: bold;
	color: #A60000;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;    
}