/* ######################## STYLE OVERRIDES ######################## */

body
{
	background-color: #286263;
	font-family: Arial;
	font-size: 8px;
	color: #286263;
}
img
{
	border: 0px none;
}
table
{
	font-family: Arial;
	font-size: 11px;
	border: 0px none;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

a:link, a:visited, a:active
{
	color: #286263;
	text-decoration: none;
}
a:hover
{
	color: #286263;
}


/* ######################## CONTENT AREA ######################## */
h1
{
	margin: 5px;
	margin-top: 8px;
	margin-bottom: 10px; /* 6 */
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #286263;
}
h2
{
	margin: 5px;
	margin-bottom: 8px; /* 6 */
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #286263;
	text-align: justify;
}
h3
{
	margin: 5px;
	font-family: Arial;
	font-size: 9px;
	color: #286263;
}

h4
{
	margin: 5px;
	margin-top: 8px;
	margin-bottom: 10px; /* 6 */
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #286263;
}

h4 a:hover
{
	color: #FF0000;
}

h5
{
	margin: 5px;
	margin-bottom: 8px; /* 6 */
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #286263;
	text-align: justify;
	line-height: 1.5;
}

h6
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #286263;
	margin-top: 0px;
	margin-bottom: 0px;
}

h7
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #286263;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* ######################## MENÜ ######################## */

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 6.2em;
/*	width: 75px; */
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	width: 2em;
	text-align:left;
	margin-left: 0px;
}
/*	border-left: 2px solid #286263; */
}

li ul a:link, li ul a:visited, li.ul a:active /*test*/
{
	color: #FFFFFF;
	text-decoration: none;
}

li ul a:hover /* test */
{
	color: #ED0106;
	text-decoration: none;
}

li ul a.selected:link, li ul a.selected:visited /* test */
{
	color: #FFFFFF;
	text-decoration: none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}




