body
{
	background-color: #4D4D4D;
	font: 11.2px Verdana, sans-serif, Tahoma, Ariel, ;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

body.login
{
	background-color: #FFFFFF;
}

h1 {
	margin:0px;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color: #000;
	line-height: 1.1;
	letter-spacing: 1px;  
}

img {
	border: 0px;
}	

strike {
    color: #4D4D4D;
}


/* ========= kontejner prihlasovaci stranky */
.contlogin
{
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;   
	width: 510px;
	height: 400px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 80px;
}

.contlogin p{
	position:relative;
	font-weight: bold;
	top: 220px; 
}

.contlogin div.error{
	font-weight: bold;
}


/* ========= kontejner bezne stranky */
.cont
{
	background-color: #E2E4CB;
	width: 800px;
	/* height: 600px; */
	margin-left: auto; 
	margin-right: auto;
	font-size: 110%;
}
	
.cont a:link, .cont a:visited {
	color: #0060ff;
	text-decoration: none;
	font-weight: bold;	
}

.cont a:hover {
	color: #FFA500;
	font-weight: bold;
}

.cont p{
	text-align: justify;
	margin-left: 20px; 
	margin-right: 20px;	
}

.cont p.aktualizace {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;   
	margin-top: -20px;
	padding-bottom: 10px; 
	color: #4D4D4D;
}

.cont p.back { 
	margin-top: 0px;
	padding-bottom: 10px; 
	color: #4D4D4D;
	text-align: right;
	position: relative;
}

.cont p.email {
	padding-left: 0px;   
	margin-top: 0px;
	padding-bottom: 10px; 
	text-align: right;
	position: relative;
	color: #7F7F7F;
}


.cont p.enter{
	text-align: center;
	letter-spacing: 1px;
	color: #7F7F7F;
	font-size: 100%;
	font-weight: bold;
}

.cont table{
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	
}

.cont table td{
	vertical-align: bottom;
	padding-bottom: 10px;
}

.cont table tr{
	height: 50px;
}

.cont table span {
	font-weight: bold;
}

/* ---- */
.cont table.list {
	width: 600px;
}

.cont table.list tr{
	height: 8px;
}

.cont table.list td{
	text-align: left;
	padding: 5px 0px 0px 5px;
	border: 1px solid #FFFFFF;	
}

/* ---- */

.cont table.ico {
	margin: -20px 10px 0px 0px;
	padding: 0px;
	width: 300px;
	float: right;
}

.cont table.ico td{
	/* idth:30px; */
	vertical-align: top;
	text-align: center;
	/* border: 1px solid #BCBCBC; */
}


.cont table.ico a, .cont table.ico a:visited{
	font-size: 90%;
	font-weight: normal;
}

.cont table.ico a:hover{
	font-size: 90%;
	font-weight: normal;
		
}


.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}



.front table{
	width: 100%;
	padding-left: 200px;
	padding-right: 200px;
}

.front table td{
	vertical-align: top;
	padding-bottom: 10px;
}

.front table tr{
	height: 50px;
}

