/* Hier sind alle CSS-Angaben */

/* Der Hauptteil des HTML-Dokumentes */
body {
	margin-top:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	text-decoration: none;
	font-family: Nimbus Sans L, Verdana, sans-serif, Helvetica;
	font-size: 10pt;
}

.Node {
	background-color: #FFFFFF;
}

.NodeFrame {
	background-color: #C0C0C0;
} 

.NodeTitle {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
} 

.NodeMenu {
	background-color: #68f473;
	text-align: center;
}

.NodeNews {
	background-color: #68f473;
	text-align: center;
}

.NewsTitle {
	background-color: #c0c0c0;
	font-size: 10pt;
	text-align: left;
}

.NewsItem {
	background-color: #dddddd;
	text-align: justify;
	font-size: 10pt;
	font-weight: 500;
}

.Hidden {
	display: inline;
}

.Author {
	text-align: right;
	font-size: 7pt;
	color:#000000;
}

.SubTitle {
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

.List {
	font-size: 10pt;
	font-weight: 500;
	text-decoration: underline;
}

.Main {
	vertical-align: top;
}

.NodeHelp {
	font-size: 10pt;
	vertical-align: top;
}

.Help {
	font-style: italic;
	display: none;
}

p,ul,li {
	font-size: 10pt;
	text-align: justify;
	font-weight: 500;
}

h1 {
	font-size: 18pt;
	text-align: center;
	font-weight: 500;
}

h2 {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

h4 {
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

h5 {
	font-size: 5pt;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

a.Menu {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}

a:hover.Menu {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

a {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

hr {
	width:98%;
	color:#68f473;
	height:1px;
	text-align:center;
	border:0px;
}
