/***************************************************/
/* Screen-Stylesheets (alle Browser) */
/***************************************************/



/**************************************/
/* Grundlegende Eigenschaften */
/**************************************/


/* Hintergrundfarbe für jede Seite */


HTML 
{
	WIDTH:100%; 
	HEIGHT:100%;
}

BODY 
{
	WIDTH:100%; 
	HEIGHT:100%;
	PADDING-RIGHT:0px; 
	PADDING-LEFT:0px; 
	PADDING-BOTTOM:0px; 
	PADDING-TOP:0px;
	MARGIN:0px; 
	background-color:#9192A2;
}


TABLE.aussen 
{
	WIDTH:100%; 
	HEIGHT:100%;
}



TABLE.innen 
{
	MARGIN-LEFT:auto; 
	MARGIN-RIGHT:auto; 
	background-color:#09092F;
	width:900px; 
	height:570px;
}

.rechts
{
		text-align:right;
}


/**************************************/
/* Inhaltstabellen und Zellen */
/**************************************/

.dunkelblau 
{
		background-color:#09092F;
}

.mittelblau 
{
		background-color:#333357;
}

.hellblau 
{
		background-color:#A7A7B3;
}





/**************************************/
/* Texte */
/**************************************/

/* Standardschrift für alle Zellen */
td
{
		font-family:arial,sans-serif;
		font-size:11px;

		color:#FFFFFF;
		line-height:160%;
}

/* Ausrichtung für Menülinks rechtsbündig  */
.menue
{
		text-align:right;
}

/* Ausrichtung für Menülinks vertikal mittig  */
.menuemittig
{
		vertical-align:middle;
}

/* Zeilenabstand für untere Menülinks  */
.zeilenabstandmenue
{
		line-height:180%;
		vertical-align:top;
}

/* Headline */
.head 
{
		font-size:13px;
		font-weight:bold;
}


.themen
{
	display:none;
	color: #FF0000;
}




/**************************************/
/* Links */
/**************************************/


/* Standardlink */
a 
{
		color:#7B7B9F;
		text-decoration:none;
}

a:hover 
{
		color:#FFFFFF;
		text-decoration:none; 
}

a.klenkfilm
{
		color:#FFFFFF;
		text-decoration:none;
}

a.klenkfilm:hover
{
		color:#A7A7B3;
		text-decoration:none; 
}



a.fusszeilenlink 
{
		color:#A7A7B3;
		text-decoration:none;
		line-height:100%;

}


a.fusszeilenlink:hover 
{
		color:#333357;
		text-decoration:none;
}

a.menuelink 
{
		color:#FFFFFF;
		text-decoration:none;
		line-height:150%;	


}


a.menuelink:hover 
{
		color:#09092F;
		text-decoration:none;
}


/**************************************/
/* Elemente in Formularen */
/**************************************/


/* Buttons in Formularen */
input.button 
{
		font-family:arial,sans-serif;
		font-size:11px;
		color:#09092F;
		border-width:1px;
		border-style:solid;
		border-color:#bbbbbb;
		background-color:#E6E7E8;
		height:19px; 
		width:192px;
}

/* Einzeilige Formularfelder */
input 
{
		font-family:arial,sans-serif;
		font-size:11px; 
		color:#000000;
}

/* Mehrzeilige Texteingabefelder */				
textarea 
{
		font-family:arial,sans-serif;
		font-size:11px; 
		color:#000000;
}