/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1555B5;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1555B5;
}

a img {
border: none;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #111111;
	margin-top: 60px;
}

.stred {
text-align: center;
}

h2  {
margin-bottom: 15px;
margin-top: 15px;
text-align: center;
}

#back
{
width: 796px;
background: #ffffff;
margin: 0 auto;
}

#header {
	height: 448px;
	text-align: left;		
}

#menu
{
width: 696px;
height: 44px;
padding-left: 100px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 29px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
    height: 29px;
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}



#logo {
background: url(images/header.jpg) no-repeat;
width: 766px;
height: 304px;
text-align: left;
padding-top: 100px;
padding-left: 30px;
}

#logo H1
{
	text-decoration: none;
  font-style: italic;
	font-size: 16px;
	color: #F8FAF7;
}

#main
{
padding: 10px;
}

#listing a {
font-size: 13px;
}

#listing h2 {
text-align: right;
}



#right .nadpisek

{
	font-size: 19px;
	color: #1555B5;
	margin-top: 15px;
	margin-bottom: 15px;
}

#right .registrace

{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #1555B5;
	text-align: center;	
}

#right .registrace a
{
color: #FF0000;
text-decoration: underline;
}

#right a
{
color: #1555B5;
text-decoration: underline;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ul, #right ol
{
margin-left: 30px;
}

#right .nadpis {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #1555B5;
}

#footer {
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #1555B5;
	background: url(images/footer.gif) repeat-x bottom;
	text-align: center;
	font-size: 10px;
	color: #111111;
}

#footer a {
	color: #111111;
}