html { 
	padding: 0px; 
	margin: 0px; 
	font-family: Arial; 
	background:#D7D6B4;
}
body { padding: 0px; margin: 0px; background:#D7D6B4; }

.background {
	background: #D7D6B4;
}

tr.navigation { vertical-align: top; }

table.navigation { border-spacing:0px; }
td.content { 
	background: #6CA62C; 
	padding-left: 25px; 
	padding-right: 25px; 
	padding-bottom: 1cm; 
	padding-top:20px;
	text-align:justify;
	font-family:Arial;
	font-size:11pt;
}
td.header { background: rgb(0, 0, 0); }
td.fade { 
	background: #6CA62C; 
} 
/*#8BC54B*/
/*#639C21*/
/*#6CA62C*/
/*rgb(0, 130, 0);*/
td.menu { background: rgb(0, 0, 0); padding-left: 10px; padding-right: 10px; font-family: Arial; }

body { background: rgb(255, 255, 255); }

/*
 *
 * Text
 *
 */
a {
	/*color: #D7D6B4;*/
	color:#B6D9A7;
	/*color:#CCCCCC;*/
}

h1 {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

/*
 *
 * Menu
 *
 */
#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;
}

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	margin-right: 20px;
	margin-bottom: 3px;
}

.headerlinks a {
	margin: auto 8px;
	font-weight: bold;
	color: white;
}

.submenus {
	display: none;
	width: 4cm;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: black;
}

.submenus li {
	width: 100%;
	height: 6mm;
}

.submenus li a{
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
	text-indent: 3px;
	color: white;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	background-color: white;
	color: black;
}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}

.headline {
font-weight: bold;
}

.small {
font-size: 10px;
}
