.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E3DDE7;
}
.menuBar {	
	background-image: url(images/menue.jpg);
	background-repeat: repeat-x;
}
.sideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E4DCE9;
	background-color: #000000;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E1ED;
	background-color: #000000;
}
.titleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.content {
	display: block;
	padding-top: 3px;
	padding-left: 8px;
}
