/* BODY */
body {
	color : black;
	background-color : #ffffff;
	font-size : 100.01%;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
	text-transform: none;
	margin : 0;
	padding : 1em;
	min-width : 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
/*************************************
PANEL-DEFINITIONEN
**************************************/
/* Die Panels links und rechts sind unsichtbar, darin befinden sich dann die Panels fuer News, Kontakt etc. */
#MenueOben {
	height : 87px;
	font-size : 25px;
	margin : 0 0 5px;
	padding : 14px;
	text-align : left; 
	z-index : 1; 
	background-color : #2B2C7C;
	color : white; 
	overflow : hidden;
	box-shadow: -3px 3px 3px silver;
	background-image: url(../pics/headerbackground.png);
	background-position	: right, center;
	background-repeat: no-repeat;
} html>#MenueOben {
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}
#LinksPanel {
	float : left;
	width: 210px;
	margin : 0; 
	overflow : hidden;
}
#RechtsPanel {
	float : right; 
	width : 210px;
	padding : 10px;
	margin-left : 10px; 
	overflow : auto;
	margin : 0 0 25px;
	/*border : 1px solid #000000;*/
}
#InhaltPanel {
	margin : 4px;
	padding : 15px;
	text-align : left; 
	z-index : 1; 
	overflow-y : visible;
	overflow-x : auto;
	font-size : 12pt;
} /** html #InhaltPanel {
	height : 1em;  */ /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */ /*
}
*/
/* INHALT INFO-PANEL */
#NewsHeadline	{ 
	padding: 5px; 
	font-weight : bold; 
	font-size : 10pt; 
}
#NewsText {
	padding : 5px;
	text-align : justify; 
	font-weight : normal; 
	font-size : 10pt; 
}
#KontaktPanel {
	font-size : 0.8em;
	width : 200px;
	padding : 5px;
	margin : 0 0 25px;
	background-color : #FFFFFF;
	color: #000000;
	overflow : auto;
	box-shadow: -3px 3px 3px silver;
}
/* INHALT KONTAKT-PANEL */
#KontaktHeadline	{ 
	padding: 5px; 
	font-weight : bold; 
	font-size : 10pt; 
}
#KontaktText			{ 
	padding : 5px; 
	font-weight : normal; 
	font-size : 10pt; 
}
/*********************************************
LINKS
**********************************************/
a {
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
}

a:hover {
	color: #B5E61D
}
/* LINK HAUPTMENUE */
a.hauptmenu	{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	letter-spacing : 0.2em;
	font-size: 16pt;
	color: #B5E61D;
	padding-right: 25px;
}	
a:hover.hauptmenu {
	color: white;
}
/* "Links Hauptmenuepunkt aktiv" */			
a.hauptmenuaktiv	{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	letter-spacing : 0.1em;
	font-size: 16pt;
	color: white;
	padding-right: 25px;
}	
a:hover.hauptmenuaktiv	{ 
	color : #B5E61D
}

/* "Links Detailmenue" */			
a.detailmenu	{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #bbbbbb;
	padding-right : 15px;
}	
a:hover.detailmenu {
	color : #B5E61D
}
/* "Links Detailmenue aktiv" */			
a.detailmenuaktiv	{
	text-decoration : none;
	font-family : Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: white;
	padding-right: 15px
}	
a:hover.detailmenuaktiv		{
	color : #B5E61D
}
/* Fussmenue */			
a.fussmenu	{
	text-decoration : none;
	font-size: 10pt;
	color: #4444aa;
	padding-left : 5px;
	padding-right : 5px;
}	
a:hover.fussmenu {
	color: #B5E61D
}
/* Link Messagebox */
a.message		{
	text-decoration : none;
	font-size: 10pt;
}	
a:hover.message {
	color: #B5E61D
}
/*********************************************
INHALTE (ABSAETZE, UEBERSCHRIFTEN, LISTEN)
**********************************************/
p {
	text-align : justify
}
p.initial:first-letter  /* Absatz mit Initial */ {
	font-size: 350%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-right: 7px;
	float: left
}

ul {
	text-align: left;
	list-style-type: square;
}
li {
	margin-top: 6pt;
}

h1	{ 
	font-weight : normal;
	font-size : 20pt;
	clear : both;	
}       

h2	{
	font-size : 16pt;
	font-weight: normal;
	clear : both;	
}

h3	/* Standardueberschrift innerhalb des Textflusses */ {
	font-size : 14pt;
	font-weight : bold;
	clear : both;	
}

h4	/* Erlaeuterung, Titel usw. */ {
	font-size: 12pt;
	font-weight : normal;
	font-style: italic;
}	
