body               
{ 
	text-align: center;		/* Damit der IE den folgenden Abschnitt zentriert anzeigt. */
	background-color: #FFFFFF; 
	color: #000066; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 14px;
}

#seite
{
	width: 950px;
	text-align:left;	/* Obige Änderung wieder aufheben */
	margin: 0px auto;	/* Abschnitt zentrieren */
}

#top
{
	float: left;
	width: 100%;
	border-bottom: 1px solid;
	margin-bottom: 5px;
}


#nav
{
	clear: both;
	float: left;
	width: 170px;
}


#content
{
	float: left;
	width: 780px;
}


a							{ color:#000066; text-decoration:underline; }
/* a:visited          { color:#99CCCC; } */
a:hover 			{ color:#99CCFF; }
/* a:active           { color:#99CCCC; } */

a.menuelink_s, a.menuelink_m
{ padding-left:40px; font-size:28px; font-weight:bold; background-image:url(bilder/menue_off.gif); background-repeat:no-repeat; background-position:left bottom; text-decoration:none; }

a.menuelink_s:hover, a.menuelink_m:hover
{ color:#99CCFF; background-repeat:no-repeat; background-position:left bottom; }

a.menuelink_s:hover	{ background-image:url(bilder/index_schauspiel2-over.gif); }
a.menuelink_m:hover	{ background-image:url(bilder/menue_model_over.gif); }


hr						{ color: #000066; }

tr						{ vertical-align:top; }

td						{ vertical-align: top; }
td.headline2	{ font-weight:bold; padding-top: 0.5em; }
td.spalte1		{ font-weight: bold; }


h1, th				
{ 
	font-size: 1.2em; 
	color: #FFFFFF; 
	background-color: #000066; 
	text-align: center; 
	font-weight:bold;
	padding: 0.1em;
}
h1	{	margin-bottom: 0.5em; }

h2	{ color: #000066; align="center"; font-size: 1.4em; }

.menuetext		{ font-size: 20px; vertical-align:middle;}

		/* Definitionen für das Menü 2. Ordnung (oben in der content-Seite) */
.menu2text  	{ vertical-align: middle; }
.menu2active	{ font-weight: bold; }

.title1				{ font-size: 2.1em; font-weight: bold; float: left; }
.title2				{ font-size: 1.4em; font-weight: bold; float: left; clear: left; }

.small				{ font-size: 0.85em; }
