/* ------------ Communication pages ------------ */

/* ------------ Content ------------ */
#content {
	width: 424px;
}
#ponte-win #content {
	width: 600px;
}
#ponte-win #content P {
	margin: 10px 15px 10px 15px;
}
#content .motive {
	margin-bottom: 10px;
}
/* Titles */
#ponte-win #content .t1 .color-A {
	padding-left: 15px;
}
/* Index (table) */
#content .index {
	
}

/* Photo Index */
#content .index-photo .item {
	/*width: 424px;		P	*/
	padding-top: 10px;		/* NN 4 - musi byt padding */
	/*padding-bottom: 10px;*/
	border-bottom: 1px solid #505C5D;
}
#content .index-photo .item .title {
	/*width: 100%;		P	*/
	color: #000000;
	margin-bottom: 5px;
	margin-left: 6px;
}
#content .index-photo .item .title .name {
	font-size: 12px;
	font-weight: bold;
}
#content .index-photo .item .title .job {
	font-size: 11px;
}
#content .index-photo .item .left {		/* Spojeno pro NN 4 */
	float: left;
	width: 80px;
	height: 80px;
}
#content .index-photo .item .left IMG {
	margin-top: 3px;
	margin-left: 6px;
}
#content .index-photo .item .right {
	float: right;
	width: 344px;
}
#content .index-photo .item .right .text P {
	margin-top: 0px;
}
#content .index-photo .item .text P {
	margin-top: 0px;
}
/* List */
#ponte-win .list UL {
	list-style-type: square;
	margin: 10px 15px 10px 25px;
	padding-left: 5px;		/* N7.0 */
}
#tools .list UL {
	list-style-type: square;
	margin: 5px 5px 5px 10px;
	padding-left: 6px;		/* N7.0 */
}
/* Form */
#content .form .buttons {
	width: 418px;
}

/* ------------ Tools ------------ */
#tools {
	width: 193px;
}

/* ------------ Euro kalkulacka -------------------- */
#euroCalculator FORM, #euroCalculator P {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#euroCalculator #tabs {
	height: 22px;
	margin-bottom: 0px;
	margin-top: 25px;
}
#euroCalculator #tabs STRONG, #euroCalculator #tabs A {
	float: left;
	line-height: 22px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: normal;
	text-decoration: none;
}
#euroCalculator .line {
	min-height: 2px;
	_height: 2px;
	line-height: 0px;
	background-color: #2E3A8D;
	margin-top: 0px;
	border: 0px;
}
#euroCalculator #tabs A.inactive {
	color: #FFFFFF;
	background-color: #8498CA;
	margin-right:5px;
}
#euroCalculator #tabs A.active {
	color: #FFFFFF;
	background: #2E3A8D;
	margin-right:5px;
}
#euroCalculator #calc1, #euroCalculator #calc2 {
	clear: both;
	height: 1%;
}
#euroCalculator #calc1 .in, #euroCalculator #calc2 .in {
	margin: 20px 0px 20px 10px;
}
#euroCalculator .input, #euroCalculator .button {
	float: left;
	display: inline;
	height: 50px;
	width: 110px;
}
#euroCalculator .button {
	width: 150px;
	line-height: 37px;
	text-align: center;
}
#euroCalculator .button INPUT {
	border: none;
	height: 18px;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 1.4em;
	* margin-top: 0.7em;
	* margin-left: -0.5em;
	_margin-top: 1.3em;
	_margin-left: -1.3em;
	background-color: #3e5a99;
}
#euroCalculator LABEL {
	display: block;
	line-height: 1.7em;
}
#euroCalculator .input INPUT {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #A5ACB2;
	width: 110px;
	padding: 1px;
	margin-right: 5px;
	font-size: 11px;
	float: left;
	* margin-left: -0.8em;
}
#euroCalculator .output INPUT {
	font-weight: bold;
	color: #3e5a99;
	border-color: #DBDBDB;
	background: #f7f7f7;
	width: 130px;
}
#euroCalculator .output STRONG {
	color: #3e5a99;
}
#euroCalculator DIV P {
	font-size: 90%;
	clear: both;
	margin-top: 0px !important;
	height: 1%;
}
.clear{
	clear: both;
}
