#body {
	color: rgb(0,0,0);
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #ccc;/*rgb(204,204,204);*/
}

#main_env
{
	position:relative;
	margin: 0 auto;
	width: 750px;/*750*/
	height:560px;
	border: none;
}

#main {
	position:relative;
	width: 750px;/*750*/
	height:650px;/*560px;*/
	z-index: 0;
	text-align: center;
	border: 1px solid black;
	border: none;
	background-color: #496171;/*#446688;*/
	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#hlavicka{
	height: 151px;
	width: 750px;/*750*/
	border-bottom:1px solid black;
	border: none;
	background: url("images/head.gif") no-repeat;
}


#counter_online
{
	position:absolute;
	left: 0px;
	top: 154px;
	width: 140px;
	height: 15px;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:15px;
	color:#abc;
}

#left
{
	position:absolute;
	left: 7px;
	top: 170px;
	width: 150px;
	height:470px;
	border: 1px solid #cfcece;
	background: url("images/menu_line.gif") repeat-y;
}

#obsah {
	position:absolute;
	width: 570px;
	min-height:470px;/*390*/
	left:167px;
	top: 158px;
	border: 1px solid #cfcece;
	background: url("images/obsah_line.gif") repeat-y;

}

#menu {
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 1;
	width: 150px;
	height:235px;
	border: 1px solid black;
	border: none;
	margin-top:5px;
}

#login {
	position: absolute;
	bottom:0px;
	left:0px;
	width:150px;
	height: 170px;
	padding-left:2px;
	border: none;
	color: white;
}

#logout {
	position: absolute;
	bottom:0px;
	left:0px;
	width:150px;
	height: 100px;
	border: none;
	color: white;
	margin-bottom: -25px;
}


a:link { color: white; text-decoration: none;}
a:visited { color: white; text-decoration: none;}
a:hover { color: #f44; text-decoration: none;}