﻿/*Inhalt*/
#inhalt{
	font: Arial;
	font-style:normal;
	font-family:Arial;
}
/* Formatvorlagen für Hyperlinks */


/*Navigationsleiste*/
#navigation {
	font: Arial;
	font-style:normal;
}
#navigation a{
	color: #000000;
	text-decoration: none;
}
#navigation a:hover{
	color: #000000;
}
#navigation td{
	background-color:orange;
	text-align:center;
	font-weight:bold;
}
#navigation tr{
	background-color:orange;
	text-align:center;
	font-weight:bold;
}


/*Tabellen*/
#table{
	border="0";
	padding="0";
	border-collapse: collapse;
}
/* Formatvorlagen für Hyperlinks */
a {
	text-decoration: none;
	color:black;
}
a:hover {
	color: #00008b;
	text-decoration: none;
}

/* Inhaltsformatvorlagen */
h1 {
	color: black;
	font-size: 2.0em;
}
h2 {
	color: black;
	font-size: 1.75em;
}
h3 {
	color: black;
	font-size: 1.5em;
}
h4 {
	color: black;
	font-size: 1.25em;
}
h5 {
	color: black;
	font-size: 0.75em;
}
h6 {
	color: black;
	font-size: 0.5em;
}
