﻿BODY, TD {
	font-family : Tahoma, Tahoma, Tahoma ;
	font-size : 10pt;
}

A {
	text-decoration: underline; 
	color: black;
}

A:Hover {
	text-decoration: underline; 
	color: red;
}

.menuBlau
{
    background-image: url('images/test.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.menuGrau
{
    background-image: url('images/grau.png');
    background-repeat: repeat-x;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.linkBlack {
	text-decoration: none; 
	color: black;
}


