/* SUNLOG v2.x - BASIC TEMPLATES, valid CSS                             *//* December 2001                                                        *//* (c)Andreas Ahlenstorf sunflyer@gmx.ch, http://www.sunflyer.ch/       *//* Distribution below GNU GPL.                                          *//* Sunlog: http://www.sunlog.ch/                                        *//* Questions? Visit http://www.sunlog.ch/forum.php                      *//* Definition des Fliesstexts */td {    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 11px;    color: #333333;}/* Definiert Aussehen der Datumsangabe und anderer Uebertitel */h1 {    font-family: Georgia, Times New Roman, Times, serif;    font-size: 14px;    color: #333333;}h2 {    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 20px;    color: gray;}/* Definiert Aussehen des Posting-Titels */.title {    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 11px;    font-weight: bold;    color: #333333;}/* Bestimmt das Aussehen des Log-Titels */.logtitle {    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 16px;    font-weight: bold;    color: #333333;}.copy {	font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 10px;    font-weight: small;    color: gray;}/* Bestimmt das Aussehen der (Hyper)Links */a:visited {	color: black;	text-decoration: none;}a:link {	color: black;	text-decoration: none;}a:hover {	color: gray;	text-decoration: none;}a:active {	color: black;	text-decoration: none;}a {	color: black;	text-decoration: none;}/* Bestimmt das Aussehen der Eingabefelder */input, textarea {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	border-color: #666666;	margin-top: 1px;	margin-right: 1px;	margin-bottom: 1px;	margin-left: 1px;}