body
{
	color: black;
}

div
{
	font-family: Arial;
	font-size: 11px;
}

h2
{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#header
{
	position: relative;
	height: 90px;
	width: 100%;
}

#title
{
	position: absolute;
	left: 20px;
	top: 20px;
}

#title h1
{
	font-size: 24px;
	font-family: Arial;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#address
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 200px;
}

#content
{
	position: relative;
}

#menu
{
	position: absolute;
	left: 0px;
	width: 85px;
	padding: 8px;
}

#submenu
{
	position: absolute;
	left: 85px;
	width: 150px;
	padding: 8px;
}

#sectionmenu
{
	position: absolute;
	left: 240px;
	width: 150px;
	padding: 8px;
}

#item
{
	position: absolute;
	left: 405px;
	width: 400px;
	padding: 8px;
}

.menuitem
{
	text-align: right;
	padding: 0px 0px 5px 0px;
}

#navigation
{
	position: relative;
	right: 0px;
	width: 100px;
	border-color: black;
	border-width: 1px;
}

#navigation #previous
{
	position: absolute;
	left: 0px;
	width: 50px;
}

#navigation #next
{
	text-align: right;
	position: absolute;
	left: 50px;
	width: 50px;
}


/* menu */
a.default:link, a.default:active, a.default:visited
{
	color: black;
	font-family: Arial;
	text-decoration: none;
}

a.default:hover
{
	text-decoration: underline;
}

a.selected:link, a.selected:active, a.selected:visited
{
	color: black;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

a.selected:hover
{
	text-decoration: underline;
}

a.unselected:link, a.unselected:active, a.unselected:visited
{
	color: black;
	font-family: Arial;
	text-decoration: none;
	display: block;
}

a.unselected:hover
{
	text-decoration: underline;
}

/* text */
.txt_normal
{
	font-size: 12px;
}

.txt_small
{
	font-size: 11px;
}
