body {
	font-family: Verdana, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 10pt;
	
	text-decoration: none;
	
	color: black;
	background-color: white;
	
	padding: 0px;
	margin: 0px;
}

h1 {	
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid black;

	margin-bottom: 4px;
}

p.bodytext {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10pt;
	
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #5F8ECC;
}

a:hover, a:focus {
	color: #3C5980;
}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
	
	list-style-type:square;
}

td {
	font-family: Verdana, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 10pt;
	
	text-decoration: none;
}

td.BarBlue {
	background-color: #5f8ecc;
	height: 8px;
	font-size: 8px;
}

td.BarWhite {
	background-color: white;
	height: 8px;
	font-size: 8px;
}

td.BarBlack {
	background-color: black;
	height: 8px;
	font-size: 8px;
}

td.logo {
	padding: 2px;
}

td.ecke {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

#M1 {
	height: 27px;

	padding-right:4px;

	text-align: right;

	background-color: black;
	color: white;
}

#M1 span {
	padding-left: 6px;
}

#M1 span.A a {
	text-decoration: none;
	font-weight: bold;

	color: #CCCCCC;
}

#M1 span.N a {
	text-decoration: underline;
	color: white;
}

#M1 span.N a:hover, a:focus {
	color: #CCCCCC;
}

#M2 {
	height: 19px;

	padding-right:4px;

	text-align: right;

	background-color: white;
	color: black;
}

#M2 span {
	padding-left: 6px;
}

#M2 span.A a {
	text-decoration: none;
	font-weight: bold;

	color: #4E74A6;
}

#M2 span.N a {
	text-decoration: underline;
	color: black;
}

#M2 span.N a:hover, a:focus {
	color: #4E74A6;
}

td.ContentContainer {
	padding: 6px;
	border: 1px solid #5F8ECC;
}

#CLeft {
	vertical-align: top;
	padding: 12px;
}

#CRight {
	vertical-align: top;
	padding: 12px;
}

#M2AGB {
	padding: 6px;

	text-align: center;

	background-color: #5f8ecc;
	color: white;
}

#M2AGB a {
	text-decoration: underline;
	color: white;
}

#M2AGB a:hover, a:focus {
	color: #333333;
}

td.Copyright {
	padding-bottom: 4px;

	text-align: center;
	
	background-color: #5f8ecc;
	color: white;
}

td.Copyright a {
	text-decoration: underline;
	color: white;
}

td.Copyright a:hover, a:focus {
	color: #333333;
}

