/* layout.css - clkm - cornelia lange http://www.clkm.de/ */


/***** Elements *****/
body {
font: 92% Verdana, Arial, Helvetica, sans-serif;
color: #1D4365;
background-color: #EEF9FD;
}

h1, h2, h3, h4 {
color: #4D78A3;
font-family: Trebuchet, Tahoma, Arial, sans-serif; 
}

h1 {
font-size: 1.5em;
margin: 0 0 20px 0;
}

h2 {
font-size: 1.1em;
margin: 20px 0 10px 0;
background: transparent; 
font-weight: bold;
}
h3, h4, h5 {
font-size: 1.1em;
margin: 10px 0;
} 
p, li, td, th, label, input, radio, select { 
font-size: 0.8em;
line-height: 1.5em;
margin: 10px 0;
}
strong, b {
font-weight: bold;
} 
table {
margin: 10px 0 20px 0;
border-collapse: collapse;
}
table.preise {
background: #EEF9FD;
border: 1px solid #B4CFE2;
}
th, td {
padding: 2px 10px;
}
.td1 {
background: #fff;
}

/***** Layout *****/

#container {  
position: relative;
width: 980px; 
margin: 0 auto;
text-align: left;
background: #fff url(/files/global_files/dfb9fd4ca7ba07404ce5479aabd799852a9e51fe_bg_main.jpg) 0 0 repeat-y;
}  

/*** Header ***/

#header {
width: 980px;
height: 144px;
background: transparent url(/files/global_files/18a91ac7d527fe45921f82c3a535e8bf36aa0418_bg_header.jpg) 0 0 no-repeat;
}
#logo {
position: absolute;
top: 0;
left: 0;
} 

/*** Main ***/  

#main {
padding: 0 0 20px 0;
margin: 0 20px 0 196px;
min-height: 400px;
}
#rightcol {
float: right; 
width: 180px;
padding: 30px 0;
margin: 0;
text-align: center;
}
#rightcol h2 {
border-bottom: 1px dotted #175a9c;
}
#rightcol p, #rightcol p {
padding-left: 5px;
padding-right: 5px;
}
#rightcol p img, #leftcol p img {
margin-left: -5px;
}

#leftcol {
position: absolute;
top: 190px;
left: 20px;
width: 170px;
padding: 0;
}
#linkespalte {
margin: 50px 0 20px 0;
text-align: center;
}
#linkespalte p {
font-size: 70%;
}
 
#content {
width: 550px;
padding: 0 0 20px 20px;
} 
#content p {
margin: 10px 0;
}

#footer {
height: 60px;
background: transparent url(/files/global_files/97af0a0286099cb63a9d460913639ea3d0e36631_bg_footer.jpg) 0 0 no-repeat;
} 
#footer p { 
text-align: center;
margin: 0 20px;
font-size: 75%;
line-height: 40px;
}
#footer p.footerbox a {
text-decoration: none;
}

/*** LINKS ***/ 
a:link, a:visited {
text-decoration: underline;
color: #1D4365;
}
a.link:link, a.link:visited {
text-decoration: none;
padding: 1px 0 1px 17px;
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 2px no-repeat;
}
a.link:hover, a.link:active, a.link:focus {
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 -50px no-repeat;
} 
a.extern:link, a.extern:visited {
text-decoration: none;
padding: 1px 0 1px 17px;
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 -102px no-repeat;
}
a.extern:hover, a.extern:active, a.extern:focus {
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 -154px no-repeat;
} 
a.top:link, a.top:visited {
text-decoration: none;
padding: 1px 0 1px 17px;
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 -206px no-repeat;
}
a.top:hover, a.top:active, a.top:focus {
color: #1D4365;
background: transparent url(/files/global_files/39e3cdf71638704ba0c64d6c81c78e82534cb5a5_link.png) 0 -258px no-repeat;
} 

/*** Navigation ***/ 
#navi ul {
width: 100%;
margin: 0;
padding: 0;
} 
#navi li {
display: inline;
}
#navi li a, #navi li strong { 
font-family: Arial, Tahoma, sans-serif;
display: block;
text-decoration: none;
padding: 2px 0 2px 17px;
color: #1D4365;
background: transparent;
border-left: 3px solid #fff;
}
#navi li li a, #navi li li strong {
padding: 2px 0 2px 25px;
background: transparent;
font-weight: normal;
} 
#navi li strong, #navi li li strong, 
#navi li a.on, #navi li li a.on {
color: #175a9c; 
background-color: #eef9fd;
border-left: 3px solid #175a9c;
} 
#navi li a.on {
font-weight: bold;
}

/*** Allgemeines Klassen ***/

.bildrechts {
float: right;
margin: 5px 15px 0 35px;
}
.bildlinks {
float: left;
margin: 5px 35px 15px 0;
}
.rahmen {
padding: 5px; 
border: 1px solid #859EBC;
background: #EEF9FD;
} 
.mittig {
text-align: center;
}
.links {
text-align: left;
} 
.rechts {
text-align: right;
}
.absatztrenner {
clear: left;
}
.clear {
clear: both;
}
.beige {
background: #F4EDD7;
}
h2.beige {
margin-bottom: 0;
padding: 5px;
}
p.beige {
margin: 0 0 20px 0;
padding: 5px;
}
.liste {
list-style: outside disc;
margin: 10px 0 20px 20px;
}
ol.liste {
list-style: outside decimal;
margin: 10px 0 20px 35px;
}
.liste li {
line-height: normal;
}
.linie {
padding-top: 20px;
border-top: 1px dotted #175a9c;
}

.gallery {
margin: 10px 0 20px 0;
overflow: auto;
}
.gallery li {
display: inline;
}
.gallery a {
display: block;
float: left; 
margin: 5px;
}

/* Fehlermeldungen Formulare */

/* response */
#rp, #error {
display: block;
width: 460px;
margin: 10px 0 20px 0;
padding: 10px;
background: #ffd7d7;
border: 1px solid #c00;
}
#rp h3, #rp p {
text-align: center;
margin: 15px 0;
}
/* IE 6, IE 7 */
* html #container #rp, *+html #container #rp {
margin-top: 25px;
}
#rp h1 {
margin: 0;
padding: 10px 10px 0 10px;
color: red;
}
#rp p {
margin: 0;
padding: 0 10px 10px 10px;
}
#main .req {
margin-left: 20px;
}
#main .req li {
background: transparent;
padding: 2px 0;
list-style-type: disc;
}

/* Formular */
#anfrage {
margin-top: 20px;
}
label.inline {
display: inline;
float: none;
margin: 0 0 5px 0;
padding: 0;
}
input.fcheckbox {
margin: 5px 5px 0 0;
padding: 0;
}
#anfrage .datenzeile {
display: block;
width: 500px;
height: 2em;
}
#anfrage .datenfeed {
display: inline;
float: left;
}
#anfrage .formradio1 {
margin-left: 20px;
}
#anfrage .datentyp, #anfrage .abstand {
display: block;
float: left;
padding: 2px 5px;
margin: 0;
line-height: normal;
width: 160px;
clear: left;
}
#anfrage .fradio {
margin: 0 2px 0 30px;
}
#anfrage .ftextfield {
border: 1px solid #7294C7;
padding: 1px 5px;
width: 200px;
margin: 2px 0;
}
#anfrage select {
border: 1px solid #7294C7;
padding: 0;
margin: 2px 0;
min-width: 20px;
}
#anfrage textarea {
border: 1px solid #7294C7;
width: 310px;
height: 60px;
padding: 5px;
margin: 5px 0 0 0;
display: block;
float: left;
}
#anfrage #buttons {
display: block;
float: left;
clear: both;
height: 2em;
}

#anfrage input.fsubmit {
display: block;
float: left;
width: auto;
margin: 0 0 0 170px;
padding: 1px 10px;
background: #fff;
cursor: pointer;
border: 1px solid #7294C7;
font-weight: bold;
}

#anfrage input.fsubmit:hover {
color: #fff;
background: #7294C7;
border: 1px solid #000;
}

/* GoogleMap */
#map {
width: 510px;
height: 270px;
font-family: Arial, Helvetica, sans-serif;
}
#map p {
font-size: 0.75em;
color: #000;
margin: 0;
padding: 0 0 0 65px;
text-align: left;
}
#map p a {
font-weight: normal;
}
#map p.prepare {
padding: 3px 0 0 65px;
background: transparent url(/files/global_files/e45097944053d18b928baee0b6d8bad30052f0c6_pension-appelt-map.jpg) 0 0 no-repeat;
}
#wetter {
display: block;
width: 120px;
margin: 0 auto 20px auto;
background-color:#0060ac;
color:#ebf1f8;
}
#rightcol #wetter a {
display: block;
margin: 0;
padding: 0 0 2px 0;
line-height: normal;
background-color:#0060ac;
color:#ebf1f8;
font-size: 11px;
}
