/* GHP - CSS-Styles for 4ahd2003-2004 (c) 2004 */

/* Einbindung: <link rel="stylesheet" href="4ahd2003.css" type="text/css"> */

body	/* Allgemein - Randabstand, Hintergrundfarbe, ... */
{
	margin: 10px;
	/* background-image: url(../images/background.gif); */
	text-align: center;
	color: #FFFFFF;
	/* only IE: */
	background-color: #006600;
	scrollbar-arrow-color: #66FF00; 
	scrollbar-3dlight-color: #006600;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color: #006600;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #006600;
	scrollbar-darkshadow-color: #006600;
}

hr		/* Linie */
{
	border-color: #CCCCCC;
	height: 1px;
	border-bottom-style: dotted;
	border-top: none;
	border-right: none;
	border-left: none;
}

p		/* Standard */
{
	font-family: Tahoma;
	font-size: 9pt;
}

.admin	/* Admin-Farbe (class="admin") */
{
	color: #66FF00;
}

.comment	/* Kommentare (class="comment") */
{
	color: #BBBBBB;
}

.category	/* Link-Kategorie (class="category") */
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Tahoma;
	letter-spacing: 2px;
}

table	/* Tabellen (Allgemein) */
{
	font-family: Tahoma;
	border-collapse: collapse;
	border-style: none;
}

th		/* Tabellen (Überschrift) */
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-style: none;
}

tr,td	/* Tabellen */
{
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	border-style: none;
}

input,textarea	/* Eingabefelder */
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid;
	border-color: #FFFFFF;
}

.cbox	/* Checkbox */
{
	background-color: #006600;
	border: 1px solid #FFFFFF;
}

h1	/* Überschrift 1 */
{
	font-family: Verdana;
	font-size: 24pt;
	color: #66FF00;
}

h2	/* Überschrift 2 */
{
	font-family: Verdana;
	font-size: 18pt;
	color: #66FF00;
	letter-spacing: 1px;
}

h3	/* Überschrift 3 */
{
	font-family: Verdana;
}

h4	/* Überschrift 4 */
{
	font-family: Tahoma;
	letter-spacing: 2px;
}

h5	/* Überschrift 5 */
{
	font-family: Verdana;
}

h6	/* Überschrift 6 */
{
	font-family: Tahoma;
}

a	/* Anker (Allgemein) */
{
	font-family: Tahoma;
	text-decoration: none;
}

a:link	/* Links */
{
	color: #FFFF00;
}

a:hover	/* Link-Verhalten beim Überfahren */
{
	background: #FFFF00;
	color: #000000;
	text-decoration: none;
}

a:active /* Link-Verhalten bei aktivem Link */
{
	text-decoration: none;
}

a:visited /* Link-Verhalten von besuchten Links */
{
	color: #FFFF00;
	text-decoration: none;
}

a:visited:hover /* Link-Verhalten von besuchten Links beim Überfahren */
{
	background: #FFFF00;
	color: #000000;
	text-decoration: none;
}

a:visited:active /* Link-Verhalten von aktiven, besuchten Links */
{
	text-decoration: none;
}
