/*
Theme Name: BLH Theme
Theme URI: http://www.BL-herschbach.de
Description: Standard BLH Template
Author: Bürger Liste Herschbach
Author URI: http://www.Bl-herschbach.de
*/

body {
	margin-left: auto;
	margin-right: auto;
	color: #333;
	background: #e5e5e5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 {
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
    border: 1px solid #FFC125;
    padding: 3px 7px 2px 7px;
}

th {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #FFC125;
    color: #ffffff;
}

#wrapper {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background: #fff;
}

#header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 20px;
	float: left;
}

#footer {
	background-color: #009700;
	color: white;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
	height: 20px;
	padding: 20px;
	text-align: center;
}

#navmenu {
    display: table;
	font-size: 18px;
    width: 950px;
	height: 40px;
	background-color: #009700;
	margin-top: 20px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#navmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navmenu li {
	display: table-cell;
	table-layout: fixed;
	border-spacing: 5px;	
}

#navmenu ul li a {
	display: table-cell;
	table-layout: fixed;
	border-spacing: 5px;
	text-decoration:none;
	color: white;
    text-align: center;
	padding: 5px 20px 5px 20px;
}

#navmenu ul li a:hover {
	color: white;
	background: red;
}