* {
    
    margin: 0;
    padding: 0;
    
}

@font-face {
    
    font-family: segoe;
    src: url(../font/segoe-ui-webfont.woff);
    
}

body {
    
    background: whitesmoke;
    overflow-y: scroll;
    
}

hr {
    
    color: black;
    
}

iframe {
    
    margin: 0 100px;
    
}



#topbanner {
    
    height: 50px;
    max-width: 1240px;
    
}

#downbanner {
    
    min-height: 50px;
    
}

#tobanner img {
    
    margin-left: 50px;
    
}

#content {
    
    max-width: 1240px;
    margin: 0 auto;
        
}

nav {
    
   font-family: segoe, verdana, tahoma, arial, sans-serif;
    
}

#nav ul {
    
    text-align: right;
    min-height: 25px;
    
}

#nav ul li {
    
    display: inline-block;
    list-style: none;
    margin: auto 0;
                
}

#nav ul li a {
    
    padding: 5px 10px;
    margin: auto;
    font-family: segoe, verdana, tahoma, arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    color: black;
    
}

 #hello a {
     
    font-family: segoe, verdana, tahoma, arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    text-decoration: none;
    color: black;
     
 }

#nav ul li a:hover, #nav ul li a:active {
    
    color: #ac3d00;
    
}


#main {
    
    min-height: 500px;
    margin-top: 30px;
        
}

#main table {
    
    max-width: 1240px;
        
}

#main table tr {
    
   
    
}

#main table tr th {
    
    vertical-align: top
    
}


#links {
    
    text-align: left !importent;
    
}

#immoviztxt {
    
    
    text-align: justify;
    font-family: segoe, curier-new, arial, tahoma, sans-serif;
    font-weight: 100;
    font-size: 16px
    
}



#links, #links1, #links2, #links3, #links4, #links5, #links6, #links7, #linksform, #linksiw {
    
    padding-left: 100px;
    text-align: left;
    color: black;
    font-weight: 100;
    margin-top: 20px;
    min-width: 180px;
    font-family: segoe, arial, tahoma, sans-serif;
    font-size: 16px;
   
    
}

#rechts, #rechts1, #rechts2, #rechts3, #rechts4, #rechts5, #rechts6, #rechts7, #hellor, #rechtsform, #rechtsiw {
    
    padding-left: 50px;
    padding-right: 100px;
    text-align: justify;
    color: black;
    font-weight: 100;
    margin-top: 20px;
    font-family: segoe, curier-new, arial, tahoma, sans-serif;
    font-size: 16px
    
}

#hello, #helloiw {
    
    padding: 0 100px;
    text-align: justify;
    color: black;
    font-weight: 100;
    font-family: segoe, curier-new, arial, tahoma, sans-serif;
    font-size: 16px
    
}

#startpic {
    
    margin-left: 100px;
    
}


/* Das Kontaktformular */ 
form {
    background-color: #eee;
    width: 400px; /* Breite des Formulars */
    padding: 20px;
    border: 1px solid #8c8c8c;
    color: black;
    font-family: segoe, curier-new, arial, tahoma, sans-serif;
}

label { /* Beschriftung auf eigener Zeile */
  
    display: block;
    cursor: pointer; /* Mauszeiger wird zur Hand */
}

#absender, #mail, textarea {
    
    width: 395px;
    border: 1px solid #8c8c8c;
    margin-bottom: 1em;
    
}

textarea {
    
    height: 10em;
}

input:focus, textarea:focus {
    
    background-color: #d9d9d9;
    
}





