.cookie_content {
	float : left; 
	width : 100%;
}
.cookie_action {
	float : left;
	width : 100%;
}	
.edit_desktop {
	display : none;
}
.ucp li, .menu li {
	float : left;
	padding-left : 10%;
	font-size : 2em;
	font-weight : bold;
}
header {
	float : left;
	padding : 1%;
	width :98%;
	height : 20%;
	background : url(/styles/main_page/img/body.jpg) #000 no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom : 10px solid #0b0b0b;
}
header img {
	height : 150px;
	width : 150px;
}
.template_nav {
	width : 98%;
	height : 40px;
}
.navigation li {
		position : relative;
		float : left;
		width : 96%;
		padding : 2%;
		text-align : center;
		background : #f7f7f7;		
}
.navigation li ul {
	display:none;
} 
.navigation li:hover ul {
		position : relative;
		z-index : 5;
		display : block;
		background : #f7f7f7;
} 
.main_nav li {
background : #fff;
border-bottom : 2px solid #0b0b0b;
}
.main_nav li:hover {	
background : #fff;
border-bottom : 2px solid #0b0b0b;
}
.sub_menue li, .sub_menue_link, .sub_sub_menu li, .sub_sub_menu_link {
		
}
article {
	float : left; 
	padding : 1%;
	width : 98%;
	background : #ffffff;
}

.existing_content, .template_nav_front  {
	position : relative;
	float : left;
	width : 100%;
	height : 50px;
}
.content_editing {
	float : left;
	width : 98%;
	padding : 1%;
	text-align : center;
}
.menu li {
	margin-top : 5px;
	font-weight : bold;
	font-size : 1.1em;
}