@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}
html, body{
	height: 100%;
	margin:0;
	background-color: #000;
	color: #c6c5c5;
	font-family: 'Yantramanav', sans-serif;
	background-image:url(../images/bg.jpg);
	/*background-repeat:repeat-x;
	background-color:#ebebeb;
	font-family: Montserrat, sans-serif;
	font-family: Domine, sans-serif;*/
	

}

#main_cointainer{
	min-height:100%;
	position:relative;
}

#top_cointainer {
	position:relative;
	width:auto;
	height: 93px;
	margin-left:auto;
	margin-right:auto;
	background-color:#29292b;
	overflow:auto;
} 

#menu_cointainer{
	/*background-color: #808084;*/
	width: 1000px;
	height: 93px;
	text-align: center;
}

#logo_cointainer{
	background-color: #000;
	height: 249px;
	text-align: center;
	padding-top: 67px;
	padding-bottom: 67px;	
}

#article_cointainer{
	/*background-color: #2db60d;*/
	width: 1000px;
	padding-top: 35px;
	padding-bottom: 250px;	
	font-size: 21px;
}

#article_cointainer_kontakt{
	/*background-color: #2db60d;*/
	width: 1000px;
	padding-top: 35px;
	padding-bottom: 20px;	
	font-size: 21px;
}

#stopka{
	background-color: #121213;
	height: auto;
	position:absolute;
	bottom:0;
	width:100%;
	height:250px;
	text-align: center;
	padding-top: 30px;	
	/*color: #29292b;*/
	font-size: 20px;
}



/*************** FONT STYLES ********************/

.naglowek{
	font-size: 30px;	
}
























