﻿/* CSS-File Links,Schrift,Farbe,Body */
/* CSS-File Karl-Heinz Krieger */
/* Version: 2009-06-20 */
a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #0099FF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	background-color: #0000FF;
}
BODY {
	background-color: #CCCCCC;
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 10px;
	color: #000000;
}
h1 {
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-size: 16px;
	margin-top: 10px;
	line-height: 20 px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
h3 {
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-size: small;
	margin-left: 14px;
}
.ueberschrift_workshop {
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
}
.navigation_mitte {
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
	font-size: 12px;
	text-align: center;
}
.schrift_normal {
	font-weight: normal;
}
.schrift_small {
	font-size: small;
}
