﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    
    font-size: .80em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue";
    margin: 0px;
    padding: 0px;
    background-color:White;
   
}

a:link, a:visited
{
    color: #598F00;
    text-decoration: none;
}


a:hover
{
    color: #598F00;
    text-decoration: underline;
    
}

a:active
{
    color: #598F00;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: White;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
/* Labels in ToColumns Tabelle cr.
lbl
{
   font-size: 0.8em; 
   background-color: Gray;
 }
*/
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------
*/
.page
{
    width: 960px;
    background-color: White;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: White;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: White;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU  #4e5766 
---------------------------------------------------------- */

div.hideSkiplink
{
    background-color:White;
    width:100%;      
}

div.menu 
{    
    padding: 0px 0px 0px 0px;  
    text-align:center;
    vertical-align:top;
    border-color:White;
    left:auto;
    right:0px;
    float: left;
}


div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;   
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: White;
    border: 1px Gray solid;
    color: Gray;
    display: block;
    line-height: 1.35em;
    padding:  1px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: White;
    color: #598F00;
    text-decoration: underline;
}

div.menu ul li a:active
{
    background-color: White;
    color: black;
    text-decoration: none;
}

div.menu1 
{
    padding: 0px 0px 1px 8px;
    float: right;
    text-align:center;
    vertical-align:top;
    border-color: White;
}
div.menu1 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto; 
    border-color: White;  
}
div.menu1 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;  
    border-color: White; 
}

div.menu1 ul li a, div.menu1 ul li a:visited
{
    background-color: Gray;
    border: 1px  White solid;
    color: White;
    display: block;
    line-height: 1.35em;
    padding:  4px 20px;
    text-decoration: none;
    white-space: nowrap;
    
}

div.menu1 ul li a:hover
{
    color: White;
    text-decoration: none;
}

div.menu1 ul li a:active
{
    background-color: Gray;
    color: White;
    text-decoration: none;
}

div.menu2 
{
    padding: 0px 0px 1px 8px;
    float: right;
    text-align:left;
    vertical-align:top;
    border-color: White;
    color:#598F00;
    background-color: White;
}
div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto; 
    border-color: White; 
    background-color: White; 
}
div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;  
    border-color: White;
    background-color: White; 
    color: Gray;
}

div.menu2 ul li a, div.menu1 ul li a:visited
{
    background-color: White;
    border: 1px  White solid;
    color: Gray;
    display: block;
    line-height: 1.35em;
    padding:  4px 20px;
    text-decoration: none;
    white-space: nowrap;    
}

div.menu2 ul li a:hover
{
    color: #598F00;
    text-decoration: underline;
    background-color: White;
}

div.menu2 ul li a:active
{
    background-color: White;
    color: #598F00;
    text-decoration: underline;
}

/* FORM ELEMENTS   
---------------------------------------------------------- */

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}


fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
---------------------------------------------------------- */

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%; 
    background-color:#9ECA57;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Gray;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: Green; 
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

/* button 
font-family: Arial, sans-serif;
font-family: Arial, sans-serif;
font-weight:bold;
border:  solid 1px grey;       
border: solid 1px grey;   
*/

.Upbutton 
{ 
    background: white;  
    border: solid 0px White;         
    border-style:none;    
    font-size: 1.1em;
    color:#598F00;           
    height: 18px; 
    width: 20px; 
    text-align: left;
    
}
.Upbutton:hover 
{ 
    background: white;
    border: solid 0px White;      
    border-width: 0;
    font-size: 1.1em;      
    color:Black;    
    height: 18px; 
    width: 20px;
    text-decoration: underline;
    text-align: left;
} 

.Xbutton 
{ 
    background: white; 
    border: solid 1px grey;             
    color:#598F00;     
    height: 25px; 
    width: 85px; 
    font-size: .90em; 
    text-align: center;
}
 .Xbutton:hover 
{ 
    background: white; 
    border: solid 1px grey;               
    color:Black;  
    font-size: .90em;   
    height: 25px; 
    width: 85px;
    text-decoration:underline;
    text-align: center;
} 
.Lbutton 
{ 
    background: white; 
    border: solid 1px grey;             
    color:#598F00;     
    height: 20px; 
    width: 85px; 
    font-size: .80em; 
    text-align: center;
}
 .Lbutton:hover 
{ 
    background: white; 
    border: solid 1px grey;               
    color:Black;  
    font-size: .80em;   
    height: 20px; 
    width: 85px;
    text-decoration:underline;
    text-align: center;
} 
.Ybutton 
{ 
    background: white; 
    border: solid .90px grey;         
    color:#598F00;         
    height: 24px; 
    width: 240px; 
    text-align: left;
    font-size: .90em; 
} 

.Ybutton:hover 
{ 
    background: white; 
    border: solid 1px grey;               
    color:Black;    
    height: 24px; 
    width: 240px;
    text-decoration:underline;
    text-align: left;
    font-size: .90em; 
} 

/* backLink */
a.XbackLink  
{
	display:block; 
	margin-bottom:1px; 
	text-align:left; 
	width:80px;    
    border-style:none; 
    border-width:1px; 
    float:left;    
    padding:1px; 
    text-decoration: none; 
    color: #598F00; 
    text-align:center;
}

a.XbackLink:link     
{
	color: #598F00; 
	background-color:transparent; 
	text-align: center;
}
a.XbackLink:visited  
{
	color:#598F00; 
	background-color:transparent; 
	text-align: center;
 }
a.XbackLink:hover   
{ 
	color:Black; 
	background-color:transparent; 
	text-decoration: underline; 
	text-align:center;
}
a.XbackLink:active 
{ color: #598F00; 
  background-color: White; 
  text-align:center;
}

/* InfoLink (breite 100) */
a.InfoLink {
    display: block;
    margin-bottom: 1px;
    width: 100px; /*180*/
    border-style: none;
    border-width: 1px;
    float: left;
    padding: 1px;
    text-decoration: none;
    color: #598F00;
    font-size: .90em; /*20190116*/
    /*text-align: left; */
}

    a.InfoLink:link {
        color: #598F00;
        background-color: transparent;
        /*text-align: left; */
    }
    a.InfoLink:visited {
        color: #598F00;
        background-color: transparent;
        /*text-align: left; */
    }
    a.InfoLink:hover {
        color: Black;
        background-color: transparent;
        text-decoration: underline;
        /*text-align: left; */
    }
    a.InfoLink:active {
        color: #598F00;
        background-color: White;
        /*text-align: left; */
    }

/* InfoLink1 (breite 120) */
a.InfoLink1 {
    display: block;
    margin-bottom: 1px;
    width: 120px; /*180*/
    border-style: none;
    border-width: 1px;
    float: left; /**/
    padding: 1px;
    text-decoration: none;
    color: #598F00;
    font-size: .95em; /*20190116*/
    /*text-align: left; */
}

    a.InfoLink1:link {
        color: #598F00;
        background-color: transparent;
        /*text-align: left; */
    }

    a.InfoLink1:visited {
        color: #598F00;
        background-color: transparent;
        /*text-align: left; */
    }

    a.InfoLink1:hover {
        color: Black;
        background-color: transparent;
        text-decoration: underline;
        /*text-align: left; */
    }

    a.InfoLink1:active {
        color: #598F00;
        background-color: White;
        /*text-align: left; */
    }
/* faqLink - wird nicht verwendet (neue Zeile)?*/
a.faqLink  
{
	display:block; 
	margin-bottom:1px; 
	text-align:left; 
	width: 10px;    
    border-style:none; 
    border-width:1px; 
    float:left;    
    padding:1px; 
    text-decoration: none; 
    color: #598F00; 
    /*text-align:center; */
}

a.faqLink:link     
{
	color: #598F00; 
	background-color:transparent; 
	/*text-align: center; */
}
a.faqLink:visited  
{
	color:#598F00; 
	background-color:transparent; 
	/*text-align: center; */
 }
a.faqLink:hover   
{ 
	color:Black; 
	background-color:transparent; 
	text-decoration: underline; 
	/*text-align:center; */
}
a.faqLink:active 
{ color: #598F00; 
  background-color: White; 
  /* text-align:center; */
}
.ModalPopupBG
{
    /*//background-color: beige; opacity: 0.7; opacity=50*/
    background-color: #666699; 
    filter: alpha(opacity=50);
    opacity: 0.3;
}

.PopupMsg
{
    min-width:550px;
    min-height:140px;
    max-height:350px;
    max-width:750px;
    background-color:White;
    border-style:solid;
    border-width:2px;
    border-color:#2f8152;
}
.PopupHeaderBox {
    background-color: #2f8152;
    border: 2px solid #2f8152;
    font-size: 1em;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Helvetica, Verdana, Arial, sans-serif, "Helvetica Neue";
    color: white;
    text-align: left;
    text-wrap: inherit;
    height: 20px;
}
.PopupHeader
{
    background-color:#598F00;      
    border: 2px solid #2f8152;
    font-size: 0.9em;    
    font-weight:bold;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Helvetica, Verdana, Arial, sans-serif, "Helvetica Neue";    
    color:white;
    text-align: left;
    text-wrap:inherit;
    height:20px;
   
    
  /*   
      
      padding: 2px 4px 8px 4px;
    font-weight: bold;
     text-decoration:underline;              
    color:White;         
      height:80px; 
      */
}
.PopupBody
{
    background-color:transparent;       
    min-height:80px;
    max-height:150px;
    font-size: 0.9em;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Helvetica, Verdana, Arial, sans-serif, "Helvetica Neue";
}
.Pbutton 
{ 
    background: white; 
    border: solid 1px grey;             
    color:#598F00;     
    height: 25px; 
    width: 220px; 
    font-size: .90em; 
    text-align: center;
}
 .Pbutton:hover 
{ 
    background: white; 
    border: solid 1px grey;               
    color:Black;  
    font-size: .90em;   
    height: 25px; 
    width: 220px;
    text-decoration:underline;
    text-align: center;
} 
.MyCalendar .ajax__calendar_container {
    border: 1px solid grey;
    background-color: #f4f4f4;
    color: #2f8152;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: grey;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}
/*
textarea{
resize: none;
}

tblContent
{
	font-family:Verdana, Arial;
	font-size: 8pt;   
    margin: 1em; 
    border-collapse: separate;
    border-spacing: 0 0; 
    border-bottom-width:medium; 
}

tblGenLayout
{
	font-family:Verdana, Arial;
	font-size: 8pt;
	border-spacing: 9 9;     
    width: 100%;  
    border-color:Blue;
    border-width:medium;  
}
table 
{
   margin: 1em;
   border-collapse: separate;
   border-spacing:  0 0;
   width: 100%; 
 }
 celtitle 
 {background-color:#9ECA57; 
  font-size: x-large; 
  font-weight: 200; 
  color: White;
 	
 
 .cellDescr
 {
     font-size: .80em;
     
 }

}*/