body {
		background: #cf9 url('../images/background.jpg') 0 0 repeat-x;
		color: #000;
		text-align: center;
}
body, td, input, select, textarea {
		font-family: Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 11px;
}
h1 {
		margin: 0;
		padding: 0;
		width: 375px;
		height: 29px;
		font-size: 14px;
		color: #f60;
}
h1 span {
		display: block;
		padding-top: 6px;
		margin-left: 10px;
}

a {  
    color: #666;
		text-decoration: none;
}
a:hover {  
		color: #333;
}
/*
* NOTE: 682 + 120 ciste = 802
*/
#main {
		width: 812px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;

}
#innerm {
		width: 682px;
		float: left;
		border:1px solid #666;
		background-color:#fff;
}
#head {
		width: 682px;
		height: 80px;
		float: left;
		background: #10415A url('../images/head.jpg') 0 0 no-repeat;
		border-bottom:1px solid #666;
}
#head a {
		cursor: pointer;
		display: block;
		float: left;
		width: 300px;
		height: 52px;
}
#head a span {
		display: none;
}
#menu {
		width: 682px;
		height: 32px;
		float: left;
		background: #292829 url('../images/menu.gif') 0 0 no-repeat;
    border-bottom:1px solid #666;
}
#menu_in {
		padding-top: 3px;
		padding-left: 35px;
		color: #eee;
}
#menu_in ul {
		margin: 0;
		padding: 0;
		list-style: none;
}
#menu_in ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		float: left;

}
#menu_in a {
		display: block;
		float: left;
		padding: 4px;
		padding-left: 15px;
		padding-right: 15px;
		color: #666;
		text-decoration: none;
		
}
#menu_in a:hover {
		color: #000;
}
#content {
		width: 682px;
		float: left;
}

#left {
		width: 152px;
		float: left;
}
#upbanner {
		width: 529px;
		height: 77px;
		float: right;
}
#page {
		width: 375px;
		float: left;
		margin-left: 1px;
}
#in_page {
		padding-left: 5px;
		padding-right: 5px;
		color:#555;
}
#in_page a {  
    color: #f60;
    font-weight:bold;
		text-decoration: none;
}
#in_page a:hover {  
		text-decoration: underline;
}
#right {
		width: 152px;
		float: right;
}
#downbanner {
		width: 529px;
		height: 77px;
		float: right;
}
#foot {
		width: 682px;
		height: 28px;
		float: left;
		background: #fff url('../images/foot.jpg') 0 0 repeat-x;
		}
#foot p {
		margin: 0;
		padding: 3px;
		padding-top: 8px;
		color: #666;
		font-size: 10px;
		text-align: center;
		}
#foot p a {
		color: #690;
		text-decoration: none;
}
#foot p a:hover {
		text-decoration: underline;
}
#sky {
		width: 122px;
		float: right;
		text-align: center;
		position: relative;
}
#sky img {
		border: 1px solid red;
}
/*
* NOTE: panely v levem sloupci (modre)
*/
.bluepannel {
		width: 152px;
}
.bluepannel div.head {
		width: 152px;
		height: 32px;
		background: url('../images/blue-head.gif') 0 0 no-repeat;
}
.bluepannel div.head h3 {
		margin: 0;
		padding: 0;
		padding-top: 6px;
		padding-left: 10px;
		color: #fff;
		font-size: 11px;
}
.bluepannel div.body {
		width: 152px;
		background: url('../images/blue-bg.gif') 0 0 repeat-y;
}
.bluepannel div.body div.in_body {
		padding: 5px;
		padding-left: 8px;
}
.bluepannel div.body div.in_body form {
		margin: 0;
		padding: 0;
}
.bluepannel div.body div.in_body fieldset {
		border: 0;
}
.bluepannel div.foot {
		/*width: 152px;
		height: 5px;
		background: #666;
		background: url('../images/blue-foot.gif') 0 0 no-repeat;*/
}
/*
* NOTE: panely v pravem sloupci (cervene)
*/
.redpannel {
		width: 152px;
}
.redpannel div.head {
		width: 152px;
		height: 32px;
		background: url('../images/blue-head.gif') 0 0 no-repeat;
}
.redpannel div.head h3 {
		margin: 0;
		padding: 0;
		padding-top: 6px;
		padding-left: 10px;
		color: #fff;
		font-size: 11px;
}
.redpannel div.body {
		width: 152px;
		background: url('../images/blue-bg.gif') 0 0 repeat-y;
}
.redpannel div.body div.in_body {
		padding: 5px;
		padding-left: 8px;
}
.redpannel div.body div.in_body form {
		margin: 0;
		padding: 0;
}
.redpannel div.body div.in_body fieldset {
		border: 0;
}
.redpannel div.foot {
		/*width: 152px;
		height: 14px;
		background: url('../images/red-foot.gif') 0 0 no-repeat;*/
}
/*
* NOTE: vseobecne pro sloupce
*/
div.body ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width:100%;
		line-height: 16px;
}
div.body ul li {
		width:100%;
		background: url('../images/list-bg.jpg') 0 0 no-repeat;
		height:25px;
}
div.body ul li a {
padding-top:5px;
    margin-left:7px;
		color: #666;
		text-decoration: none;
}
div.body ul li a:hover {
    color: #333;
		text-decoration: underline;
}
div.banners_in {
		text-align: center;
		padding-top: 9px;
		padding-bottom: 9px;
}

.tabulka {
		_width: 352px;
		border-top: 1px solid #aaa; 
		background: url('../images/tabulka-bg.jpg') 0 0 repeat-x;
		padding: 4px;
}
.clear {
		clear: both;
}
.justify {
		text-align: justify;
}
.center {
		text-align: center;
}
.right {
    text-align: right;
}
.padding-bottom {
		margin-bottom: 5px;
}
.pic {
		padding-right: 5px;
		padding-bottom: 5px;
		float: left;
}
.button{
  width:68px;
  height:22px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  background: url('../images/button.jpg') 0 0 no-repeat;
  border:0px;
}
.menuitem{padding-top:3px;margin:0px;}

a img {border:0;}









