/* Die vier Bereiche Logo, Header, Content und Menu */

.container_section {
	width: 850px;
	margin: auto;
}

.outer_section {
	width: 650px;
	margin: 0px;
	float: left;
}
.add_section {
	width: 180px;
	margin: 0px;
	float: right;
}

.header_section {
/*	height: 150px; */
	width: 650px;
/*	border: 1px dashed black; */
	padding: 0px auto;
}

.menu_section {
	width: 650px;
	height: 40px;
/*	border: 1px solid black; */
	text-align: center;
}

.content_section {
/*	border: 1px solid black; */
	width: 650px;
	height: 300px;
	overflow: auto;
}

.footer_section {
/*	border: 1px solid black; */
	width: 650px;
	text-align: center;
	font-size: 0.8em;
}

.header {
	padding-left: 20pt;
	font-size: 14pt;
}


* {
	font-size: 12px;
	color: grey;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: square;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

TD {
	background-color: #eeeeee;
	color: black;
}

a.menuItem {
	color: #edf439;
	background: #73d85b;
	display: block;
	text-align: center;
	width: 100px;
	border: #edf439 solid 1px;
	padding: 2px;
	margin: 10px;
	text-decoration: none;
	float: left;
}

a.menuItem:hover {
	font-weight: bold;
	color: #edf439;
	background-color: #73d85b;
}