/* General */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
	background: #eceadc;
}
a {
	color: #44697D;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: left; 
}
/* Layout */
div.page {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: #ffffff;
}
div.navigator {
	margin-bottom: 70px;
}
div.content {
	margin: 0px 100px;
	padding-right: 20px;
	text-align: left;
	color: #444; 
}
div.footer {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	border-top: 1px dotted #AAA;
	margin-top: 50px;
	color: #444;
}
/* Menu */
.menu_button {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 100px;
	height: 15px;
	background: url('images/background_menu.png');
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.menu_button1 {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 150px;
	height: 15px;
	background: url('images/background_menu.png');
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu_button2 {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 165px;
	height: 15px;
	background: url('images/background_menu.png');
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


.menu_button:hover {
	background: #8baf80;
	color: white;
}

.menu_button1:hover {
	background: #8baf80;
	color: white;
}

.menu_button2:hover {
	background: #8baf80;
	color: white;
}
div.menu_button_flank {
	width: 40px;
}
div.menu_button_flank:hover {
	width: 35px;
	background: url('images/background_menu.png');
}
a#selected {
	background: #8baf80;
	color: #444;
}
.style1 {
	color: #8baf80;
	font-weight: bold;
	font-size: 15px;
}
.style2 {color: #8baf80;
	font-weight: bold;
	font-size: 15px;
}
.style3{
	color: #8baf80;
	font-weight: bold;
	font-size: 18px;
}