﻿@import url("spezialclassen.css");	/* Spezielle Formatierungen */
@import url("menue.css");	/* MENUE */

/* Allgemeine Einstellungen*/
body {
	font-family: Calibri, Tahoma, Sans-Serif;
	color: #000;
	background: #eeeeee url('../images/mainbackground.png') repeat-x scroll;
}


table a:hover {
	font-size: 15px;
	color:#4040f0;
}
h1{
	font-weight:bold;
	margin: 0;
	margin-bottom: 5px;
	color: #2C5CA3;
	font-size: 19px;
}
h2{
	font-weight: bold;
	margin: 0;
	margin-bottom: 1px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	color: #7F9ABE;
	font-style: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color:  #86877E;
	margin: 0;
	margin-bottom: 1px;
}

p {
	margin: 0 0 0 0;
	margin-bottom: 15px;
}

/* Links */
a {
	text-decoration: none;
	color:#000000;
}
a:focus {
	color:blue;
}
a:hover {
	color:#4040f0;
}
