body{
	margin: 0;
	padding: 0px;
	background-color: #c5c7ff;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer{
	clear: both;
}

.clearer:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	margin: 0;
	padding: 0;
}

#topgroup{
	/*text-align: center;*/
	background-color: #000021;
}
#logo{
}
#logoL{
	float: left;
	background: #C5C7FF url(img/logo_left.jpg) no-repeat left top;
	height: 101px;
	width: 196px;
}
#logoR{
	/*float: left;*/
	/*background: #C5C7FF url(img/logo_right.jpg) no-repeat left top;*/
	height: 101px;
	font-size: 52px;
	color: #efee11;
}
#logoR span{
  display: block;
  margin: 0;
  padding: 20px 0 0 210px;
}


#menu{
	width: 100%;
	min-height: 21px;
	background: White url(img/hlinebg.gif) repeat top;
}
#menu ul{
	display: block;
	margin: 0;
	padding: 0;
}
#menu li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li a{
	display: block;
	float: left;
	width: 120px;	
	height: 20px;
	_height: 18px;
	
	padding: 2px 0 0 0;
	margin: 3px 0 0 0;
	
	text-align: center;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
/*ZAKLADNI VLASTNOSTI ODKAZU V MENU:*/	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
/*vlastnosti aktivniho tlacitka:*/
#menu li.active a{
   background: url(img/hlinebg2.gif) repeat 0 2px;
	height: 20px;
	_height: 16px;
	padding-top: 4px;
	_overflow: hidden;
}
#menu li.zarazka{
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	border-left: 1px solid black;
	margin: 3px 0 0 0;
}
#menu #down{
	clear: left;
	height: 1px;
	width: 100%;
	line-height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none;
}

#akcegroup {
	display: inline;
	position: absolute;
	left: 20px;
	top: 151px;
	background: url(img/infoboxbg.gif) repeat-y 1px top;		
}
#akcegroup2 {
	display: inline;
	position: absolute;
	left: 20px;
	top: 601px;
	padding: 10px;
  font-size: 12px;		
}

.akce {
   width: 163px;
	_width: 161px;
   height: 450px;	
	border: 1px solid;
	background: url(img/infoboxbt.gif) repeat-x bottom;
  /*background-color: #003366;*/
}
.akce h3{
	margin: 0;
	padding: 0;
   height: 20px;
	_height: 19px;
   width: 161px;
	background: url(img/super.gif) no-repeat left top;
	border-bottom: 1px solid black;
	overflow: hidden;
}
.akce h3 span{
	position: relative;
	left: -2000px;
}
.akce .text{
	height: 101px;	
	_height: 102px;	
	margin: 10px;
	color: White;
	font-size: 16px;
	text-align: center;
}
.akce img.bimg{
  padding: 0 20px;
}
.akce .cost{
	color: Yellow;
}
.akce .imp{
	font-size: 22px;
}
.text a {
	color: White;
	text-decoration: none;
}

.important{
	color: Red;
}

#main{	
	min-height: 278px;
	height: expression(this.scrollHeight < 279? "279px" : "auto" );
	overflow: visible;
}

#mainouter {
	border: 3px double Black;
	border-top: 1px solid;
	margin: 24px 20px 20px 201px;

}
#main p {
	text-indent: 20px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	text-align: justify;
}
#main p.klasik{
	text-indent: 0;
	padding-left: 20px;
}

#main h1{
	padding: 2px 0px 2px 5px;
	background-color: #000051;
	font-size: 14px;
	font-weight: bold;
	color: Yellow;
	margin-top: 0;
	background: url(img/mainbg.gif) repeat-x;
}

#main h2{
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 18px;
	color: #00418C;
}

#main h3{
	margin: 0 0 0 5px;	
	color: #00418C;
}

#main h3.important{
	color: #D32612;
}

table{
	border: 1px solid Black;	
	border-collapse: collapse;
}
table td{
	padding: 2px 5px;
}

table .fill{
	background-color: #ACAFFF;	
}

table.prices{
	width: 60%;
	margin: 20px;
}

table.new-points{
	margin: 10px
}

table.new-points td.points{
	text-align: center;
}
table.new-points td{
	border-top: 1px #DFE1FF solid;
	border-bottom: 1px #DFE1FF solid;
	border-right: 1px #DFE1FF solid;
}

table.prices td{
	padding-left: 10px; 	
}
 
.textimg {
	float: left;
	padding: 0 10px;
}

#mapa {
	margin: 10px 0px 0px 20px;
	border:1px solid Black;
}

a{
	color: Blue;
	font-weight: bold;
}

ol{
	list-style: square inside;
}

#footer{
	text-align: center;
	margin: 0 0 0 120px;
	color: #5D61B2;
	font-size: 12px;
}

#footer h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#link-board a{
	font-size: 10px;
	color: #5D61B2;
	text-decoration: none;
}

