* { margin: 0; padding: 0;}

body {
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background-color: #e6f7ff;

}

#page {

}

#header_wrapper {
	background: url(../chrome/header_wrapper_bg.jpg) repeat-x;
}
#header {
	height: 250px;
	width: 860px;
	margin: 0 auto;
	position: relative;
	background: url(../chrome/header_bg.jpg) no-repeat;
}

#sliding {
	position: absolute;
	left: 36px;
	top: 32px;
}
p {
	line-height: 1.5em;
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

a img {
	border-style: none;
}

h1 {
	display: none;
}

h2 {
font-size:1.24em;
line-height: 1em;
margin-top: 0;
margin-bottom: 1em;
color: #d83d34;
}

h3 {
font-size:1.1667em;
line-height: 1.286em;
margin-top: 1.286em;
margin-bottom: 1.286em;
color: #d83d34;

}

h4 {
font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color:#d83d34;
}

#mainbar h2 a:link, #mainbar h2 a:visited {
color: #d83d34;
text-decoration: none;	
}


#mainbar h2 a:hover {
text-decoration: underline;
background-color: white; 
}
#sitemenu {
	position: absolute;
	right: 0	;
	top: 12px;
}

#sitemenu ul li {
	display: inline;
	margin-right: 1em;
}

#lang {
	height: 30px;
	width: 220px;
	left: 53px;
	bottom: 3px;
	position: absolute;
}

#lang ul {
	height: 28px;
	width: 213px;
}

#lang ul li {
float: left;
text-indent: -999em;
list-style-type:none;

}

#lang ul li a {
border: 0;
	display:block;
	text-decoration:none;
	background: transparent url(../chrome/language.jpg) no-repeat;
}

li#eng a {
width: 30px;
height: 28px;

}

li#eng a:link, li#eng a:visited {
background-position: 0px 0px;
}

li#eng.active a:link, li#eng.active a:visited {
background-position: 0 -28px; }

li#eng a:hover, li#eng a:focus {
background-position: 0 -28px; }

li#ger a {
width: 31px;
height: 28px;
}

li#ger a:link, li#ger a:visited {
background-position: -30px 0px;
}

li#ger.active a:link, li#ger.active a:visited {
background-position: -30px -28px; }

li#ger a:hover, li#ger a:focus {
background-position: -30px -28px;
}

li#fra a {
width: 30px;
height: 28px;
}

li#fra a:link, li#fra a:visited {
background-position: -61px 0px;
}

li#fra.active a:link, li#fra.active a:visited {
background-position: -61px -28px; }

li#fra a:hover, li#fra a:focus {
background-position: -61px -28px;
}


li#ita a {
width: 30px;
height: 28px;
}

li#ita a:link, li#ita a:visited {
background-position: -90px 0px;
}

li#ita.active a:link, li#ita.active a:visited {
background-position: -90px -28px;
}

li#ita a:hover, li#ita a:focus {
background-position: -90px -28px;
}

li#esp a {
width: 31px;
height: 28px;
}

li#esp a:link, li#esp a:visited {
background-position: -120px 0px;
}

li#esp.active a:link, li#esp.active a:visited {
background-position: -120px -28px;
}

li#esp a:hover, li#esp a:focus {
background-position: -120px -28px;
}

li#rus a {
width: 31px;
height: 28px;
}

li#rus a:link, li#rus a:visited {
background-position: -151px 0px;
}

li#rus.active a:link, li#rus.active a:visited {
background-position: -151px -28px;
}

li#rus a:hover, li#rus a:focus {
background-position: -151px -28px;
}

li#slo a {
width: 30px;
height: 28px;
}

li#slo a:link, li#slo a:visited {
background-position: -181px 0px;
}

li#slo.active a:link, li#slo.active a:visited {
background-position: -181px -28px;
}

li#slo a:hover, li#slo a:focus {
background-position: -181px -28px;
}

#teaser_wrapper {

	padding-bottom: 20px;
	background-color: #e6f7ff;
}

#teaser {
	margin:  0 auto;
	width: 860px;
	background: url(../chrome/news_bg.jpg) no-repeat 50px 0px;
	min-height: 150px


}
#teaser_box {
	width: 476px;
	overflow: auto;
	background-color: #ffffbb;
	padding: 15px;
	margin: 0px 15px 20px 0;
	float: right;
	border: 1px solid #fee;
}

#teaser_box img, .article img, .singlearticle img, .articlelist img, #news img {
	/* float: left; */
	padding: 5px;
	background-color: white;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
}

#teaser_box p {
	margin: 0;
}

#news {
	width: 250px;
	padding: 50px 0px 10px 30px;
	font-size: 0.9em;
	background: url(../chrome/news_bg.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 40px;
}

#links {
	width: 250px;
	padding: 50px 0px 10px 30px;
	font-size: 0.9em;
	background: url(../chrome/links_bg.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 40px;
	min-height:100px
}

#news p {
	width: 180px;
	text-align: justify;
}

#news ul, links ul {
	width: 180px;
}
#news ul li, #links ul li {
	
	margin-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: square;
}

#content_wrapper {
background-color: white;
}

#content {
	margin: 0 auto;
	width: 860px;
	padding-top: 10px;
	
}

#sidebar {
	float: left;
	width: 320px;
	
}

ul#nav {
	margin-left: 40px;
	width: 260px;
	list-style: none;
	border-top: 1px solid #e6f7ff;
font-weight: bold;
}

ul#nav li {
	border-bottom: 1px solid #e6f7ff;
}

#nav a:link, #nav a:visited {
	color: #0068b4;
	text-decoration: none;
	padding: 6px 0px 6px 18px;
	display: block;
}

#nav a:hover {
	background-color: #e6f7ff;
}

#mainbar {
	margin-left: 340px;
padding-bottom: 2em;
}

#mainbar a:link, #mainbar a:visited, #news a:link, #news a:visited, #links a:link, #links a:visited  {
	color: #0068b4;
}

#mainbar a:hover, #news a:hover, #links a:hover {
	background-color: #e6f7ff;
}

#mainmenu {
	position: absolute;
	bottom: 12px;
	left: 339px;
}

#mainmenu {

	padding-left: 0;
	font-size: 1.1em;
}
#mainmenu ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;

}

#sitemenu ul li a:link, #sitemenu ul li a:visited, #mainmenu ul li a:link, #mainmenu ul li a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sitemenu ul li a:hover, #mainmenu ul li a:hover {
	text-decoration: underline;
	
}

#footer_wrapper {
border-top: 1px solid #e6f7ff;

}

#footer {
	margin:0 auto;
	width: 860px;


	
}

#footer p {
	color: #0068b4;
	background: url(../chrome/logo.gif) no-repeat;
	padding-left: 90px;
	margin-left: 333px;
	font-size: 0.9em;
	margin-top: 2em;
	height: 60px;
	overflow: hidden;
	padding-top: 10px;
}
.article, .articlelist {
	border-top: 1px solid #e6f7ff;
	margin-right: 10px;
margin-bottom: 1em;
width: 520px;
padding-top: 1em;
	float:  left;
}

.singlearticle {
border-bottom: 1px solid #e6f7ff;
	margin: 0 10px 10px 0;
width: 520px;
}

/* –– text classes --*/

.cleared {
	clear: left;
}

.alignright {
	text-align: right;
}

.justified {
	text-align: justify;
}

.divide {
	border-right: 1px solid white;
}

/*-- tabulky ---- #e6f7ff -- #0068b4 ----- */

#mainbar table {
	background-color: #def;
	border: 1px solid #0068b4;
	margin: 1em 0;
width: 100%; 
}


#mainbar table th {
	padding: 0.5em;
background-color: #e6f7ff;
text-align: left;

}

#mainbar table td {
	padding: 0.5em;
	background-color: white;
}

/* -- lists --- */

#mainbar ul {
	margin-left: 2em;
	line-height: 1.5em;
}

#content label {
font-weight: bold;
}

#content input, #content textarea, #content select {
margin: 0.5em 0;
background-color: #e6f7ff;
}

.bold {
	font-weight: bold;
}

.underline {
text-decoration: underline;
}

fieldset {
padding: 2em;
border: 1px solid #ccc;
}

legend {
font-weight: bold;
padding: 0.5em;
}

#airplane {
border: 1px solid #ddd; 
padding: 1em;
}

#airplane zemText { padding: 30px; }

/* price badge */

.price {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-top: -10px;
	min-height: 57px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 30px 0 0 0;
	text-align: center;
	width: 86px;
	background: url(../chrome/badge.png) no-repeat;
}

.singlearticle, .article, .articlelist {
	position: relative;
}

.imgright {
	float: right;
	margin: 0em 0em 4em 2em; 
}

.imgleft {
	float: left;
	margin: 0em 4em 2em 0em;
}

.photos {
margin-top: 2em;
text-align: center;
}

.text_highlight { 
color: #d83d34;
font-size: 12px;
font-weight: bold;
}

.hotel {
border-top: 1px solid #ddd;
padding: 1em;
margin-bottom: 1em;
}

#text_resize {
position: absolute;
right: 0;
bottom: 33px;
background-color: #0067b2;
padding: 2px 4px;
border: 1px solid white;

}

#text_resize a {
color: white; margin-bottom: 2px;
}
