body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color:#FFFFFF;
	
	scrollbar-base-color: #000000;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #000000;
}
img {
	border: none;
}
img.languageicon {
	padding-left: 5px;
}
img.languagecontrolicon{

}
img.imagelink{
	padding: 1px;
	border: solid 1px #868686;
}
img.imagelink:hover {
	border: solid 1px #FFF;
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
}
div.paragraph, div.siteTitle, li {
	line-height: 1.8em;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1.5pt;
	font-size: 12px;
}
div.siteTitle {
	font-size: 28px;
	font-weight: bolder;
	letter-spacing: 1pt;
	position: relative; 
	/* text-transform: uppercase; */
	font-variant: small-caps;
}
div.siteTitle span {
  background: url(../../pic/shadow/whitefontgrad.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
}
div.languages {
	padding-left: 10px;
}
div.languages, div.languages div{
	display: inline;
}
div.languageIsSelected {
	font-weight: bolder; color:#00FF33; font-size:18px;
}
div.languageIsNotSelected {
}
div.contentfoot {
}
div.quote {
}
div.scroll {
	height: 900px;
	overflow: auto;
	color: #FFFFFF;
	font-size: 10px;
	border-top: 2px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	padding-left: 10px;
	padding-right: 10px;
}
div.pagecontrol {
	color: #FFFFFF;
	font-size: 10px;
	border-top: 2px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
div.content {
	margin-left: 10px;
}
h1, h2{
	font-weight: bolder;
	letter-spacing: 1pt;
	margin: 2px 2px 8px 2px;
}
h1 {
	font-size: 24px;
}	
h2 {
	font-size: 16px;
	padding-left: 4px;
}
img.start {
	padding-top: 32px;
}
td.language {
	border-top: 2px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
td.nav {
	padding-top: 5px;
	border-right: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
td.shadow {
	background-color: #FFFFFF;
}
td.fussnote {
	color: #868686;
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	font-size: 11px;
}
span.tip, a.link, a.download, a.email{
	color: #868686;
	width: auto;
}
a.topanchorlink{
	background: url(../../pic/icons/top.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 5px;
}
a.topanchorlink:hover{
	background: url(../../pic/icons/top_hover.gif) no-repeat left center;
}
a.topanchorlink:active{
	background: url(../../pic/icons/top_active.gif) no-repeat left center;
}
a.link, a.download, a.email{
	text-decoration: underline;
	padding-left: 14px;

}
span.tip {
	background: url(../../pic/icons/info.gif) no-repeat left center;
	padding-left: 10px;
}
a.topanchorlink {
}
a.link {
	background: url(../../pic/icons/link.gif) no-repeat left center;
} 
a.download {
	background: url(../../pic/icons/download.gif) no-repeat left center;
}
a.link:hover, a.download:hover, a.email:hover, span.tip:hover{
	color: #FF9900;
}
a.link:visited, a.download:visited, a.email:visited{
	color: #00AA49;
}
span.tip:hover {
	background: url(../../pic/icons/info_hover.gif) no-repeat left center;
}
a.link:hover {
	background: url(../../pic/icons/link_hover.gif) no-repeat left center;
}
a.download:hover {
	background: url(../../pic/icons/download_hover.gif) no-repeat left center;
}
span.tip:active {
	background: url(../../pic/icons/info_active.gif) no-repeat left center;
}
a.link:active {
	background: url(../../pic/icons/link_active.gif) no-repeat left center;
}
a.download:active {
	background: url(../../pic/icons/download_active.gif) no-repeat left center;
}
span.tip:focus {
	background: url(../../pic/icons/info_focus.gif) no-repeat left center;
}
a.link:visited {
	background: url(../../pic/icons/link_visited.gif) no-repeat left center;
}
a.download:visited {
	background: url(../../pic/icons/download_visited.gif) no-repeat left center;
}
a.nav, a.navact, a.navsub, a.navsubact {
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border-top: 2px #FFFFFF solid;
	border-right: 6px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
	cursor: hand;
}
a.navsub, a.navsubact {
	margin-left: 20px;
	border-left: 1px #FFFFFF solid; 
}
a.nav {
	color: #FFFFFF;
}
a.navact, a.navsubact {
    margin-right: 0px;
	color: #000000;
	margin-left: 6px;
	
	background-color: #FFFFFF;/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr=	'#ffffff', GradientType=1); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#000), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #000,  #fff); /* for firefox 3.6+ */
}
a.navsub {
	color: #BEBEBE;
}
a.navsubact{
	margin-left: 26px;
}
a.nav:hover, a.navact:hover, a.navsub:hover, a.navact:hover {
	color: #000000;
	background-color: #FFFFFF;
}
a.nav:hover, a.navsub:hover{
	border-top: 2px #868686 solid;
	border-right: 4px #868686 solid;
	border-bottom: 2px #868686 solid;
}	
a.navact:hover{
	border-top: 2px #FF0000 solid;
	border-right: 4px #FF0000 solid;
	border-bottom: 2px #FF0000 solid;
		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr=	'#ffffff', GradientType=1); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#f00), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #f00,  #fff); /* for firefox 3.6+ */
}
a.nav:active, a.navact:active {
	color: #FFFFFF;
	border-top: 2px #FFFFFF solid;
	border-right: 4px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
	background-color: #868686;
}
li.cnt {
	margin-left: 15px;
	padding-left: 5px;
	line-height: 1;
}
li.cntsub {
	margin-left: 35px;
	padding-left: 5px;
	line-height: 1;
}
div.sunmoon {
	background-color: #FFFF00;
	border: 2px #FFFFFF solid;
    width: 10em; height: 10em; 
    -webkit-border-radius: 5em; -moz-border-radius: 5em;
}
/*autorollable menue*/
ul.nav, ul.nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.navsub, li.navsub {
  display: inline;
}
ul.nav li.nav ul.navsub {
  display: none;
}
ul.nav li.nav:hover ul.navsub {
  display: inline;
}
ul.nav li {
  margin: 0px;
  padding: 0px;
}
div.contentaccordion h1 a {
	text-decoration: none;
	color:#FFFFFF;
}
div.subcontentaccordion h1 a:hover {
	text-decoration: none;
}
div.subcontentaccordion:target h1 a {
	color:#00FF33;
}
div.contentaccordion h2, div.contentaccordion div.content, div.contentaccordion div.contentfoot {
		height: 0;
        overflow: hidden;
        -webkit-transition: height 0.7s ease-in;
}
div.contentaccordion div.subcontentaccordion:target h2,
div.contentaccordion div.subcontentaccordion:target div.content,
div.contentaccordion div.subcontentaccordion:target div.contentfoot
{
        height: 100%;
		overfolw: auto;
}
div.contentaccordion div.subcontentaccordion:hover h1:hover {
	padding-left: 14px;
}
div.contentaccordion div.subcontentaccordion:hover h1:hover + h2 {
	height: 100%;
	overfolw: auto;
	color: #868686;
}
div.contentaccordion div.subcontentaccordion:hover h1:hover + h2 + div.content {
	height: 72px;
	overfolw: auto;
	color: #868686;
}
::selection{ /* Safari and Opera */  
	background:#fff;  
	color:#000;  
}  
::-moz-selection{ /* Firefox */  
	background:#fff;  
	color:#000;  
} 
div.paragraph:first-letter, div.quote:first-letter{  
	display: block;  
	margin: 0 0 0 5px;   
	font-size: 18px;  
}  
a.link:visited, a.download:visited, 
div.contentaccordion div.subcontentaccordion:hover h1:hover { 
	/*cross browser opacity*/
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;  
}  