﻿body
{
    background: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}

.mainPage{
    /*background: #d4d4d4;*/
    margin: 0 auto;
    width: 800px;
    height: 500px;
    display: block;
    position: relative;
}

#header{
    height: 100px;
	
}

#headImg{
    height: 100px;
    float: left;
}

#menu{
    background: #69d400;
    height: 50px;
    display: table;
    width: 100%;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

#list{
    display: table-cell;
    vertical-align: middle;
}

.textDiv{
    display: inline;
    width: 570px;
    float: left;
    margin-left: 20px;
}

.textDivIndex{
    display: inline;
    width: 350px;
    float: left;
    margin-left: 20px;
}

.textImpressum{
    text-align: center;
}

.headLine{
    font-weight: 700;
}

.textZitat{
    text-align: left;
    font-weight: 500;
}

.menuItem{
    /*color: #808080;*/
    text-decoration: none;
    list-style-type: none;
    padding-left: 30px;
	padding-right: 30px;
    color: black;
    font-size: 20px;
}

.rightImage{
    position: absolute;
    right: 0;
    height: inherit;
    display: inline-block;
    width: 200px;
}

.rightImageHome{
    position: absolute;
    right: 0;
    max-height: 600px;
    display: inline-block;
}

.menuItem:hover{
    color: #808080;
}

#menu ul li{
    list-style-type: none;
    display: block;
    float: left;
}

#content{
    position: relative;
    width: inherit;
    min-height: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer{
    display: inline-block;
    background: #808080;
    height:50px;
    width: inherit;
}

.bildGalerie{
    float: left;
    /*border-style: solid;
    border-width: 2px;
    border-color: #69d400;*/
    border: solid 1px black;
    border-radius: 10px;
    max-height: 200px;
    width: auto;
    height: auto;
    display: block;
    margin: 10px;
}