/*********************************************************
* Project: Ferienwohnungen in Duhnen und Doese
* File: layout.css
* Copyright (c) 2007 clkm - cornelia lange
* 27472 Cuxhaven, Germany
* http://www.clkm.de/, http://www.clkm.com/
* @copyright 2007 clkm
* @author Cornelia Lange
*********************************************************/
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #B8C1D0 url(/files/global_files/b052a8d5c9e8931b664d863a9009a990d2a3e88d_bg_body.gif) 0 0 repeat-x;
}
h1 {
font-size: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 20px 228px;
padding: 30px 0 0 0;
}

/* IDs */
#container {
position: relative;
width: 812px;
text-align: left;
color: #000;
background: transparent url(/files/global_files/faeab3b10922c08633fd9a16fc290212178831ad_bg-container-col.gif) 0 0 repeat-y;
}
#nocolumn #container {
color: #000;
background: transparent url(/files/global_files/1b4248477a418739af228d8f0006b4deef0581ac_bg-container.gif) 0 0 repeat-y;
}
#headercon {
width: 812px;
height: 224px;
background: #B8C1D0 url(/files/global_files/b052a8d5c9e8931b664d863a9009a990d2a3e88d_bg_body.gif) 0 0 repeat-x;
}
#logo {
width: 609px;
height: 77px;
background: transparent;
}
#logo a {
width: 609px;
height: 77px;
}
#headerbild {
position: absolute;
top: 77px;
left: 203px;
height: 147px;
width: 609px;
background: #7184A1;
}
#headerbild a {
height: 147px;
width: 406px;
}
#column {
float: right;
width: 200px;
padding: 0 0 30px 0;
margin-top: -35px;
}
#content { 
margin-left: 228px;
width: 370px;
margin-right: 203px;
padding-bottom: 25px;
}
#nocolumn #content { 
margin-right: 0;
width: 570px;
}
#text {
min-height: 350px;
}
/* Formular */
.form1 {
border-color: #F4F6F8;
}
input.sendbutton {
border: 1px solid #000;
color:#000;
background: #E7EBEF;
}
input.resetbutton {
border: 1px solid #000;
color: #fff;
background: #436294;
}
#error {
color: #000;
background: #FBEDED;
padding: 10px 0;
}
#rp {
padding: 20px 10px;
background: #FFE391;
}

#links h3 {
text-align: right;
font-weight: normal;
padding: 300px 20px 0 0;
margin: 0;
}
#links a {
float: right;
font-weight: normal;
padding:0 20px  0 0;
margin: 5px 0;
}