*{
    margin: 0;
    padding: 0;
}

html {
    width: 950px;
    height: 900px;
    margin: auto;
    background: grey;
}

#mottoleiste {
    width: 100%;
    margin-top: 0px;
    /*margin-top: 50px;*/
    background-color: #3D2D24;
}

#mottoleiste > p {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 25px 0;
}

body {
    width: 950px;
    height: 975px;
    background: linear-gradient(rgb(242, 242, 242), rgb(191, 191, 191)) repeat scroll 0% 0% transparent;
    position: relative;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: hsl(0,0%,70%);
}

#window {
    position: relative;
}

#window > div {
    position: absolute;
}

#menu {
    margin: 100px 0 0 50px;
    width: 200px;
    height: 600px;
    background-color: white;
    /*background-color: #818181;*/
    /*background-color: #4d4d4d;*/
    background-image: url('menucolor/menu.png');
    box-shadow: 0px 0px 5px 10px rgba(77,77,77, 0.7);
    position: absolute;
}

#menu img {
    position: absolute;
    z-index: 1;
}

#logoSchriftzug {
    padding: 25px 0 25px;
    text-align: center;
    color: hsl(0,0%,70%);
    font-size: 30px;
    font-family: 'Cinzel';
    font-weight: bold;
    box-shadow: 0px 2px 4px rgba(94,94,94, 0.3);
    line-height: 0.75em;
}

#menu > ul, #menu > ul li ul {
    list-style: none;
    padding: 50px 50px 35px 50px;
}

ul#untermenu ul, ul#untermenu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 180px;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear; 
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear; 
    -o-transition: opacity 0.2s linear, visibility 0.2s linear; 
    transition: opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#untermenu li {
    font-size: 16px;
    color: hsl(0, 0%, 100%);
    font-family: 'Quattrocento';
    line-height: 2em;
}

ul#untermenu li:hover > ul
{
    visibility:visible;
    opacity:1;
    padding: 10px 10px;
}

ul#untermenu ul {
    top: 150px;
    left: 150px;
    background-color: white;
    background-image: url('menucolor/untermenu.png');
    /*background-color: #373737;*/
    box-shadow: 1px 1px 2px 4px rgba(75,75,75, 0.7);
}

#text {
    margin: 150px 0 0 300px;
    -webkit-column-width: 600px;
    -moz-column-width: 600px;
    column-width: 600px;
    height: 650px;
    font-family: 'Inika';
    color: rgb(102, 102, 102);
    text-shadow: 1px 1px 0px rgb(230, 230, 230);
}

#text h1 {
    text-align: center;
    padding-bottom: 30px;
}

#text mark {
    color: rgb(0, 0, 0);
    background: none repeat scroll 0% 0% transparent;
}

#text ul {
    list-style-type: square;
    padding-left: 30px;
}

#text img {
    position: absolute;
    margin: 75px 0 0 400px;
    
}

#angebote p, #neubau p {
    /*background-color: black;*/
    border-bottom: 2px solid rgba(77,77,77, 0.7);
    padding-top: 5px;
}

#angebote em, #neubau em {
    font-weight: bold;
}

#index-img {
    position: absolute;
    width: 950px;
    height: 900px;
    margin: 200px 300px;
}

#index-img article {
    position: absolute;
    width: 950px;
    height: 900px;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    margin: auto;
}

#index-img article#index1 {
    background-image: url(dia/01.jpg);
    background-repeat: no-repeat;
}
#index-img article#index2 {
    background-image: url(dia/02.jpg);
    background-repeat: no-repeat;
}
#index-img article#index3 {
    background-image: url(dia/03.jpg);
    background-repeat: no-repeat;
}
#index-img article#index4 {
    background-image: url(dia/04.jpg);
    background-repeat: no-repeat;
}
#index-img article#index5 {
    background-image: url(dia/05.jpg);
    background-repeat: no-repeat;
}

.objektbeschreibung {
    max-height: 300px;
    width: 600px;
    overflow-y: auto;
}

.objektbeschreibung td {
    padding: 0px 5px;
}

.objektbeschreibung h2 {
    padding-top: 10px;
}

#objekt {
    margin: 100px 0 0 300px;
    -webkit-column-width: 600px;
    -moz-column-width: 600px;
    column-width: 600px;
    height: 800px;
    font-family: 'Inika';
    color: rgb(102, 102, 102);
    text-shadow: 1px 1px 0px rgb(230, 230, 230);
}

#objekt h1 {
    text-align: center;
    padding-bottom: 30px;
}

#objekt mark {
    color: rgb(0, 0, 0);
    background: none repeat scroll 0% 0% transparent;
}

#objekt ul {
    list-style-type: square;
    padding-left: 30px;
}

#verkauft {
    font-size: 20px;
    color: red;
    margin: 0 0 2px 15px;
    
}

#gallery {
    position: relative;
    width: 600px;
    height: 100px;
    margin: 0 150px 150px 0px;
}

.pic {
    width: 123px;
    height: 113px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}

.pic img {
    width: 123px; 
    height: 113px;
    border: 0;
}