html,body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1f1f1f; 
	margin: 0px;
	min-width: 960px;
	height:100%; /* needed for container min-height */
	font-family: "Trebuchet MS", Lucida Sans Unicode, "Lucida Grande", Lucida Sans, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #000000;
}

#hidden {
	left:-9000px;
	position:absolute; 	
}

#mainbody {
	width: 960px;
	margin: 0px auto;
}

#mutace	{
	width: 940px;
	height: 20px;
	text-align: right;
	padding: 10px 20px 10px 0px;
}

#logo {
	width: 310px;
	height: 112px;
	background-color: #ba0000;
	float:left;		
}

#topmenu {
	width: 630px;
	height: 62px;
	background-color: #ffffff;
	padding: 50px 20px 0px 0px;	
	text-align: right;
	float: right;
	color: #ba0000;
}

#blank {
	height: 20px;
	clear: both;	
}

#whitebody	{
	width: 920px;
	height: auto;
	padding: 20px 20px 40px 20px;
	border-bottom: 10px solid #ba0000;	
	background-color: #ffffff;
}

#photo {
	width: 920px;
	height: 390px;
	border-bottom: 10px solid #ba0000;	
}

#leftmenu {
	width: 230px;
	padding: 0px 60px 0px 0px;
	float: left;
}

#content {
	width: 590px;
	padding: 0px 20px 0px 20px;
	float: right;
	text-align: justify;	
}

#footer {
	text-align: center;
	color: #ffffff;
	height: 40px;
}

#topmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	display: inline;
	margin: 0px 0px 0px 7px;
}

.clearboth {
	clear: both;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 50px 0px 20px 0px;
	text-transform: uppercase;
	color: #ba0000;	
}

h3 {
	margin: 0px;
	color: #ba0000;
}

.datum {
	font-size: 0.85em;
	color: #6e6e6e;
	margin: 15px 0px 0px 0px;
}

.datum_aktualita {
	font-size: 0.85em;
	color: #6e6e6e;
	margin: 55px 0px 0px 0px;
}


.partnerodkaz {
	width: 210px;
	margin: 0px 0px 10px 0px;
	font-size: 0.85em;
	text-align: center;	
}

.imgborder {
   margin: 0px 15px 0px 0px;
   padding:7px;
   border:1px solid #d8d8d8;
   background-color:#ffffff;
}

.tableheader {
	color: #ffffff;
}

.aktualita {
	padding-bottom: 50px;
	border-bottom: 1px solid #d8d8d8;	
}

a.topmenu:link 	  	{font-family:Arial, Helvetica, sans-serif; color: #5b5b5b; text-decoration: none;}
a.topmenu:visited 	{font-family:Arial, Helvetica, sans-serif; color: #5b5b5b; text-decoration: none;}
a.topmenu:hover		{font-family:Arial, Helvetica, sans-serif; color: #5b5b5b; text-decoration: underline;}

a:link		{color: #ba0000; text-decoration: underline;}
a:visited	{color: #ba0000; text-decoration: underline;}
a:hover		{color: #ba0000; text-decoration: none;}

a.footer:link 	  	{color: #ffffff; text-decoration: none;}
a.footer:visited 	{color: #ffffff; text-decoration: none;}
a.footer:hover		{color: #ffffff; text-decoration: underline;}

