.contentBox
{
  clear: both; 
  overflow: auto; 
  margin-right: 1em; 
  margin-left: 1em;
  height: auto;
}

.menuSelected
{
    font-size: 1.4em;
    vertical-align: middle;
    border-left: #CC0000 thick solid;
    cursor: hand;
    text-align: left;
    padding-left: 4px;
    padding-top: 5px;
    color: #CC0000;
    text-decoration: none;
}
.menu
{
    font-size: 1.4em;
    vertical-align: middle;
    border-left: gray thick solid;
    cursor: hand;
    text-align: left;
    padding-left: 4px;
    padding-top: 5px;
    color: black;
    text-decoration: none;
}

.fuenfspaltig
{
  width: auto; 
  float: left; 
  padding: 1%;
}

.zweispaltig
{
  width: 48%; 
  float: left; 
  padding: 1%;
}

.einspaltig
{
  width: 98%; 
  float: none; 
  padding: 1%;
}



.menuSmall
{
    vertical-align: middle;
    border-left: gray thick solid;
    width: 187px;
    cursor: hand;
    padding-top: 5px;
    font-family: Arial, Sans-Serif;
    position: absolute;
    top: 39px;
    height: 15px;
    text-align: center;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    cursor: default;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #CC0000;
    text-align: left;
    cursor: default;
    font-weight: bold;
    clip: rect(   );
}

.stdText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: justify;    
    cursor: default;
    height: auto;
    width: auto;
    white-space: normal;
    border-style: none;
}
.rubrik
{
    font-size: 0.7em;
    font-style: normal;
    font-weight: lighter;
    color: #666666;
}

a
{
    cursor: hand;
	text-decoration: none; 
}

.link
{
    cursor: hand;
	text-decoration: underline; 
}

.Box
{
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    background-color: #CCCCCC;
    border-right: lightgrey ridge;
    border-top: lightgrey ridge;
    border-left: lightgrey ridge;
    border-bottom: lightgrey ridge;
    text-align: justify;    
}

.BoxHighlight
{
    border: medium ridge lightgrey;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
	background-color: #FFFF99;
    text-align: justify;    
}

.pictureLeft
{
    clear: left;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 1px;

}
.leer
{
}


