html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}

img {
	border-width: 0px;
	padding: 0px;
}

div {
	border: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;

}

a:link, a:visited {
    color: #00446a;
}

a:hover {
    text-decoration: none;
}

ul {
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 1.7em; 
    padding-left: 0px;
}

strong {
    color: #00446a;
}

form {
	margin: 0px;
}

input {
	margin-bottom: 7px;
}

select {
	margin-bottom: 7px;
}

#container {
	text-align:left;
    background-repeat: repeat-y;
	background-image: url(../images/bg-content.png);
    padding-left: 6px;
    padding-right: 5px;
}

#header {
    background-color: #ffffff;
    text-align: left;
}

#line-below-buttons {
	background-repeat: repeat-x;
	background-image: url(../images/line-below-buttons.gif);
    height: 3px;
}

#content {
    background-repeat: repeat-y;
    padding-top: 25px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 30px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #4596b0;
    width: 914px;
}

#intro-text, .intro-text {
    color: #00446a;
}

.for-sale {
    background-image: url(../images/for-sale-bg.gif);
    background-repeat: none;
    font-family: Arial, Helvetica;
    font-size: 11px;
}

.for-sale-en {
    background-image: url(../images/for-sale-bg-en.gif);
    background-repeat: none;
    font-family: Arial, Helvetica;
    font-size: 11px;
}

.for-sale-de {
    background-image: url(../images/for-sale-bg-de.gif);
    background-repeat: none;
    font-family: Arial, Helvetica;
    font-size: 11px;
}

.for-sale-header {
    color: #003267;
    text-align: right;
    padding-top: 3px;
    padding-right: 19px;
    height: 28px;
    vertical-align: middle;
}

.for-sale-header a:link, .for-sale-header a:visited {
    color: #003267;
}

.for-sale-header a:hover {
    text-decoration: none;
}

.for-sale-content  {
    color: #003267;
    text-align: left;
    padding-top: 14px;
    padding-left: 19px;
    height: 121px;
    vertical-align: top;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.for-sale-photo {
    color: #003267;
    text-align: right;
    padding-top: 14px;
    padding-right: 19px;
    height: 121px;
    vertical-align: top;
}

.for-sale-content a:link, .for-sale-content a:visited {
    color: #005e30;
}

.for-sale-content a:hover {
    text-decoration: none;
}

#footer {
    padding-top: 12px;
    padding-left: 29px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #4596b0;
    background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
    height: 228px;
}

#footer a:link, #footer a:visited {
    color: #4596b0;
}

#footer a:hover {
    color: #00446a;
}
