@import url("menue.css");

body {
 background:url(/bilder/bgbanner.gif) no-repeat #eee;
 font-family:Arial,Helvetica,sans-serif;
 margin:0;
 padding:0;
 }

#container {
 border-top:1px solid silver;
 margin:auto;
 margin-top:0;
 width:900px;
 background-color:white;
 }

.content {
 float:left;
 width:660px;
 }

#head {
 width:900px;
 background:#428AB9 url(../bilder/banner.png) no-repeat;
 height:97px;
 }

.text {
 margin:40px 0px 40px 40px;
 font-size:13px;
 line-height:3ex;
 }

.text h1,
.text h2,
.text h3 {
 color:#036;
 font-size:22px;
 line-height:2.5ex;
 margin:0;
 }

.text h2 {
 font-size:20px
 }

.col {
 width:193px;
 margin:0;
 margin-top:30px;
 text-align:left;
 float:left;
 }

.col h3 {
 margin-bottom:10px;
 font-size:18px;
 }

#one {
 padding-right:10px
 }

#two {
 border-left:1px solid silver;
 border-right:1px solid silver;
 padding:0 10px;
 }

#three {
 padding-left:8px
 }


#marginalie {
 width:200px;
 margin-right:10px;
 margin-left:10px;
 margin-top:10px;
 float:left
 }

#marginalie .chapter {
/* border:1px solid silver; */
 font-size:12px;
 line-height:2.5ex;
 padding:10px;
 margin-bottom:10px;
 text-align:center
 }

a:link { color:blue }
a:visited { color:purple }

address {
 display:block;
 font-style:normal;
 font-weight:bold;
 padding:5px 0;
 font-size:13px;
 margin:auto;
 text-align:center;
 background:url(../bilder/bg-adress.gif) repeat-x;
 border:1px solid silver;
 border-top:none;
 color:white;
 width:900px
 }

.referenzen {
 border-collapse:collapse;
 width:800px;
 }

.referenzen h1 {
 background:#FFD902;
 color:black;
 padding:5px
 }



.referenzen td {
 vertical-align:top;
 padding:10px;
 }

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