html { height: 100%; }

body {
 	font-size: 13px;
	margin: 0;
/*	background: silver;*/
/*	background: #05286B;*/
	background: #031E4E;
	color: white;
	height: 100%;
}

#mainholder {
/*	margin: 20px auto;*/
	margin: 0px auto;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	width: 840px; 
/*	background: #05286B;*/
	background: #07358B;
	height: 100%;
}

/*HLAVIČKA*/

#header {
	position: relative;
/*	height: 106px;*/
	height: 126px;
	background: url("../images/layout/header_center.jpg") no-repeat 100% 0;  /*OBRÁZEK V HLAVIČCE*/
}

h1#title {
	margin: 0;
	font-size: 1.7em;
}

/*DOKUMENT*/
#doccontent {
	margin-left: 0;
	margin-right: 0;
	height: 500px;	
	background: url("../images/layout/pic1.jpg") no-repeat 0 15px; 
}

#text {
	height: 480px;
	background: url("../images/layout/pic2.jpg") no-repeat 100% 99%; 
	position: relative;
}

#motto { 
	font-variant: small-caps;
	position: absolute;
	top: 320px;
	width: 440px;
	font-size: 110%;
	text-align: center;
	line-height: 120%;
}

#contacts {
	position: absolute;
	top: 355px;
	width: 440px;
	text-align: center;
}

#address {
	margin-top: 7px;	
	margin-bottom: 7px;	
}

#languagescontainer {
	position: absolute;
	z-index:100;
	top: 215px;
	right: 25px;
	width: 100px;
	text-align: right;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

#languages a {
	text-decoration: none;
}


#french {
	padding-right: 40px;
	height: 18px;
	background: url("../images/layout/french_flag_small.gif") no-repeat 100% 100%; 
	margin-bottom: 5px;
}

#english {
	padding-right: 40px;
	height: 18px;
	background: url("../images/layout/english_flag_small.gif") no-repeat 100% 100%; 
	margin-bottom: 5px;
}


#german {
	padding-right: 40px;
	height: 18px;
	background: url("../images/layout/german_flag_small.gif") no-repeat 100% 100%; 
}

/*HLAVNÍ MENU*/

#topmenucontainer {
	position: absolute;
	top:  0 px;
	left: 450px;
	width: 300px;
	height: 300px
}

#topmenu {
	padding: 2px 10px;
}

#topmenu a {
	color: #ffcb8a;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin: 18px 0;
	font-variant: small-caps;
	font-weight: bold;
}


#topmenu a:hover {
	color: white;
	background: transparent;
}

#m_aboutus { background: url("../images/layout/aboutus_up.gif") no-repeat 0 0; }
#m_aboutus a { background: transparent url("../images/layout/aboutus.gif") no-repeat 0 0; }

#m_trips { background: url("../images/layout/trips_up.gif") no-repeat 2px 0; }
#m_trips a { background: url("../images/layout/trips.gif") no-repeat 2px 0;  
				 width: 270px;
}

#m_services { background: #07358B url("../images/layout/services_up.gif") no-repeat 1px 0; }
#m_services a { background:  url("../images/layout/services.gif") no-repeat 1px 0; }

#m_references { background: #07358B url("../images/layout/references_up.gif") no-repeat 2px 0; }
#m_references a { background: url("../images/layout/references.gif") no-repeat 2px 0; }

#m_contacts { background: url("../images/layout/contacts_up.gif") no-repeat 2px 0; }
#m_contacts a { background: url("../images/layout/contacts.gif") no-repeat 2px 0; }


/*
#m_contacts { background: url("../images/layout/t_contacts_up.gif") no-repeat 2px 0; }
#m_contacts a { background: url("../images/layout/t_contacts.gif") no-repeat 2px 0; }
*/

/*PATIČKA*/

#footer {
	margin: 0;
	padding-left: 20px;
	background: #eee;
	border: 1px solid gray;
	clear: both;
	display: none;
}
