   
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BASIC TAGS
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
h1, h2, h3 {
 color: #2b4699;
}

h1 {
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 6px;
}
h2 {
 font-size: 15px;
 line-height: 24px;
}
h3 {
 font-size: 14px;
 line-height: 24px;
}

td {
    vertical-align: top;
    padding:5px;
    margin: 2px;
}

p {
    margin-bottom: 10px;
    margin-top: 4px;
}

br.clear {
  clear: both;
  display: block;
}

img {
    /* border: 1px solid #666666; */
}
a,  a:link {
  /* color: #DD8500; */
  color: #2b4699;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  /* color: #DD8500; */
  color: #2b4699;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #222;
  text-decoration: underline;
}
a:focus {
  /* color: #DD8500; */
  color: #222;
}
a:active {
  color: #222;
}

#content ul
{
    margin: 0 0 10px 4px;
    padding: 0;
    list-style: none;
}

#content ul li 
{
    padding: 0 0 3px 18px;
    background-image: url(/img/marker.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
    
    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    NAV
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
ul.level1 {
    padding: 3px 0 0 0;
}

ul.level1 li {
    /*
    width: 160px;
    height: 22px;
    float: left;
    */
    display: inline;
    padding: 0 15px 0 0;
}

li.n1 a, li.n1 a:link {
    display: inline;
    color: #2b4699;
    font-size: 12px;
    line-height: 16px;
}

li.n1 a:visited {
    display: inline;
    color: #2b4699;
    font-size: 12px;
    line-height: 16px;
}

li.n1 a:hover {
    color: #CCC;
    background-color: #2b4699;
    text-decoration: none;
}

li.n1 a:focus {
    color: #000;
}

li.n1 a:active {
    color: #000;
}

li.n1on {
    color: #CCC;
}

li.n1on a {
    display: inline;
    text-decoration: none;
    color: #CCC;
    font-size: 12px;
    line-height: 16px;
    background-color: #2b4699;
    padding:1px;
}

/* 2. Ebene */
a.subnav:hover {
    color: #CCC;
    background-color: #2b4699;
    text-decoration: none;
}


/*
a.subnavsel {
    color: #CCC; background-color: #2b4699; padding:2px;
}
*/


ul.level2 {
    padding: 0 0 3px 0;
    /* width:160px; */
    /* Folgende beiden Angaben benötigen position:relative im Elternelement */
    /*
    position: absolute;
    bottom: 0;
    */
}

ul.level2 li {
    /* width: 160px; */
    height: 21px;
    border-bottom: 1px dotted #DDD6BC;
}

ul.level2 li.n2on {
    /* background-image: url('/i/nav2on-btn60pc.png'); */
}

li.n2 a, li.n2 a:link {
    display: inline;
    color: #666;
    font-size: 12px;
    line-height: 19px;
}

li.n2 a:visited {
    display: inline;
    color: #666;
    font-size: 12px;
    line-height: 19px;
}

li.n2 a:hover {
    color: #DD8500;
    text-decoration: none;
}

li.n2 a:focus {
    color: #DD8500;
}

li.n2 a:active {
    color: #DD8500;
}

li.n2on a {
    display: inline;
    text-decoration: none;
    color: #DD8500;
    font-size: 12px;
    line-height: 19px;
}
/* EO NAV */
    
    



/* A_01 A_02 A_03 */

table.main {
    margin-bottom: 10px;
}

table.main td {
    padding:0;
}

table.main td.padded {
    vertical-align: top;
    padding:10px;
}

table.main td.paddedS {
    vertical-align: top;
    padding:4px;
}

/* .lined in A_03 */
table.main h2, h2.lined {
    border-top: 1px solid #a7afcc;
    border-bottom: 2px solid #a7afcc;
}

.zitat {
    color: #004086;
    font-style: italic;
    border : 1px solid #004086;
    padding: 5px; 
}


/* D_FORM01 */
input.style1, textarea.style1 {
    background-color : White;
    color : Black;
    border : 1px solid #000000;
    border-bottom-width : 1px;
    border-color : #000000 #000000 #000000 #000000;
    border-style : solid;
    border-width : 1px 1px 1px 1px;
    padding: 2px;
    width: 385px;
}
input.box
{
    border : 1px solid #818181;
    background-color : #DFDFDF;
    color : #000000;
    font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    width : 300px;
}
textarea.box
{
    border : 1px solid #818181;
    background-color : #DFDFDF;
    color : #000000;
    font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    width : 300px;
}
/* EO D_FORM01 */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    div.A_TEASER
    p.A_KONN_TEASER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_TEASER, div.A_TEASER1 {
    padding:5px 5px 5px 5px; 
    margin-bottom: 5px; 
    border: 1px dotted #333;
}

div.A_TEASER2 {
    padding:5px 5px 5px 5px;
    margin-bottom: 5px; 
}

.A_TEASER img, .A_TEASER1 img, .A_TEASER2 img {
    padding-bottom:0;
} 

.A_TEASER a, .A_TEASER1 a, .A_TEASER2 a {
    display: block;
    font-size: 10px;
    line-height: 16px;
    width:84px;
    background-color: #2b4699;
    color: #CCC;
    text-align: center;
    margin-top: 4px;
}

p.A_KONN_TEASER {
    padding-bottom: 3px; 
    border-bottom: 1px dotted #333;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    div.A_MULTITITLES
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_MULTITITLES h2 {
    margin-bottom: 20px; 
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
div.A_MULTITITLES h2 span {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

div.A_MULTITITLES h2.color01 {
    color: #48518C; 
}
div.A_MULTITITLES h2.color02 {
    color: #5D6697; 
}
div.A_MULTITITLES h2.color03 {
    color: #6E759D; 
}
div.A_MULTITITLES h2.color04 {
    color: #8B92B1; 
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    div.quickfinder
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

div.quickfinder {
margin: 3px 0 3px 0;
}

div.quickfinder select {
font-size: 11px;
}

option.optlevel0 {
    background-color: #CAD1E4;
    /* background-color: #CCC; */
}

option.optlevel2 {
    background-color: #DDD;
}

option.optlevel3 {
    background-color: #FFF;
}


