﻿/*
Theme Name:     mistylook-nfa
Description:    Child Theme for Netz für alle, based on mistylook
Author:         ME
Author URI:		http://www.euse.de
Template:       mistylook
Version: 		1.0
*/



@import url("../rls-ifg/style.css");



#access {
	background: #000;
	margin: 0 auto;
	width: 980px;
	display:block;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 5px 0 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	padding:8px 16px;
	background:#e3e6e3;
	border:#d6d9d6 1px solid;
	color: none;	
	margin:0 4px 0 0;
}
#access ul ul {
	display:none;
	position:absolute;
	top:32px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#e3e6e3;
	border:#d6d9d6 1px solid;
	color: none;	
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:#fff;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:#fff;
}

#container {
	border: #d6cdbe 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 980px; 	
	position: relative; 
	text-align: left;
	clear:both;
}

#headerimage {
	clear: both; 
	background: #fff url(img/misty.jpg) no-repeat 0 0 center;
	margin: 10px; 
	color: #fff; 	
	height: 200px;
	width:960px;
}

#content-main 
{
    display:inline;
	float: left; 
	width: 640px; 	
	padding:0 15px;
}

#access .menu-header li, div.menu li {
    text-align: left;
}
