body
{
	margin:			5px 0 5px 0;
	background:		white;
	text-align:		center;
}


#global
{
	width:			600px;
	margin:			20px auto;
	background:		white;
}


p 
{ 
	font-family:		verdana; 
	font-size:		10pt;
	text-align:		justify; 
	color:			#000066; 
}


p.center 
{ 
	text-align:		center; 
}


p.rechts 
{ 
	text-align:		right; 
}


p.inhalt 
{
	padding:		2px;
	background:		#B0F3FF;  
	font-weight:		bold; 
	font-size:		12pt; 
}


p.rubrik
{
	padding:		2px; 
	/* font-weight:		bold; */
	font-size:		16pt;
	text-align:		center;
	color:			#4176C0;
}


p.uebersicht 
{
	padding:		0px 3px 0 3px;
	background:		#DCC0C0;
	font-size:		11pt;
 	margin-top:		0px; 
}

p.trennlinie 
{
 width:				100%;
 background-color:		#DADADA; 
}

/* ### Navigation ### */

#nav
{
	width:			126px;
	position:		absolute;
	top:			50px;
	left:			0;
	margin-left:		5px;
	font:			10pt verdana;
}

#nav a
{
	display: 		block;
	margin:			0 0 5 0;
	padding:		5 5 5 5;
	border-right:		3px solid white;
	border-left:		3px solid white;
	text-decoration:	none;
	background:		#4176C0; /* #5182C4; */
	color:			white;
}

#nav a:hover
{
	background:		#BCCDE7;
	color:			black;
	border-right:		3px dashed red;
}



#programm
{
	margin:			0;
	padding:		0 0 0 5px;
	background:		#D3E0F1;
}

#programm p
{
	text-align:		left;	
}


/* ### Links ### */

a
{ 
	text-decoration:	underline; 
	color:			blue;
}


a:hover
{ 
	color:			red;
}




/* ### Tabelle ### */

td 
{  
	padding-bottom:		6px;
	vertical-align:		top;
}

td.programm
{
	width:			200px;
	padding-left:		20px;
}