/*
dunkles blau    #0d3b76
helles blau     #dcebf8
rot             #ba010b
*/
body { padding-top: 120px;
       padding-bottom: 70px; 
       /*background: url(../content/images/background.jpg) no-repeat;*/
        
}

li a 
{ 
       padding-top:20px;  
       font-size:12px; 
       font-weight:bold;
}

.MarginLeft20
{
    margin-left:20px;
}

.TextJustify {
    text-align: justify;
}

.imgmaxwidth {
display: block;
max-width: 100%;
height: auto;
}

.ulListe
{
    padding-left:18px; 
}
.ulListe li
{
    padding-left:10px; 
}



.panel 
 {
    box-shadow: 4px 4px 1px rgba(0,0,0,.05);
border-top-color:#2c7cb4;
border-left-color:#2c7cb4;
border-right-color:#085184;
border-bottom-color:#085184;
}

.panel > .panel-heading > h3 {
padding-left:20px;}


.panel > .panel-heading {
    background: url(../content/images/red7.gif) no-repeat #7ebbe7;
    background-position: 20px 16px;
}


.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}



.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline;
  *zoom:1; 
  vertical-align: top;
}


.navbar-inner {
  text-align:center;
}

h3 
{
    font-weight : bold;
}