html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFCC;
	border: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 0;  
	margin: 0;
}    
     
body {
	text-align: center;
	height: 100%;
}
      
#telo {
	margin: 0 auto;
	width: 960px;
}

#leva {  
	float: left;
	width: 210px;
	height: 400px;
}

	.menu_item {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		
		text-align: left;
		padding-left: 30px;
	}
	
	.extra {
		color: #FF6633;
		font-size: 16px;
	}
	
	.mp {
		color: #E53254;
	}

#stred {
	width: 600px;
	float: left;
	height: 430px;
}

#prava {
	width: 150px;
	float: right;
	height: 400px;
	background-image: url(img/soska_RGB.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#jazyk {
	background-color: #CCCCCC;
	float: left;
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	display: none;
}

#pata {
	width: 960px;
	height: 230px;
	background-image: url(img/spodek.gif);
	background-repeat: repeat-x;
	clear: both;
}

#pata img {
	padding: 15px 10px 0px 10px;
}

.nadpis {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.clanek {
	padding-left: 10px;
	font-size: 12px;
	text-align: justify;
}

A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.logo {
	padding-top: 30px;
	padding-bottom: 25px;
}

/************************************************************/
/* vseobecne deklarace */
img {
	border: none;
}

.stred {
	width: 100%;
	text-align: center;
}
