	/* Datei: index.css */
	/* Typ: Cascading Style Sheet */
	/* Inhalt: Seitenstil fuer eigentliche Homepage */
	/* Validiert: bestanden */
	/* Autor: Heinrich Kruthaup */
	/* Kunde: Haarstudio Niehues, Inh. Stefanie Rehling */
	/* angelegt: 2006-03-02 */
	/* zuletzt geaendert: 2006-03-23 */
	/* Version: 1.0 */
	
/* Textkoerper */
body {
	background-color:#DCDCDC; /* gainsboro */
	color:#696969;
	}
	
/* Tabellenkoerper */
table { 
	margin: 1% auto; 
	}

/* Scrolleiste */	
body>table{height:auto;min-height:70%}

/* Zellen */
td {
	background-color: #696969; /* dimgray */
	border: 5px; 
	border-color: #778899; /* lightslategray */
	color: #F8F8FF; /* ghostwhite */
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	padding: 15px; /* Innenabstand */
	text-align:center;
}
#a {
	font-size: xx-large;
	letter-spacing:0.1em;
}
#b {
	font-size: small;
	letter-spacing:0.08em;
	line-height:2.5ex;
}
#c {
	font-size: xx-small;
	text-align:left;
	padding:2px;
	color:#696969;
	background-color:#DCDCDC; /* gainsboro */
}

/* Link: Heinrich Kruthaup, Osterfeine */
#c a:link {
		background-color:#DCDCDC;
		color:#696969;
		text-decoration: none;
	}
#c a:visited {
		background-color:#DCDCDC;
		color:#696969; 
		text-decoration: none;
	}
#c a:active {
		background-color:#DCDCDC;
		color:#FF0000; /* rot */
		text-decoration: underline;
	}	 
#c a:hover {
		background-color:#DCDCDC;
		color:#FF0000; /* rot */
		text-decoration: underline;
	}	
		
img 
{
    height:300px;
    width:400px;
    border:0;
}	

/* Ende der Datei */