/* DATEI: styles.css */


body
	{ background-color: #000110 }



/******************/
/* Schriftarten:  */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,blockquote,nobr,b,i,address
	{ font-family: Arial,Helvetica,sans-serif; }
	


/*******************/
/* Schriftfarben:  */
/* weiss:  */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i,address	
	{ color: #FFFFFF; }


/* gelb:  */

h5,h6,a:link,address 
	{ color: #FFCC00; }



/* dunkelgelb:  */

a:visited
	{ color: #FFCC00; }


/* rot:  */

a:active,a:hover
	{ color: #FFCC00; }
	


/******************/
/* Schriftgrössen */
/* normaler Text */

p,ul,ol,li,div,td,th,nobr,b,i
	{ font-size: 10pt; }



/*****************/
/* Überschriften */

h1 
	{ font-size: 18pt; }


h2 
	{ font-size: 16pt; }


h3	
	{ font-size: 12pt; }


h4 
	{ font-size: 10pt; }


h5 
	{ font-size: 16pt; 
	font-weight: bold;
	text-decoration: underline; }

h6 
	{ font-size: 18pt; 
	font-weight: bold; }



/***********************************/
/* address: Adressfeld unten Links */

address 
	{ font-size: 10px;
	font-style: normal}
	
	

/*********/
/* Links */

/* a:link = Verweise zu noch nicht besuchten Seiten */
a:link
	{ font-weight: bold; 
	text-decoration: none; }


/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited
	{  font-weight: bold;
	text-decoration: none; }

/* a:active = Verweise, die gerade angeklickt werden */
a:active
	{  font-weight: bold;
	text-decoration:  none; }

a:hover 
	{ font-weight: bold;
	text-decoration:  none; }

/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */



/****************************************/
/* Formate für sichtbare Tabellenzellen */

td.tabhead 
	{ border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #000489;
	font-weight: bold;
	color: #FFFFFF; }


td.tabcell
	{ border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	font-weight: normal; }

/****************************************************/
/* Formate für sichtbare Tabellenzellen Verpackungen*/

td.tabhead2 
	{ border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #000489;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	height: 0px; }


td.tabcell2
	{ border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #000489;
	font-weight: bold;
	height: 35px; }


td.tabcell2b
	{ border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #;
	font-weight: normal;
	height: 150px; }


/**********************************/
/* Ausrichtung des Seiteninhaltes */

div.space1
	{ margin-top: 100px;
	margin-left: 100px;
	width: 600px; }

div.space2
	{ margin-top: 35px;
	margin-left: 100px;
	width: 700px;
	cellspacing: 0px; 
	cellpadding: 0px;  }

div.partner
	{ margin-top: 0px;
	margin-left: 63px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal; 
	font-weight: bold;
	font-size: 20pt;
	color: 80BDFB; }


/**********************************/
/* Textformate des Seiteninhaltes */

#intro
	{ font-size: 12pt;
	text-align: justify;
	font-weight: normal; }


#slogan
	{ font-size: 12pt;
	text-align: justify;
	font-weight: bold; }


#text
	{ font-size: 10pt;
	text-align: justify;
	font-weight: normal; }	


#mark
	{ font-size: 10pt;
	text-align: justify;
	font-weight: bold; }


#headline
	{  font-size: 34pt;
	font-weight: bold;
	color: #0000EE; }


#schatten
	{  font-size: 34pt;
	font-weight: bold;
	color: #1111FF; }

/***************************/
/* Farbe der Ausklappmenüs */

table.Layer2
	{ background-color: #1940FF; }


table.Layer3
	{ background-color: #1940FF; }


table.Layer4
	{ background-color: #1940FF; }


table.Layer5
	{ background-color: #1940FF; }


/*********************************/
/* Formate für Navigationsleiste */


td.bgnav
	{ background-color: #F61B05; }

.itemBorder
	{ border: 1px solid blue }

.itemText
	{ text-decoration: none;
	color: #FFFFFF;
	font: 12px Arial, Helvetica; }


/*********************************/
/* Formate für Navigation (Sub) */

#navhead
	{ font-size: 16pt; 
	font-weight: bold;
	color: FFFFFF;
	text-decoration: underline; }
	

#navhead2
	{ font-size: 8pt; 
	font-weight: normal;
	color: FFFFFF;
	text-decoration: underline; }
	

#navactive
	{ font-weight: bold;
	color: FFFFFF;  }

