a {
	color : #000000;
	text-decoration : none;
}

a:visited {
	color : #B50052;
}

a:hover {
	color : #B50052;
	text-decoration : underline;
}

a.toplink {
	color : white;
}

body {
	background-color : Silver;
	margin : 10px 12px;
	scrollbar-arrow-color : #EAEAEA;
	scrollbar-face-color : #336699;
	scrollbar-base-color: #3D4F7A;
	background-image : url(../images/bgmenue.jpg);
}

SELECT {
	background: #FFF0F5;
	font : bold xx-small Arial;
	list-style-type : lower-alpha;
	text-decoration : none;
	text-indent : 0px;
	text-transform : capitalize;
	visibility : inherit;
}

body, td {
	font-size : 80%;
}

body, th, td,  div, p {
	font-family : sans-serif;
}

body.homepage {
}

div.contentbox {
	background-color : #E9E9E9;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

div.infobox {
	background-color : #E9E9E9;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	margin : 0 28px 0 0;
	padding : 0 20px 20px 20px;
}

div.infobox2 {
	/* ts2.css only */
}

div.navbar {
	font-size : 12px;
	margin : 6px 0;
	text-align : right;
}

div.resourcebox {
	/* IE4 right-justifies w/o this */
	background-color : #B8C2DA;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	float : right;
	margin-bottom : 6px;
	margin-right : 0;
	margin-top : 20px;
	padding : 16px;
	text-align : left;
	width : 270px;
}

/* remove white border from NS4 on home page */
div.resourcebox .box {
	border : 1px solid #B8C2DA;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
}

div.whitebox {
	color : black;
	background-color : white;
	border : 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

div.whitebox a {
	color : blue;
}

div.whitebox a:hover {
	color : red;
}

input.button {
	background-color : #B8C2DA;
	color : black;
	cursor : hand;
}

h2 {
	font-size : 150%;
}

h3 {
	font-size : 130%;
}

h4 {
	font-size : 110%;
}

hr {
	color : black;
	height : 1px;
	width : 90%;
}

.box {
	background-color : white;
	border : 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 6px 6px 6px 10px;
}

.copyright {
	color : white;
	font-size : 12px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}

.copyright a {
	color : aqua;
}

.copyright a:visited {
	color : aqua;
}

.keyword {
	font-weight : bold;
}

.mainhead {
	background-color : black;
	border : 1px solid white;
	color : white;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 24pt;
	font-weight : bold;
	margin : 0;
	padding : 6px 0 8px 14px;
	text-align : left;
}

.navbar a {
	color : white;
	text-decoration : none;
}

.navbar a:visited {
	color : white;
}

.navbar a:hover {
	color : aqua;
	text-decoration : underline;
}

.subhead {
	background-color : black;
	border : 1px solid white;
	border-top : none;
	color : white;
	font-size : 8pt;
	font-style : italic;
	margin : 0;
	padding : 4px 0 4px 14px;
	text-align : left;
}

.redcross {
	background-color : white;
	border: 1px solid white;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	padding : 12px;
}

table.redcross {
	border: none;
}

