
aaa* { border: 1px solid black !important }

.idle { display: none; }

/* hlavní formátování strany -------------------------------------------- */

body {
	padding: 0px;
	padding-bottom: 50em;
	margin: 0px;
	border: 0px;

	color: #777;
	background-color: #fff;
	background-image: url("../../images/background.png");

	text-align: center;
	font-size: 9pt;	
	font-family: arial, sans-serif; 
	font-weight: normal;
}

#plac {
	position: relative;
	width: 58em;

	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;

	background-color: transparent;

	text-align: left;
}

#head { /* nejhornější pruh */
	position: relative;
	clear: both;
	height: 50px;
	width: 100%;

	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}

#icons { /* pruh s ikonama */
	position: relative;
	clear: both;
	height: 40px;
	width: 100%;

	padding: 0;
	padding-top: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;

	background: #fff url("../../images/icons-pad.png") repeat-x;
}

#subicon { /* pruh s ikonama */
	margin-top: 0.4em;
	text-align: right;
}


#trup { /* telo dokumentu */
	position: relative;
	clear: both;
	width: 100%;

	padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;

	background-color: #fff;
}

#trupclear { /* telo dokumentu */
	position: relative;
	clear: both;
	width: 100%;

	padding: 0;
	border: 0px solid #999;

	background-color: transparent;
}

#paleta { /* admin cast */
	position: relative;

	padding: 0;
	margin: 2em 15em 0 0;
}


div.send {
	text-align: right;
	margin-top: 1em;
	border-top: 1px solid #999;
	padding: 0.5em 0;
}


table.body {
	width: 100%;
	padding: 0;
	margin: 0;
}

table.body td.left {
	height: 370px;
	width: 26%; _width: 29%;
	
	padding: 0 10px 10px 10px;
	background: #fff url("../../images/back-left.jpg") right bottom no-repeat;

	vertical-align: top;
}

table.body td.right {
	height: 370px;
	width: auto;

	padding: 0 20px 10px 20px;
	border-left: 1px dashed #bbb;
	background: #fff url("../../images/back-right.jpg") left bottom no-repeat;

	vertical-align: top;
}

table.body td.full {
	height: 370px;
	width: auto;

	padding: 2em 4em 2em 4em;
	background: #fff url("../../images/back-right.jpg") left bottom no-repeat;

	vertical-align: top;
}

table.body td.clear {
	height: 370px;
	width: auto;

	padding: 0;
	background-color: transparent;
	border-top: 1px #999 solid;

	text-align: center;
}

#foot { /* zapati stranky */
	position: relative;
	clear: both;
	height: 10px;
	width: 100%;

	padding: 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	background-color: #fff;
}

/* fixní a plovoucí elementy ---------------------------------------------------- */

#logo { 
	position: absolute;
	height: 50px;
	width: 180px;
	top: 0px;
	left: 7px;
	background: transparent url("../../images/logo.gif") top left no-repeat;
}

#heslo { 
	position: absolute;
	height:25px;
	width: 305px;
	top: 14px;
	left: 247px;
	background: transparent url("../../images/heslo.gif") top left no-repeat;
}

/* div ktery zpusobuje zakonceni plovoucich prvku -------------------------------- */
.cleaner {
	clear: both;
}

.cleanerview {
	clear: both;
	border-bottom: #666 1px solid;
}



