
/* imported before: normalize_v8.0.1.css */

:root {
    --text:black;  
    --link:#3f51b5;
    --background:white;
}
@media (prefers-color-scheme: dark) {
	:root {
		--text:white;  
		--link:#3f51b5;
		--background:black;	
    }
}

body {
	background-color:var(--background);
	color:var(--text);
	margin:0;
	padding:0;
	margin:0 10px 10px 20px;
	font-family:helvetica, free-sans, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-family:Helvetica,free-sans,sans-serif; font-weight:400; margin:10px 0; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight:inherit; }
h1 { font-size:36px; } 
h2 { font-size:30px; } 
h3 { font-size:24px; } 
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:16px; }
hr { height:0; border:0; border-top:1px solid #eee; margin:20px 0; }
img { margin-bottom:-5px; }
a { color:inherit; }
table { border-collapse:collapse; border-spacing:0; width:100%; display:table; }
table,th,td { border:none; }



div.img { margin:5px; }
img { max-width:100%; height:auto; }

::selection { background-color:var(--text); color:var(--background); padding:2px 0px 2px 0px; }

a {
	text-decoration:none;
	color:var(--link);
}
a:hover {
	text-decoration:underline;
}
a.logo {$("#main_nav").css("display", "none");
	color:var(--text);
}
a.logo:hover {
	text-decoration:none;
}


p {
	margin:0;
	margin-bottom:0.5em;
	padding:0;
	hyphens: auto;
	max-width:520px;
	font-size:1em;
	line-height:1.3em;
}
span.wtht_hyphens { hyphens:none; }


div.title {}
p.title {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	font-weight: bold; 
}

div#menuSwitch { font-weight:bold; cursor:pointer; padding-bottom:10px; visibility:hidden;}
div#menuSwitch:hover { text-decoration:underline; }

#main_nav { display:none; font-size:1.2em; line-height:1.4em; }
#main_nav ul.nav_main {margin-top:0px; list-style-type:none; padding-left:0; }
#main_nav ul.nav_sub_one { list-style-type:none; }
a.main_nav.active { font-weight:bold; }
a.main_nav_sub.active { font-weight:bold; }

div#main_nav ul li a.main_nav.active {}

div#headerLogo p { font-size:2em; font-weight:bold; padding:10px 0 0 0; }
div#headerLogo a { color:var(--text); }
div#headerLogo a:hover { text-decoration:none; }

#main_nav { max-width:300px;  }
.section section-default {}

/* .page #main #lyt_default */

/* default */

#lyt_default {}
#lytdefaultclmn {}

/* two_columns_narrow_wide */
#lyt_two_columns_narrow_wide {}
#lyttwoclmnsnw_left {}
#lyttwoclmnsnw_right {}























@media print {
    
    
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    html { font-size:0.9em; }
    img { }
    #image_sublayer { display:none; }
    #container {margin:0px;padding:0px;}
    #main p { margin:0px; padding:0px; max-width:14,5cm;}
    
    #navi { display:none; }
    #navi_sub { display:none; }
    #navi_breadcrump { margin:10px 0 0 0; padding:0px; }
    #navi_breadcrump a { text-decoration:none; }
    
    p.share_links { display:none; }
    
    .csc-default p.bigletters { font-size: 14pt; line-height: 20pt; }
    #main .csc-default .p_borders { border-left:1px solid #000; border-right:1px 
        solid #000; padding-left:10px; padding-right:10px; 
         -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
    .csc-default .p_1em { font-size:1em; }


    #content { margin:0px;padding:0px; width:16cm; }
    #content p { font-size:13pt; line-height:18pt; }
    #content { clear:left; }
    #content_right { clear:left; max-width:16cm; }
    #content_right_smaller { clear:left; max-width:16cm; }
    #content img { max-width:8cm; }
    #content_right img { max-width:8cm; }

    #content_left_same_width { clear:left; min-width:12cm; max-width:80%; }
    #content_right_same_width { clear:left; min-width:12cm; max-width:80%; }
    
    div.top_link { display:none; }

}




