/*normal links in the text*/
a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #993300;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #990000;
	text-decoration: underline;
/* border: #999999; border-style: dotted; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin;*/
}

h1, h2, h3, h4, h5, h6 {
	color: #0c4400;
 font-weight: 800;
 line-height: normal;
	font-family: "Osaka", sans-serif; 
/*font-family etc. is defined again, because NN seems to need it*/
}

/*prevent the shrinking text*/
p ol, p ul, p dl, ol ul {
	font-size: 13px;
}

p, ol, ul, dl {
	color: #000000;
	font-size: 14px; 
}

p.seminar {line-height: 21px;}

td {
 font-size:11px;
 line-height: 115%;
}

/*for NN 4*/
strong, b {
	font-weight: 800;
}

.small {
	font-size: smaller;
}

.big {
	font-size: larger;
}
 
.foot {
 background: #d6ffff; 
	border: 2px groove #ff6600;
	color: #003360;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
 line-height: normal;
	margin: 2px;
	padding: 2px;
	width: 600px;
}

.footsmall {
 background: #ffffff; 
	border: 2px groove #ff6600;
	color: #003360;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
 line-height: normal;
	margin: 2px;
	padding: 2px;
	width: 450px;
}

.box {
	background: #ffffff; 
	border: 3px #fe1000 groove;
	color: #ff0000;
	font-family: "Osaka", "sans-serif";
	font-size: 12px;
 line-height: normal;
	padding: 5px 5px 5px 5px;
 float: right;
/* clear: left; */
 width : 240px;
 }

.box2 {
	background: #ffffff; 
	border: 3px #fe1000 groove;
	color: #ff0000;
	font-family: "Osaka", "sans-serif";
	font-size: 12px;
 line-height: normal;
	padding: 5px 5px 5px 5px;
 float: right;
/* clear: left; */
 width : 251px;
 }
 
.head {
	margin-left: 0px;
	margin-top: 0px;
}

.body {
	color: #000000; 
 line-height: 120%;
	margin-left: 150px; /*to position the content area to the right of the navigation*/
 padding-right: 40px;
}

.contain {
	border: 0.1px #fefefe solid; /*to insure that NN4.xx renders the background-color of the content area*/
 width: auto;
}

/*navigation box*/
.nav {
 top: 155px;
 left: 10px;
	position: absolute; 
	line-height: normal;
 width: 145px;
 clip:   rect(   );
	font-family: "Osaka", "sans-serif";
	font-size: 12px;
}

/*the section links in the navigation bar on the left side*/        
.nav a:link {
	background: transparent;
	color: #0000ff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.nav a:hover {
	background: transparent;
	color: #cc6600;
	border: none;
 font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
}

.nav a:visited {
	background: transparent;
	color: #bc5000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
 
.nav p {
	color: #cc0000;
}

.greytext {
	color: #555555;
	font-size: 11px;
}

.redtext {
	color: #990000;
}


.test {
	display: none;
}

.slicknav_menu {
display:none;
}
 
/*Media Queries*/
@media screen and (min-width: 481px) {
.js #menu {
display:none;
}
 
.js .slicknav_menu {
display:none;
}
 
}