/*
    Document   : global
    Created on : 10.10.2012, 17:57:10
    Author     : steffenmatthes
    Description:
        Purpose of the stylesheet follows.
*/

body {
    display: block;
    margin:	0;
    padding:	0;
    font-family: 'PT Sans', Verdana, Arial, sans-serif;
    font-size:	14px;
    color: rgb(255,250,240);
}
h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Oranienbaum, Georgi, Times, serif;
}
h2 {
    font-size:	21.8px;
    margin:	0;
    padding:	0;
    color: rgb(88,88,78);
}
p {
    margin:	6px 0 15px;
    padding:	0;
}
a:link, a:visited, a:active {
    color: rgb(88,88,78);
    text-decoration: none;
}
a:focus, a:hover {
    color: rgb(255,250,240);
}
#footer {
    position: absolute;
    right: 60px;
    bottom: 50px;
}
#wrap {
    position: absolute;
    width:	770px;
    height: 	560px;
    top: 50%;
    left: 50%;
    margin-top: -262px;
    margin-left: -388px;
    padding: 50px 40px 40px;
}
.bild {
    background: url(picts/logo-wohnungskontor.png) no-repeat left top;
    width:	770px;
    height:	290px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.content {
    height: 180px;
    /*background: rgb(217,217,213);*/
    background: rgb(159,159,150);
    padding: 20px;
}
.imprint {
    width: 440px;
    height: 165px;
    padding-right: 10px;
}
.imprintscroll {
    overflow-y: auto;
    height: 145px;
    padding-right: 10px;
}
.content.big .kontakt {
    width: 260px;
    margin-top: 45px;
}
.kontakt {
    width: 250px;
}
.kontakt p label {
    width: 30px;
    display: inline-block;
}
span {
    color: rgb(88,88,78);
}
.fleft {
    float:	left;
}
.fright {
    float:	right;
}
.clearboth {
    clear:	both;
}