/* HTML TAGS */
/* -------------------------------------------------------------------------- */
BODY
{
	font-family: verdana,sans-serif;
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-image: url(/grafik/bg.gif);
	background-color: #000000;
}

H1
{
	font-size: 12px;
	display: inline;
	color: #FFFFFF;
}

H2
{
	font-size: 11px;
	display: inline;
	color: #FFFFCC;
}

/* PSEUDO CLASSES */
a.rollover
{
	font-family: verdana,sans-serif;
	color: #FFFFCC;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
}

a.rollover:hover
{
	color: #FF0000;
}

a.rollover:visited
{
	color: #FFFFCC;
}


/* CLASSES */
/* definiert die allgemeine Hintergrundfarbe */
.text_menue
{
	font-size: 10px;
	color: #000000;
}

.footer
{
	font-size: 11px;
	color: #FFFFFF;
}

.td_form
{
	background-image: url(/grafik/bg_form_rechts.gif);
	background-repeat: no-repeat;
}

.td_text
{
	background-color: #B15959;
	border: 1px solid #660000;
	font-size: 11px;
	color: #FFFFFF;
}

.td_action
{
	border: 1px solid #B15959;
	font-size: 11px;
	color: #99CCFF;
}
