/*
 * Copyright (c) 2007 Brieselang.NET
 * Autor: Torsten Schulz
 *
 * CSS Definitionen
 * ----------------
 * erste Farbe:  #06C (blau)
 * Komplementär: #FC0 (orange)
 * Flächen:      #CCC (silber)
 *
 */

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 28px;
	font-style: italic;
	text-align: center;
	color: #000;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #06C;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #06C;
}

p, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
    background-color:#FFF;
}

b {
	color: #06C;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #06C;
}

a.menue {
	text-decoration: none;
	color: #06C;
}

a.menue:hover {
	text-decoration: none;
	color: #FC0;
}

a.active {
	text-decoration: none;
	color: #FC0;
}

a.active:hover {
	text-decoration: none;
	color: #FC0;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

