/*
-------------------------------------------------------
FiloRosso WebDesign Drucklayout fuer Physiotherapie Sammetinger
Author:   Manfred Gerber
Version:  15 Dezember 2004
------------------------------------------------------- */


body {
        margin: 10px 0 0 10px;
        background: #646464;
        font: 100% "Times New Roman" ,serif;
        color: #000;
        }
img {
        border: 0px none;
        }
img.rahmen {
        padding: 0 8px 5px 0;
        }
#karte1, #karte2 {    /* damit beim Druck die beiden Karten nebeneinander plaziert sind */
        width: 310px;
        float: left;
        }
#container {
        margin: 0;
        padding: 25mm 3% 25mm 3%;
        width: 165mm;
        background: #fff;
        color: #000;
        }
/* Einbingung des Logohintergrundes und Logo
------------------------------------------------------- */

#logo h1 {
        margin: 0;
	      padding: 0 0 0.5cm 0;
        }
#logo h1 a:link, #logo h1 a:visited {
        text-decoration: none;
        color: #000;
        }

/* Hauptnavigation
------------------------------------------------------- */
#navi {
        display: none;
  }

/* Subnavigation
------------------------------------------------------- */
#subnavi {
        display: none;
        }
#karte2 {
        display: block;
        }


/* Contentseiten
------------------------------------------------------- */
#content {
        margin: 0;
        padding: 0;
        color: #000;
        background: #FFF;
        }

/* Schriften im Content
------------------------------------------------------- */
#content h1, #content h2, #content h3, #content h4 {
        margin: 0;
        padding: 0;
        color: #000;
        background: transparent;
        }
#content h2 {
        font: 125% "Times New Roman" ,serif;
        font-weight: bold;
        }
#content h3 {
        font: 115% "Times New Roman" ,serif;
        font-weight: bold;
        }
#content h4 {
        font: 105% "Times New Roman" ,serif;
        font-weight: bold;
        }

#content a {
        margin: 0;
        padding: 0;
        color: #000;
        background: transparent;
        text-decoration: underline;
        font-weight: bold;
        }
#content a:visited {
        color: #000;
        background: transparent;
        }
#content a:hover {
        color: #000;
        background: transparent;
        text-decoration: none;
        border-bottom: 2px solid #990000;
        }

/* Formulare
------------------------------------------------------ */
#content fieldset, #content legend {
        margin: 0;
        }
#content fieldset {
        padding: 2em 1em 2em 1em;
        border: 1px solid #D8CFAD;
        }
#content legend   {
        font: bold italic 12px "Times New Roman" ,serif;
        color: #605534;
        background: transparent;
        padding: 10px 5px 10px 5px;
        font-weight: bold;
        }
form {
        margin: 0;
        padding: 0;
        }
input, textarea, select {
        font: 100%/100% "Times New Roman" ,serif;
	     }
form input {
	     width: 45%;
       margin: 0 0 0.5em 0;
	     padding: 2px;
       border: 1px solid black;
       background: #fff;
       color: #000;
       font-weight: normal;
       display: block;
       }
form input[type=submit] {
       display: none;
  	    }
form textarea {
       margin: 1em 0 1em 0;
       border: 1px solid black;
       width: 95%;  /* Bei 100% zerschiesst es beim IE6/Win das Layout */
       height: 15em;
       background: #fff;
       color: #000;
       }

/* Fusszeile
------------------------------------------------------- */
#footer {
        margin: 1cm 0 0 0;
        padding: 10px;
        font: 90% "Times New Roman" ,serif;
        background: #fff;
        color: #000;
        text-align: center;
        }

/* Links in der Fusszeile
------------------------------------------------------- */
#footer a {
        margin: 0;
        padding: 2px;
        color: #000;
        background: transparent;
        text-decoration: underline;
        font-weight: bold;
        }
#footer a:visited {
        color: #000;
        }
#footer a:hover {
        color: #000;
        }

/* Sonstige Formatierungen
------------------------------------------------------ */
.bobby, .druck {
        display: none;
        }