body {
 	font-size: 11px;
	margin: 0;
	color: #05286B;
	background: #021A44;
}

#mainholder {

/*	border-top: 15px solid #05286B;*/
	border-top: 15px solid #063895;
	margin: 20px auto;
	width: 800px; 
	background: #f2f2e3 url("../../images/layout/bglines.png");
}

/*HLAVIČKA*/

#header {
	position: relative;
	height: 105px;
/*	background: #f2f2e3 url("../../images/layout/headerimg.jpg") no-repeat 100% 0; */
}

h1#title {
	margin: 0;
	font-size: 3em;
	position: relative;
	top: 20px;
	left: 25px
}

h1#title a {
	text-decoration: none;
}

#languages {
	position: absolute;
	top: 15px;
	right: 19px;
}

#languages span {
	display: block;
	width: 100px;
	height: 23px;
	text-align: right;
	color: #909FB2;
	font-weight: bold;
}

#languages span a {
	color: #909FB2;
	text-decoration: none;
}

#languages span a:hover {
	color: #909FB2;
	text-decoration: underline;
}

#languages span a img, #languages span img {
	margin-left: 10px;
	border: 0;
}


/*DOKUMENT*/
#doccontent {
	margin-left: 179px;
	margin-right: 0;
	min-height: 450px;	
	background: transparent url("../../images/layout/vline.png") no-repeat 580px 0;  /
}

* html #doccontent {  /*kvůli IE...*/
	height: 450px;
	margin-left: 176px;
}

#document {
	background: transparent url("../../images/layout/point.png") repeat-y 15px 0;  /
}

#text {
	padding: 0px 40px 10px 5px;
	float: left;    /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
}


#text h2 {  
	font-size: 1.3em;
	margin: 1em 0;
	color: #bc5405;
}

h3.daytrips {
	border-bottom: 1px solid silver;
}

.daytrips_blok {
	margin-bottom: 22px;
}

/*PATIČKA*/

#footer {
	margin: 0;
	padding: 3px 20px 3px 25px;
	background: transparent;
	border-top: 1px solid #C9CECA;
	clear: both;
}

#footer_address {
	float: left;
}

#e4you {
	text-align: right;
}
