
.struktur
{
 margin-top: 20px;
}

.banner_container
{
 height: 170px;
 padding: 10px;
}

.navi_container
{
 padding: 10px;
}

.seite_container
{
 padding: 10px;
}

.banner
{
 height: 150px;
 background: white;
 padding: 20px;
 -webkit-box-shadow: 5px 5px 30px grey;
 -moz-box-shadow: 5px 5px 30px grey;
 box-shadow: 5px 5px 30px grey;
}

.navi
{
 background: white;
 padding: 20px;
 -webkit-box-shadow: 5px 5px 30px grey;
 -moz-box-shadow: 5px 5px 30px grey;
 box-shadow: 5px 5px 30px grey;
}

.seite
{
 background: white;
 padding: 35px;
 -webkit-box-shadow: 5px 5px 30px grey;
 -moz-box-shadow: 5px 5px 30px grey;
 box-shadow: 5px 5px 30px grey;
 float: left;
 width: 100%;
 position: relative;
 min-height: 800px;
}

.menu
{
 font-size: 16px;
 font-family: 'Muli';
 height: 50px;
 border-top: 1px solid silver;
 padding-top: 14px;
 padding-left: 10px;
 cursor: pointer;
}

.menu:hover
{
 font-size: 16px;
 font-family: 'Muli';
 height: 50px;
 border-top: 1px solid silver;
 padding-top: 14px;
 padding-left: 10px;
 background: #F2F2F2;
 cursor: pointer;
}

.menu_end
{
 font-size: 16px;
 font-family: 'Muli';
 height: 50px;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 padding-top: 14px;
 padding-left: 10px;
 cursor: pointer;
}

.menu_end:hover
{
 font-size: 16px;
 font-family: 'Muli';
 height: 50px;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 padding-top: 14px;
 padding-left: 10px;
 background: #F2F2F2;
 cursor: pointer;
}

.inhalte_titel
{
 font-size: 24px;
 font-family: 'Muli';
 font-weight: bold;
}

.inhalte
{
 font-size: 16px;
 font-family: 'Muli';
}

.referenzen
{
 font-size: 16px;
 font-family: 'Muli';
 padding-left: 0px !important;
}

.referenzabstand
{
 height: 60px;
}

