/*********************************************************************************************
*  CSS-Datei: handheld.css
*
*  Website: www.webandbreakfast.de
*  Autor: Katharina Hirsch
*  Version: 1.0 vom 30.12.2005
*
**********************************************************************************************/

/* Rückstellung aller Einstellungen
===============================================================================*/

* {
        margin:0;
        padding:0;
}

/* Allgemeine Seitenformatierungen
===============================================================================*/

html, body {
        width: 95%;
        height: 99.9%;
        background-color: #ffffef;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 100.01%;
        padding: 0 1em;
}

#content {
margin-bottom: 1em;
}

blockquote p {
	width:40%;
        border: 1px solid black;
        padding: 10px;
        margin: 1em 0 1em 2em;
        }

.fett {
font-weight: bold;
}

.italic {
font-style: italic;
}

#content ul {
margin: 1em 0 1em 1em;
}

#navigation ul {
margin-bottom: 1em;
}

img {
margin-bottom: 1em;
}

h1, h2 {
margin-top: 1em;
}

p {
margin-bottom: 1em;
}
