/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial, helvetica, sans-serif, helvetica, sans-serif;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	background-color: #FFFFCC;
}

/* Headermenu */
TD#header {
	vertical-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	border-bottom-width: medium;
}

TD#header A {
	text-decoration: none;
	color:black;
}

TD#header A:hover {
	text-decoration: underline;
}

/* Style for the sitemenu: */
TD#sitemenu {
	white-space: nowrap;
	background-color: #F8F8EC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
TD#sitemenu A {
	text-decoration: none;
	color:black;
}
TD#sitemenu A:hover {
	text-decoration: underline;
}

/* Style for the Path-menu: */
TD#path {
	white-space: nowrap;
	background-color: #F8F8EC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
TD#path A {
	text-decoration: none;
	color:black;
}
TD#path A:hover {
	text-decoration: underline;
}

/* Menu 1 column */
TD#menu1 {
	vertical-align: top;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #666666;
	border-width: 1px;
}
TD#menu1 DIV {
	width: 95%;
}
TD#menu1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu1 DIV.menu1-level1-no {
	font-size: 11px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu1 DIV.menu1-level1-act {
	font-size: 11px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	background-color: #eeeeee;
}
TD#menu1 DIV.menu1-level1-act A {
	color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu1 DIV.menu1-level2-no {
	font-size: 10px;
	padding-left:10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu1 DIV.menu1-level2-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:10px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu2 TD {
	background-color: #333366;
	width: 10%;
	text-align: center;
	padding: 0px 2px 0px 2px;
}
TR#menu2 TD A {
	color: white;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
TR#menu2 TD A:hover {
	text-decoration: underline;
}
TR#menu2 TD.oddcell {
	background-color: #666699;
}
TR#menu2 TD.menu2-level1-act {
	background-color: #88292A;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #666666;
	border-width: 1px;
}

/* Style for the Footer */
TD#footer1 {
	border-top-style: solid;
	border-top-color: #666666;
	border-width: 1px;
}
TD#footer1 P {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}
TD#footer2 {
	border-top-style: solid;
	border-top-color: #666666;
	border-width: 1px;
}
TD#footer2 P {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}
