#layout {
	margin: 0 auto;
	width: 1000px;
}
/* HLAVICKA */
#header {
	width:1000px;
	height:163px;
	position:relative;
}
#logo-login {
	width:305px;
	height:53px;
	margin:10px auto;
	position:relative;
}
#logo {
	position:absolute;
	top:10px;
	left:0px;
	display:block;
	width:143px;
	height:43px;
	overflow:hidden
}
#logo span {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:143px;
	height:43px;
	background: transparent url(/images/background/logo.gif) left top no-repeat;
}

#headerSearch {
	position:absolute;
	top:26px; right:0;
	width:180px;
	height:20px;
}
#headerSearch input {
	float:left;
}
#headerSearch input.text {
	border:1px solid #b2b2b4;
	padding:1px;
	height:16px;
	width:151px;
	margin-right:5px;
}
#topLinks {
	position:absolute;
	top:5px; right:170px;
	font-size:0.9em;
}
#topLinks a {
	color:#6c6c6c;
}
#switchLanguages {
	position:absolute;
	top:5px; right:0;
	font-size:0.9em;
}
#switchLanguages a {
	display: inline-block;
	padding-left: 18px;
	color:#6c6c6c;
}
#switchLanguages a.en {	background: transparent url(/images/langs/en.png) left top no-repeat; }
#switchLanguages a.de {	background: transparent url(/images/langs/de.png) left top no-repeat; }
#switchLanguages a.es {	background: transparent url(/images/langs/es.png) left top no-repeat; }
#switchLanguages a.pt {	background: transparent url(/images/langs/pt.png) left top no-repeat; }
#headerText {
	width:1000px;
	height:63px;
	background-color:#4fa600;
	position:absolute;
	bottom:0;
}
/* HLAVICKA - end */

/* CONTENT */
#contentHolder {
	width:1000px;
	margin-top:19px;
	min-height:600px;
	_height:600px;
}
#contentLeft {
	width:200px;
	float:left;
}
#content {
	width:780px;
	/*
	margin-left:20px;
	_margin-left:0px;
	*/
	float:right;
}
#content.wideContent {
	width:1000px;
}
#content-login {
	min-height:700px;
	_height:700px;
}
/* CONTENT - end */

/* PATICKA */
#footer {
	width:1000px;
	color:#6c6c6c;
	background-color:#eaeaea;
	height:20px;
	font-size:0.9em;
}
#footer-login {
	width:1000px;
	height:20px;
	margin:0 auto;
}
#footerLinks {
	width:860px;
	padding:4px 0 0 8px;
	height:16px;
	float:left;
}
#copyright {
	width:132px;
	padding-top:4px;
	height:16px;
	float:left;
}
#footerLinks a, #copyright a { color:#6c6c6c; }
/* PATICKA - end */

