/*
*    project: naturheilkunde-psychotherapie 
*    type: stylesheet
*    description: naturheilkunde-psychotherapie Style-definition
*    last edited: 6.12.07, Thomas Fischer
*    
*    (c) naturheilkunde-psychotherapie.de 2008. All rights reserved.
*
*	Folgenden Text in den header der html Seite einfügen, um dieses css zu nutzen:
*	  <link rel="stylesheet" type="text/css" href="../css/basic.css">
*/



/* body */
body {
background-repeat: no-repeat; 
color: rgb(255, 255, 255); 
background-color: #228B22;
* rgb(0, 0, 050);

font-size:10pt;
font-family: Arial;
}

/* Links */
 a:link, a:active {color: #ffffff;}
 a:visited {color: #ff3b59;}


/* Schrift */

h1,h2,h3, d1, d2, d3 {
	font-familiy: Arial; 
	font-weight: bold; 
	font-style:normal; 
	color: #B22222;
	* #ff3b59;
}


h1, d1 {
    font-size: 180%;
}

h2, d2 {
    font-size: 140%;
}

h3, d3 {
    font-size: 110%;
}

img {
border: 0;
}

/* Tables */

/* Bemerkungen
*padding: Randabstand in Pixeln; 
*cellspacing: Dicke der Gitternetzlinien zwischen den Zeilen und Spalten
*border ist der Tabellenaussenrahmen
*/

table {
    xborder-collapse: collapse;
    cellspacing: 0;
    cellpadding:10;


    text-align: left;
    vertical-align:middle;
    empty-cells: hide;
    font-size:10pt;
    font-family: Arial;
    border:0px;
    margin: 0px;
}
caption {
    font-weight: bold;
    text-align: left;
    color: #ff3b59;
}
th, td {
   vertical-align: top;
    text-align: left;
    
}
