//*CSS Document*//


body{
padding:0 auto;
margin:0 auto;
}

.main{
width:1000px;
margin:0 auto;
padding:0 auto;
}

.header{
width:1000px;
height:175px;
padding:20px;
background:#fcfcfc;
border:1px solid #ccc;
}

.logo_conf{
width:174px;
height:150px;
float:left;
}

.header_name{
font-family: "Century Gothic" "Arial";
font-size:16px;
font-weight:bold;
float:left;
margin-top:30px;
margin-left:50px;
}

.header_name p span{
font-style:italic;
font-size:19px;
}

.sidebar{
width:220px;
height:770px;
float:left;
margin-top:20px;
padding-top:30px;
border:1px solid #cecece;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background:#f4f4f4;
position:relative;
z-index:1000;
}

	.sidebar ul{
	list-style-type:none;
	width:220px;
	padding-left:0px;
	margin:0px;
	position:relative;
	display:block;
	}
	
		.sidebar ul li{
		background-color: #f4f4f4;
		line-height:40px;
		padding-left:15px;
		}
		.sidebar ul li:before {
		font-family:"Verdana";
		font-size:16px;
		font-weight:bold;
		color:#1c1c1c;
		content:"»";
		}
			.sidebar ul li ul li:before{
			font-family:"Verdana";
			font-size:16px;
			font-weight:bold;
			color:#1c1c1c;
			content:"›";
			}
			
			.sidebar ul li a{
			text-decoration:none;
			font-family:"Verdana";
			font-size:14px;
			font-weight:bold;
			color:#1c1c1c;
			margin-left:5px;
			border-bottom:1px dashed #727272;
			}
			.sidebar ul li a:hover{
			text-decoration:none;
			font-family:"Verdana";
			font-size:14px;
			font-weight:bold;
			color:#343434;
			margin-left:5px;
			}
		
		.sidebar ul li ul{
		list-style-type:none;
		visibility:hidden;
		position:absolute;
		left:220px;
		top:0px;
		}
		.sidebar ul li:hover {
		position: relative;
		background-color:#ccc;
		}
		.sidebar ul li:hover > ul {
		visibility: visible;
		}
		.sidebar ul li:hover > a {
		color:#000;
		}	
	
.sidebar_partners{
margin-top:30px;

}
	.sidebar_partners_name{
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	}
	
	.sidebar_partners p{
	padding-left:10px;
	font-family:"Verdana";
	font-size:14px;
	font-weight:bold;
	color:#a1a1a1;
	}
		.partners_container{
		width:170px;
		height:500px;
		margin-top:20px;
		margin-left:20px;
		margin-bottom:20px;
		}

.content{
margin-top:20px;
margin-left:240px;
width:800px;
}

	#citata{
	width:400px;
	height:200px;float:left;
	}
	
	#citata p {
	text-align:left;
	font-family:"Century Gothic";
	font-size:16px;
	font-style:italic;
	color:#010101;
	}
	
	.autor{
	font-family:"Century Gothic";
	font-size:16px;
	font-style:italic;
	color:#010101;
	font-weight:bold;
	text-align:right;
	}
	
	.content_main_gallery{
	width:800px;
	height:200px;
	margin-top:0px;
	padding:0px;
	float:left;
	}
	
	#coin-slider{
	width:400px;
	height:200px;
	float:right;
	}
	
	.content_main_news{
	width:500px;
	min-height:520px;
	height:auto;
	margin-top:20px;
	padding:30px;
	float:left;
	border:1px solid #cecece;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	}
	
	.content_main_news p a {
	text-decoration:none;
	font-family:"Verdana";
	font-size:13px;
	font-weight:bold;
	color:#7c0808;
	}
	
	.content_main_news_name{
	width:300px;
	text-align:left;
	font-family:"Verdana";
	font-size:25px;
	font-weight:bold;
	color:#7c0808;
	}
	
	.content_docs{
	width:500px;
	height:auto;
	}
	
	.content_docs_name{
	width: 400px;
	height:40px;
	margin-top:30px;
	float:left;
	font-family:"Verdana";
	font-size:15px;
	font-weight:bold;
	color:#010101;
	}
	
	.content_docs_img{
	width:40px;
	height:40px;
	margin-top:20px;
	float:left;
	}
	
	.post{
	width:500px;
	height:120px;
	margin-top:30px;
	border:1px solid #cecece;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	}
	
	.archive{
	width:370px;
	height:auto;
	margin-top:30px;
	text-align:right;
	font-family:"Verdana";
	font-size:16px;
	font-weight:bold;
	color:#7c0808;
	padding:20px;
	float:left;
	}
	
	.archive_img{
	float:right;
	width:80px;
	height:80px;
	margin-top:10px;
	background:url('images/books_img.jpg') no-repeat;
	}
	
	.content_main_postnews{
	width:220px;
	height:580px;
	margin-top:20px;
	background:#f4f4f4;
	float:right;
	border:1px solid #cecece;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	}
		
		.important_data_name{
		text-align:center;
		font-family:"Verdana";
		font-size:16px;
		font-weight:bold;
		color:#7c0808;
		padding-bottom:10px;
		border-bottom:1px solid #cecece;
		}
		
		.important_data{
		text-align:center;
		font-family:"Verdana";
		font-size:14px;
		font-weight:bold;
		color:#070278;
		}
		.important_subdata{
		text-align:left;
		width:180px;
		font-family:"Verdana";
		font-size:12px;
		font-weight:bold;
		color:#010101;
		padding-bottom:10px;
		margin-left:25px;
		margin-top:-10px;
		}
		
	
	.content_main_map{
	margin-top:100px;
	margin-left:25px;
	}
	
.footer{
width:1000px;
height:90px;
float:left;
margin-top:20px;
background:#fcfcfc;
border:1px solid #ccc;
padding:20px;
padding-top:5px;
}
	
	.footer_text {
	height:50px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	border-left:10px solid #c0c0c0;
	padding:10px;
	width:550px;
	}
		.footer_text:hover {
		height:50px;
		float:left;
		margin-top:10px;
		margin-left:20px;
		border-left:10px solid #c66868;
		padding:10px;
		width:550px;
		}
	
		.footer_text p{
		font-family: "Verdana";
		font-size:12px;
		font-weight:bold;
		color:#c0c0c0;
		}
	
		.footer_text a{
		text-decoration:none;
		font-family: "Verdana";
		font-size:12px;
		font-weight:bold;
		color:#c0c0c0;
		}
			.footer_text a:hover{
			text-decoration:none;
			font-family: "Verdana";
			font-size:12px;
			font-weight:bold;
			color:#fff;
			}
		
		.footer_contact{
		height:50px;
		float:right;
		margin-top:10px;
		margin-right:30px;
		border-left:10px solid #c0c0c0;
		padding:10px;
		width:190px;
		}
			.footer_contact:hover{
			height:50px;
			float:right;
			margin-top:10px;
			margin-right:30px;
			border-left:10px solid #c66868;
			padding:10px;
			width:190px;
			}
			.footer_contact p{
			font-family: "Verdana";
			font-size:12px;
			font-weight:bold;
			color:#c0c0c0;
			}
		
		