html, body {
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana;
	font-size: 12px;
	color: #575757;
}


a:link {color: #301912; text-decoration: none}
a:visited {color: #301912; text-decoration: none}
a:active {color: #301912; text-decoration: none}
a:hover {color: #301912; text-decoration: underline}



#master{
	
	margin: 30px 0px 10px 0px;

}


/*#master{position: absolute;left: 50%;top: 50%;margin-left: -495px;margin-top: -330px;text-align: left;}*/


#meniu{
	float: left;
	width: 52px;
	height: 660px;
}

#meniu img{
	margin: 1px 0px 0px 2px;
}

#content{
	float: left;
	width: 938px;
	height: 660px;
}


#header{
	width: 938px;
	height: 92px;
	text-align: right;
}

	.sigla{
		margin: 0px 46px 0px 0px;
	}


#page_home{
	width: 938px;
	height: 572px;
}

	#page_bg_home{
		float: left;
		width: 32px;
		height: 572px;
		background-image: url('../../img/bg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
	}

	#page_content_home{
		float: left;
		width: 906px;
		height: 572px;
	}


#page{
	width: 938px;
	height: 538px;
}

	#page_bg{
		float: left;
		width: 32px;
		height: 538px;
		background-image: url('../../img/bg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
	}

	#page_content{
		float: left;
		width: 906px;
		height: 538px;
	}

		#page_content_img{
			position: relative;
			float: left;
			width: 500px;
			height: 538px;
			overflow: hidden;
		}

		#page_content_img img{
			position:absolute;
			display:block;
			border:none;
		}

		#page_content_txt{
			position: relative;
			float: left;
			width: 406px;
			height: 538px;
			/*margin: 0px 50px 0px 20px;*/
			text-align: right;
			
		}

		#box_txt{
			/*padding: 0px 50px 0px 20px;*/
			width: 406px;
			height: 530px;
			position:relative;
			overflow:hidden;
		}

		#box_txt div{
			position:absolute;
			z-index: 1;
			top: 0;
			left: 0;
			background:#fff;
			width:336px;
			height:525px;
			padding: 0px 50px 0px 20px;
		}

		.title{
			font-size: 24px;
			color: #7F6B50;
			text-align: right;
			margin: 0px -3px 0px 0px;
		}

		.title_red{
			font-size: 24px;
			color: #d40000;
			text-align: right;
			margin: 0px -3px 0px 0px;
		}

		.buttons{position: absolute; top: 0; right: 0; padding: 510px 50px 0px 20px;}
		.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
		/*.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}*/
		.buttons span.active{display: none;}

#footer{
	position: relative;
	width: 938px;
	height: 30px;
	text-align: right;
	font-size: 10px;
}

	.copyright{
		margin: 15px 41px 0px 0px;
	}


/* list */
ul, li{
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
li{
	/*
	background-image:url('../../img/bullet.gif');
	background-repeat:no-repeat;
	background-position: top right; 
	padding: 0px 14px 0px 0px;
	*/
}

.subtitle{
	width: 330px;
	margin: 0px -3px 0px 0px;
}


/* form */
#box_txt input{
	width:300px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
}

#box_txt textarea{
	overflow: auto;
	width:300px;
	height:50px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
}

#box_txt #buton{
	width:100px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

/*
#input_text{
	width:300px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
}
#input_textarea{
	overflow: auto;
	width:300px;
	height:50px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
}

#buton{
	float:none;
	width:100px;
	background-color: #E4E4E4;
	border: 1px #3E3E3E solid;
	font-family: Verdana;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
*/

#box_txt div p{
	margin: 0;
	padding: 0px 0px 5px 0px;
	border: 0;
}

.special{
	width: 200px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: 0;
	cursor: pointer;
}