body {
	background:url(../images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:Arial;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(../images/bg-header.png) no-repeat;
	}
#nadpisneoplaninfo  {
	height:50px;
	width:525px;
	background:url(../images/logo_neoplan_info_big.png) no-repeat;
	left:20px;
	top:40px;
	position: relative;
	}

#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#obsah {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:75px;
	background:url(../images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}



/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#plnalinka1 {
border-bottom:1px solid #dddddd;
	}
#plnalinka2 {
border-bottom:1px solid #dddddd;
	}
#plnalinka3 {
border-bottom:1px solid #dddddd;
	}
	
.plnalinka4 {
border-bottom:1px solid #dddddd;
	}
.plnalinka5 {
border-bottom:1px solid #dddddd;
	}
/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	font-size:10px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

.nadpis h1 {
	color: #28ACE8;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}

.nadpis h2 
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.nadpis h3 
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.turismopopis {
	color: #FF6600;
	font-size: 11px;
}
.pismobusportal {
	color: #02A6A6;
	font-size: 10px;
	}
	

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("../images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
	/* Skript na rozbalování menu */
	
	
ul#mainMenu, ul  {
    color:#000000;
		padding:0;
		margin:0;
		list-style-type:none;
	}

	
	ul#mainMenu li {
		float:left; 	
		width: 163px;
	}
	
	ul#mainMenu a {
	  color:white;
		display:block;
		text-decoration:none;
		font-weight:bold;
	}
	
	
	ul#mainMenu ul a {
		background-color:#242424;	
		border-bottom:none;
		border-right:2px solid #dddddd;
		padding-left:2px;
	}
	
	ul#mainMenu ul a:hover {
	  color:#28ACE8;
		border-left:5px solid white;
		border-right:1px solid white;
		background-color:#cccccc;	
	}
	
	ul#mainMenu ul {
		position:absolute;
		visibility:hidden;
		background-color:white;
	}
	
	ul#mainMenu li:hover ul, ul#mainMenu li.hover ul{
		visibility:visible;
	}
	
	ul#mainMenu li li {
		float:none;
		border:none;
		padding:0;
	}
		
	ul#mainMenu li {
		behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo rešení funkcní, použijeme tento *.htc soubor */
	}
	
.aktualizace {
text-align:left;
}

/*Galerie - tabulka, formáty */

table.outertable {
   border: 1px solid #b1b13c;
}

td.content {
   padding: 10px 10px 0 10px;
   vertical-align: middle;
   font-size: 12px;
}

td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   font-size: 12px;
   padding: 10px;
}
div.gallerytable {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}