
/* Stylesheet für www.vitamin-w.de © 2000 by Stefan Berlitz */

BODY
{
	background-color: black;
	background-image: url(/images/back.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-left : 135px;
	margin-right : 15px;
}

H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	color : White;
}

P, TD, UL, LI {
	color : White;
}
LI, UL {
	padding-top : 3px;
}

P.klein
{
	font-size: 60%;
	color : White;
}

TD {
	vertical-align : top;
}

TH {
	color : White;
	background-color : Teal;
	font-weight : bold;
}

A
{color: #c0ff6c;
cursor: help;
text-decoration: none}

A:hover
{background-color: #004040}

A:visited
{color: #d7ff9f;
text-decoration: none}


.rmenu { 
   position: absolute;
   top: 5px; 
   left: 5 px;
   width: 120 px; 
}
