<!--

/*
	CSS-General Information für
	alle Plattformen

	History
	06/2002 - AB - created + adapted
*/

/*
 Vorgaben Design:

 dunkelgruen (dg):
Grün für Hintergrund und Text: 002200
Grün für Hintergrund in der Biografiesuche und Biografien der Woche: 
1E3C1E
Beige für Hintergrund im Fliesstextfenster: FFFBE3
Rahmendes Fliesstextfensters: 3E5D39
Grau der Links im Fliesstext: 666666

Farben fuer Schwarz-weiss (swp):
fastschwarz #333333
dunkelgrau #787878
mittelgrau #AEAEAE
hellgrau #CECECE

*/

body.standard
{
/* IE, NN, Mozilla, Opera == ok */
	/*background-color : #333333;*/
	background-color : #FFFFFF;
}

.box
/* Rahmen der Boxen */
{
/* IE, NN, Mozilla, Opera == ok */
	background-color : #CECECE;
}

.boxbright
/* hervorgehobener Boxrahmen */
{
/* IE, NN, Mozilla, Opera == ok */
/* Rahmen hell */
	background-color : #AEAEAE;
}

.line
{
/* IE, NN, Mozilla, Opera == ok */
	background-color : #787878;
	/*background-color : #3E5D39;*/
}

.werbeblock
{
/* IE, NN, Mozilla, Opera == ok */
	background-color : #FFFFFF;
}

.text
/* Fontsize -> siehe specific_xx.css */
{
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	color : #555555; 
	/* color : #333333; */ 
	background-color : #FFFFFF;
	line-height : 130%;
	/* color : #555555; */ 
}

.text hr	{ height:1px; width:414px; color:#CCCCCC; }

A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

A:hover
{
	text-decoration : underline;
}

A:visited
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

A:active
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

.textbg
/* Hintergrund wie .text nur ohne Text */
{
	background-color : #FFFFFF;
}

.top
/* Hintergrund wie .text nur ohne Text */
{
	background-color : #FFFFFF;
}

.header
{
/* Fontsize -> siehe specific_xx.css */
	font-family : Verdana;
	font-size : 14px;
	color : #555555; /* #333333; */
	background-color : #FFFFFF;
	font-weight : bold;
}

.boxtext
/* Text in Boxen mit hellerem/hervorgehobenem Hintergrund (z.B. Top20) */
{
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	color : #333333;
	background-color : #FFFFFF;
	line-height : 130%;
}

.boxtext A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

.boxtext A:hover
{
	text-decoration : underline;
}


.backtext
/* Text auf dem Hintergrund (ausserhalb der Textfelder) */
{
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	color : #787878;
	background-color : #FFFFFF;
	line-height : 130%;
}

.backtext A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

.backtext A:hover
{
	text-decoration : underline;
}


/* Styles fuer Buttons */
.buttontable {}
.buttonborder { background-color:#787878;}
.buttontext
/* Fontsize -> siehe specific_xx.css */
{
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	color : #787878;
	/*background-color : #CECECE;*/
	line-height : 130%;
}

.buttontext A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	text-decoration : none;
}

.buttontext A:hover
{
	color : #333333;
}

.buttontext A:visited
{
/* IE, NN, Mozilla, Opera == ok */
	text-decoration : none;
}

.buttontext A:active
{
/* IE, NN, Mozilla, Opera == ok */
	color : #787878;
	font-weight : bold;
	text-decoration : none;
}

.buttontable-cur {}
.buttontable-cur .buttonborder { background-color:#333333;}
.buttontable-cur .buttontext {
	color : #555555;
	font-weight : bold;
	/* background-color : #AEAEAE; */
}
.buttontable-cur A:link
{
/* IE, NN, Mozilla, Opera == ok */
	color : #555555;
	font-weight : bold;
	text-decoration : none;
}
.buttontable-cur A:hover
{
	color : #333333;
}

.buttontable-cur A:visited
{
/* IE, NN, Mozilla, Opera == ok */
	color : #555555;
	font-weight : bold;
	text-decoration : none;
}

/* Formular-Schaltflächen */ 
input.submit 
{
	height:17px;
	width:128px; 
	text-align:left;
	padding-left:6px;
	font-family : Verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#787878;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#787878; 
}

/* Formular-Schaltflächen im rechten menu */ 
td.leftmenue input.submit 
{
	height:17px;
	width:280px; 
	text-align:left;
	padding-left:6px;
	font-family : Verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#787878;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#787878; 
}


//leftmenue
//top
//navigation
//mid
//bot
//bild

//-->