@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	width: 707px;
	min-height: 530px;
	margin: 0 auto;
	position: relative;
	text-align: left;	
	background: #000 url(../foto/stranky/0.jpg) no-repeat top center;
}
#logo{
	width: 88px;
	height: 127px;
	position: absolute;
	top: 236px;
	left: 60px;
}
#obsah{
	width: 323px;
	float: right;
	padding-top: 60px;
}
#language{
	height: 35px;
	position: absolute;
	left: 0;
	top: 500px;
	overflow: hidden;
}

#language li{
	float: left;	
	list-style-type: none;
	margin-left: 10px;
	padding-right: 10px;	
	padding-top: 7px;
	height: 29px;
	color: #fff;
	font-size: 80%;	
	text-align: center;
	background: url(../images/language.gif) no-repeat 35px 25px;
}
#language li.posledni{
	background: none;
}

#language a{
	display: block;
	color: #fff;
	text-decoration: none;	
}
#language img{
	padding-bottom: 3px;
}


