
.template_header {
	float : left;
	width : 100%;
	height : 200px;
	color : #fff;
	text-align : center;
	text-shadow : 4px 4px 4px #353535;
	background : url(../img/header.jpg) no-repeat center center fixed; 
	background-size: 100% 200px;
	background-position : center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom : 2px solid #000;
}
.template_header_h1 {
	text-shadow : 4px 4px 4px #353535;
	border : none;
}
.template_nav {
	float : left;
	width : 100%;
	height : 40px;
	background : #363636;
	border-bottom : 2px solid #000;
}	
.navigation li {
	float : left;
	width : 96%;
	padding : 2%;
	text-align : center;
}
.navigation li ul {
	display:none;
} 
.navigation li:hover ul {
	position : relative;
	z-index : 5;
	display : block;
} 
.main_nav li {
	background : #363636;
	border-bottom : 1px dotted #000;
}
.sub_menue, .sub_menue_link {
	display : none;
}
.template_article {
	float : left;
	width : 98%;
	padding : 1%;
}
.template_aside {
	float : left;
	width : 98%;
	padding : 1%;
	color : #fff;
	background : #353535;
}
.template_content {
	background : url(../img/content_bg.png);
}
.left_col {
	float : left;
	width : 100%;
}
.right_col {
	float : right;
	width : 100%;
}
.template_footer {
	background : #000;
}
.template_aside ul {
	float : left;
	width : 98%;
	padding : 1%;
}
.aside_impression, .content_impression {
	margin-top : 1%;
	width : 80%;
	max-width : 300px;
	height : 20%;
	max-height : 200px;
	border: 2px solid #000;
}
