html, body {
 height:100%;
 min-height:100%
 }

body {
 background:lemonchiffon;
 font-family:Arial,sans-serif;
 font-size:11px;
 padding:0;
 margin:0;
 }

#layout {
 margin:auto;
 border-collapse:collapse;
 height:100%;
 width:800px
 }

#layout td {
 vertical-align:top;
 padding:0;
 margin:0;
 }

#logo {
 text-align:center;
 padding:40px 0;
 border-bottom:1px solid silver;
 background:white;
 }

#navigation {
 border:1px solid silver;
 background:white;
 height:100%
  }

#navigation address {
 font-style:normal;
 padding:20px;
 text-align:center
 }

.content {
 background:white;
 width:600px;
 border:1px solid silver;
 border-left:none;
 font-size:12px;
 }

.text {
 padding:20px;
 line-height:2.5ex
 }

#fusszeile td {
 background:white;
 color:#999;
 font-size:11px;
 font-family:Arial,sans-serif;
 border:1px solid silver;
 border-top:none;
 vertical-align:middle;
 padding:5px 20px;
 }

#fusszeile address {
  font-style:normal
  }

ul#topnav {
 list-style-type:none;
 margin:0;
 padding:0;
 background:#eee
 }

ul#topnav a {
 text-decoration:none;
 border-bottom:1px solid silver;
 width:194px;
 display:block;
 padding:4px;
 color:black
 }

ul#topnav a:hover {
 background:lemonchiffon;
 color:black
 }

#projekte {
 padding:20px;
 background:#999

 }
#projekte p {
 margin:5px 0
 }

#projekte a {
 width:150px;
 padding:3px;
 border:1px solid silver;
 margin:0px auto;
 background:#088CCF;
 text-decoration:none;
 color:white;
 display:block;
 font-size:11px
 }



.projekt {
 float:left;
 margin-right:20px;
 margin-top:10px;
 width:250px;
 font-size:12px
 }

.projekt a {
 text-decoration:none;
 color:black
 }

.projekt a:hover {
 text-decoration:underline;
 }

.content h1 {
 font-size:16px;
 margin:5px 0;
 color:#999
 }
.content p {
 font-size:12px;
 margin:15px 0;
 color:#333
 }

#edisonallee {
 background:url(/immobilien/neu-ulm-wiley/edisonallee.jpg) top center no-repeat;
 padding-top:210px
 }

ul#subnav {
 list-style-type:square;
 font-size:12px;
 }

ul#subnav li {
 margin-bottom:5px
 }

ul#subnav a {
 text-decoration:none;
 color:#333
 }

ul#subnav a:hover {
 text-decoration:underline
 }

#layout .preisliste {
 margin:0 20px;
 border-collapse:collapse
 }

#layout .preisliste th {
 text-align:left;
 border:1px solid silver;
 padding:3px 5px
 }

#layout .preisliste td {
 border:1px solid silver;
 padding:3px 5px;
 text-align:center
 }

.evenrow td {background:#eee}

.zahl {
 text-align:right
 }

.thumbs {
 float:left;
 margin:10px;
 text-align:center
 }

.image {
 text-align:center
 }

.right {
 float:right;
 margin-left:10px
 }

.left {
 float:left;
 margin-right:10px
 }

#diashow {
 text-align:center;
 width:180px;
 margin:auto
 }

.leftcol {
  float:left;
  padding:0;
  }

.rightcol {
  padding:0;
  float:left
 }

.beispielrechnung {
 border-collapse:collapse;
 }

#layout .beispielrechnung td,
#layout .beispielrechnung th {
 border:1px solid silver;
 padding:5px;
 text-align:right;
 vertical-align:middle
 }

.verkauft {
 color:red
 }

.baufortschritt div {
 float:left;
 margin:1px;
 margin-bottom:10px
 }

#map {
 width:600px;
 height:400px
 } 