/* file: lemp.css */
/* 009966 türkisgrün
   00aeef dunkelblau aus logo  
   ffe684 mittleres gelb
   b6e4f9 hellblau
*/

/* from best-learning: orange=EC9425 -> EF2B01  blau=015F83 */
/* gnet: red#cc3333 blue#00aeef litegrey#f6f6f6 grey#c0c0c0 */
/* lemp: ora#ff3300 */

p,h1,h2,h3,h4,h5,h6, pre { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: "Arial", sans-serif; line-height: 1.5em; margin-top: 0px;margin-bottom: 6px; }

p { font-size: 10pt; text-decoration: none; color: #000000; margin-top: 0em; margin-bottom: 0em; }

ADDRESS {	font-size: 10pt; }

h1 { color: #009966; font-family:Arial; font-size:13pt; font-weight:bold }
h2 { color: #000000; font-family:Arial; font-size:13pt; font-weight:bold }
h3 { color: #009966; font-family:Verdana; font-size:11pt; font-weight:bold }
h4 { color: #000000; font-family:Verdana; font-size:11pt; font-weight:bold }
h5,h6 { color: #cc3333; margin-bottom: 0px;}


/*
h1 { font-size:13pt; color:#cc3333; }
h2 { font-size:11pt; font-weight:bold; color:#000000 }
h3 { font-size: 10pt;}

h4 { font-size: 12pt;color:#000000}
h5 { font-size: 11pt;color:#000000}
h6 { font-size: 10pt;color:#000000}
*/

UL { list-style-type:disc;}

body,td { font-family: Arial, sans-serif; font-size: 10pt; text-decoration: none; color: #000000; line-height: 1.5em; }
body { background-color: #ffffff; margin-left: 4px; margin-right: 4px; margin-top: 5px; }
td.body { padding-left: 10px; padding-right: 4px; }

a	{ color:#00aeef; text-decoration:none;}
a:active, a:focus, a:hover { text-decoration:underline; } 

/* top top navigation = login, search */
a.best-top-top, a.best-top-top:visited, span.best-top-top {color:#009966; font-weight:bold; font-size:11px; }
a.best-top-top:active, a.best-top-top:focus, a.best-top-top:hover {color: #00aeef; text-decoration:underline;}

/* top middle navigation = dynamic navigation */
/*not active=türkisgrün. border-right should be tranparent, but no idea how, so we make it grey#c0c0c0 */
a.best-top-nav, a.best-top-nav:visited, span.best-top-nav {color:#009966; font-size:11px; font-weight:bold; border-right:8px solid #ffe684 }
/*we switch to dark-blue*/
a.best-top-nav:active,a.best-top-nav:focus,a.best-top-nav:hover {color:#00aeef; font-weight:bold; text-decoration: underline;}

/* left navigation inaktiv */
a.nav { display:block; background-color:#b6e4f9; margin:0px 0px 0px 0px; width:180px; color:#009966; font-size:11px; font-weight:bold; line-height:18px; }
a.nav:link, a.nav:visited	{ color: #009966; }
a.nav:active, a.nav:focus, a.nav:hover	{ color: #00aeef; background-color: #b6e4f9; text-decoration: none; }

/* left navigation aktiv */
span.nav 		 { padding-left: 1px; }
span.navcurrent  { display: block; background-color: #b6e4f9; width: 180px; color: #00aeef; font-size: 11px; font-weight: bold; line-height: 18px; }
span.nav2current { display: block; background-color: #b6e4f9; width: 170px; color: #00aeef; font-size: 11px; line-height: 14px; padding: 0px 1px 0px 3px; margin: 0px 0px 0px 5px; text-align:left; }

/* left subnavigation inaktiv 139->150  color: #cc3333->ff3300 */
a.nav2           { display: block; background-color: #b6e4f9; width: 170px; color: #009966; font-size: 10px; padding: 0px 1px 0px 3px; margin: 0px 0px 0px 5px; line-height: 14px; text-align:left; }
/* color: #cc3333->ff3300 */
a.nav2:link, a.nav2:visited	{ color: #009966; } 
a.nav2:active, a.nav2:focus, a.nav2:hover	{ color: #009966; background-color: #b6e4f9; text-decoration: none; }


