/*********************************************************************************************
*  CSS-Datei: print.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 {
	background-color: white;
        width: 95%;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 12pt;
        margin-left: 0.5cm;
}

#header div, #skipnavi, #navigation, #nach_oben, #seite {
display: none !important;
}

#content {
margin-bottom: 20pt;
}

h1 {
font-family: "Times New Roman", serif;
font-size: 20pt;
}

h2 {
margin-bottom: 6pt;
}

p {
line-height: 15pt;
margin-bottom: 4pt;
}

blockquote {
width: 40%;
padding: 8pt;
margin-left: 20pt;
border: 1px solid black;
margin-bottom: 12pt;
}

.fett {
font-weight: bold;
}
.italic {
font-style: italic;
}

a:link, a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}

a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-weight: normal;
font-size: 10pt;
}

ul {
margin-left: 20pt;
list-style-type: circle;
margin-bottom: 20pt;
}

img, .team_text {
margin-bottom: 20pt;
}
