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