/*html {overflow: -moz-scrollbars-vertical;}*/

* { 
	padding: 0; 
	margin: 0; 
	line-height: 27px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

body {
	margin: 10 0 30px 0;
	padding: 0; 
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	position: relative; 
	width: 780px; 
	margin: 0 auto; 
	/*text-align: left;*/
	padding: 0;
}

#logobar {
	height: 180px;
	width: 780px;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#ajajlogo{
    position: absolute;
	top: 40px;
    left: 220px;
}

#zapis{
    position: absolute;
	top: 40px;
}

#leto{
    position: absolute;
	top: 10px;
}

#navbar{
    float: left;
    width: 210px;
    margin: 0;
    padding: 0;
	font-weight: bold;
/*	background-color: #F0F0F0; */
}	

.btn {
	background-color: #FFFFFF;
	color: #D42310;
}

#maincontent{
    float: right;
    width: 540px;
  /*  margin: 0;
    padding: 0; */
}	

p {padding-bottom: 10px}
p.datum {text-align: right; color: #888; font-size: 80%;}
h1 {font-size: 105%;} 
h2 {font-size: 100%;}
a.maincontent:link {color: #D42310; background-color: #FFFFFF}
a.maincontent:visited {color: #D42310; background-color: #FFFFFF}
a.maincontent:hover {color: #000000; background-color: #FFFFFF}

/*stvorce index*/
.card-left, .card-right {
	float: left;
	width: 240px;
	height: 260px;
	margin: 0 15px 15px 0;
	padding: 5px 5px;
	text-align: left;
	background: white;
	border-top: 1px outset #ccc;
	border-left: 1px outset #ccc;
	border-right: 3px groove #ccc;
	border-bottom: 5px groove #ccc;
	font-size: 75%;
}

.card-right {
	float: right;
	margin: 0 0 15px 15px;
}

.card {
	float: left;
	width: 525px;
	margin: 0 15px 15px 0;
	padding: 5px 5px;
	text-align: left;
	background: white;
	border-top: 1px outset #ccc;
	border-left: 1px outset #ccc;
	border-right: 3px groove #ccc;
	border-bottom: 5px groove #ccc;
	font-size: 75%;
}

.card-title {background-color: #F8F8FF}
a:link {color: #D42310}
a:visited {color: #D42310}
/*stvorce index koniec*/

#footer{
	position: relative;
	top: 30px;
    float: left;
    width: 780px;
    margin: 0;
    padding: 0;
	color: 	#888;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 70%;
	/*text-align: center;*/
}

#innerfooter{
	position: relative;
	left: 220px;
	width: 530px;
	/*text-align: center;*/
}

a.footerlink:link {color: #888; background-color: #FFFFFF}
a.footerlink:visited {color: #888; background-color: #FFFFFF}
a.footerlink:hover {color: #D42310; background-color: #FFFFFF}
img  {border: 0;}

/* menu */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
}

ul li {position: relative;}

li ul {
    position: absolute;
    left: 199px;
    top: 0;
    display: none;
}

ul li a {
    display: block;
    text-decoration: none;
    color: #D42310;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    /*border-bottom: 0;*/
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
  
ul {
   margin: 0;
   padding: 0;
   list-style: none;
   width: 200px;
   border-bottom: 1px solid #ccc;
}

li:hover ul, li.over ul {display: block;}
a:hover {color: #888;}
/* menu end */