html {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;

	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

	background: white;
	margin: 0px;

	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: black;
}

body {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;

	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

	background: white;
	margin: 0px;

	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: black;
}

.text12 {
   font-size: 12pt;
   line-height: 140%;
}

.arialblue {
   font-family: Arial, sans-serif;
   font-style: normal;
   font-size: 10pt;
   color: #000080;
}

.title {
    font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24pt;
	color: #000080;
}

table {
    border-collapse: collapse;
    border-color: #000080;
}

table.trauer {
    outline:2px solid black;
}

td {
    border-color: #000080;
}

th {
    text-align: left
}


.link {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: underline;
	color: #000080;
}
.link:hover {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: blue;
}

.intern {
    color: #000080;
    text-decoration: underline;
}

.intern:hover {
    color: #000000;
    background-color: #ffffff
}

.extern {
    color: #000080;
    text-decoration: underline;
}

.extern:hover {
    color: #c80000;
    background-color: #ffffff
}

.menuitem {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
}
.menuitem:hover {
	background-color: #ffff80;
}

.actmenu {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
	background-color: #fff1d3;
}

.clickeditem {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
	background-color: #ffff80;
}
