@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@import url(http://static.lookundbook.de/css/lub_format.css);

@media all
{
/* Your styles here */

body {background:#EAEADF none; padding:10px 0;}
  #page_margins {min-width:820px; max-width:80em; margin:0 auto; border:1px #889 solid;}
  #page{background:#fff; border:0px #C8DDF3 solid;}
  #header {height:100px; color:#fff; background:#4E5155 url("http://www.ferienhaus-rheinsberg.de/fileadmin/Elemente/head_bg.jpg") repeat-x;}
  #header img.headImg1 {position:absolute; top:0px; left:0px; font-size:208%;}

/* Formatierung der Fu�zeile */
#footer {color:#888; background:#fff; margin:0em; padding:0.5em 1em 0.5em 0; border-top:1px #ddd solid; line-height:1em; text-align: right;}
#footer img { vertical-align: middle; margin-left: 10px;}

/*   Gästebuchanpassung  */

.tx-veguestbook-pi1 form { clear: both; }



}

