body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-size: 12px;
	font-weight: bold;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}
a {
color: #295276;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
.menutext a {
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

.menutext a:link {
color: #FFFFFF;
text-decoration: 200;
font-family: Arial, Helvetica, sans-serif;
}

.menutext a:visited {
color: #FFFFFF;
text-decoration: 200;
font-family: Arial, Helvetica, sans-serif;
}

.menutext a:hoover {
color: #FFFFFF;
text-decoration: bold;
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
}
.menutext a:active {
color: #FFFFFF;
text-decoration: 200;
font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 12px;
	/*font-weight: bold;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.copyrightnotice_bold {
	font-size: 13px;
	font-weight: bold;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}
.bodytext {
	font-size: 12px;
	font-weight: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.contact_headline {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.contact_text {
	font-size: 12px;
	font-weight: 200;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.menu {
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.submenu {
	color: #295276;
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.frontCat {
	color: #19466f;
	font-size:16px;
	text-indent: 13;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 718px;
height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: #FFFFFF;
margin: 0.0em auto;
padding: 0px;
}

#mycustomscroll_2 {
	/* Typical fixed height and fixed width example */
width: 515px;
	height: 322px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	margin: 0.0em auto;
	padding: 0px;
	background-color: #FFFFFF;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

div.hr {
  height: 10px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #000; 
}
div.hr hr {
  display: none;
}
