﻿a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* ÜBERSCHRIFTEN   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* Diese Regel bestimmt das Design von <h2>-Tags, bei denen es
sich um das erste untergeordnete Element der linken und rechten Tabellenspalte handelt. */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

div#LocalScroll
{
  overflow: auto;
}

/* REGISTERKARTENMENÜ - Oben
----------------------------------------------------------*/
div#Menu ul, div#Navigation ul
{
    padding: 0;
    margin: 0;
    position: relative;
}

div#Menu ul
{
    text-align: left;
}

div#Navigation ul
{
    margin-top: 40px;
    margin-left: 40px;
    text-align: left;
}

div#Menu ul li
{
    display: inline;
    list-style: none;
}

div#Navigation ul li
{
    list-style: none;
    margin-bottom: 10px;
}

div#Menu ul li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
}

div#Navigation ul li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
}

div#Menu ul li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    background-color: #e8eef4;
    color: #034af3;
}

div#Navigation ul li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    background-color: #e8eef4;
    color: #034af3;
}

div#Menu ul li a:hover, div#Navigation ul li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

div#Menu ul li a:active, div#Navigation ul li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

div#Menu ul li.selected a, div#Navigation ul li.selected a
{
    background-color: #fff;
    color: #000;
}


/* FORMULARLAYOUTELEMENTE   
----------------------------------------------------------*/

fieldset
{
    width: auto;
    margin: 0 5px 0 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 500;
    padding: 2px 4px 8px 4px;
}

legend b
{
  font-size: 1.2em;
  font-weight: 900;
}

input[type="submit"]
{
    width: 100px;
    height: 25px;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    border: 1px solid #CCC;
}


/* TABELLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    vertical-align: top;
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}


/* SONSTIGES  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}


/* Stile für div. Steuer-Elemente (buttons etc.) */
.imgbutton
{
  cursor: pointer;
  margin: 2px;
}

.button-large
{
  font-size: 1.3em;
  margin: 20px;
  padding: 10px;
  width: 200px;
  height: 75px;
}


/* Stile für Validierungshilfeprogramme
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/* Stile für Editor- und Anzeigehilfeprogramme
----------------------------------------------------------*/
 .display-field, .editor-field
{
    margin: 0px 15px 0 0;
    font-weight: bold;
}

.display-label, .editor-label
{
    margin: 0px 15px 0 0;
    font-style: italic;
    font-weight: lighter;
}

.text-box
{
}

.text-box.multi-line
{
}

.tri-state
{
    width: 6em;
}


/* Formatierungs-Tabelle
----------------------------------------------------------*/
table.format
{
    border: none;
    margin: 0;
    padding: 0;
}

table.format th
{
    border: none;
    margin: 0;
    padding: 0;
}

table.format tr
{
    border: none;
    margin: 0;
    padding: 0;
}

table.format td
{
    border: none;
    margin: 0;
    padding: 1px;
    vertical-align: middle;
}


/* Hervorhebungs-Tabelle
----------------------------------------------------------*/
table.highlight
{
    border: none;
    margin: 0;
    padding: 0;
}

table.highlight th
{
    border: none;
    margin: 0;
    padding: 0;
}

table.highlight tr
{
    border: 1px solid gray;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

table.highlight tr:hover
{
    background: yellow;
}

table.highlight td
{
    border: none;
    margin: 0;
    padding: 1px;
}
