/* DATEI: style.css */


/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */


body {
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
/*	background-image : url(image/Hintergrund.jpg); */
/*	background-attachment : fixed; */
/*	background-repeat : no-repeat; */
/*	background-position : bottom; */
}

/*background-image: url("image/Hintergrund .jpg");*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

.iv {font-family:Verdana, Arial; font-size:1px; color:#FFFFFF;}

.tablemenu
{
	table-layout : fixed;
	font : normal;
	border-bottom-style: solid;
	border-bottom-width : thin;
	border-bottom-color : #D3D3D3;
}

.tablemenu1
{
	table-layout : fixed;
	font : normal;
	border-top-style: solid;
	border-top-width : thin;
	border-top-color : #D3D3D3;
}

.tablemain
{background-image: url("image/Hintergrund.jpg");
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;}
	
.table
{background-image: url("image/banner_lang1.jpg");
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;}
	

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-size: 11px;
	color: Navy;
	line-height: 15px;
	font-family: Verdana,Arial,Helvetica;
}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:20pt; color:#848284
; }

/* font-size = Schriftgroesse */
/* 20pt = 20Punkt, Wert aenderbar */

h2 { font-size:18pt; color:#848284
; }

/* font-size = Schriftgroesse */
/* 18pt = 18Punkt, Wert aenderbar */

h2.i {
	font-size:18pt;
	color:#848284;
	font-style : italic;
}

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, kursiv, Wert aenderbar */


h3 { font-size:16pt; color:#848284
; }

/* font-size = Schriftgroesse */
/* 16pt = 16Punkt, Wert aenderbar */

h3.i {
	font-size:16pt;
	color:#848284;
	font-style : italic;
}

/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, kursiv, Wert aenderbar */

h4 {
	font-size:14pt;
	color: #848284;
}

/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

h4.i {
	font-size:14pt;
	color:#848284;
	font-style : italic;
}

/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt, kursiv, Wert aenderbar */

h5 {
	font-size:11pt;
	color: #848284;
	font-weight : bold;
}

h5.i {
	font-size:11pt;
	color: #848284;
	font-weight : bold;
	font-style:italic;
}

/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */



pre {
	font-family:Courier New,Courier;
	font-size:10pt;
	color:#000084;
	font-weight : bold;
}

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


.klein {
	font-size: 7pt;
	color: Navy;
	font-style : italic;
}


.mittel {
	font-size: 9pt;
	color : Navy;
}

.engz {
	line-height: 14px;
}

.engz1 {
	line-height: 14px;
}

.bold {
	color: Navy;
	font-weight : bold;
}


.orange {
	color: #FF8C00;
	font-weight : bold;
}

.rot {
	color: #FF4500;
	font-weight : bold;
}

.white {
	color: White;
	font-weight : bold;
	font-size: 9pt;
}

.bhinterlegt {
	font-size:8pt;
	color:#000084;
	font-weight : bold;
	background-color : Silver;
}


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

.menu
{
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;	
}


a:link {
	text-decoration: none;
	color: Navy;
}

a:visited {
	text-decoration: none;
	color: #848284;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a:active {
	text-decoration: underline;
	color: navy;
}

/* Text Verlinkungen */ 
.lnk  {
font-size:1pt;  FONT-FAMILY: Arial,Helvetica,Univers,Zurich BT; color:#FFFFFF;
}
a.lnkkl:visited, a.lnkkl:lnkkl, .lnkkl   {
font-size:1pt;  
FONT-FAMILY: Arial,Helvetica,Univers,Zurich BT; 
color:#FFFFFF;
cursor:none;
text-decoration:none;
} 


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


/*******   WICHTIG   *******/

/* Wenn Sie diese Datei fuer Ihre persoenlichen Zwecke geaendert */
/* haben und das Dokument weitergeben oder wiederveroeffentlichen */
/* wollen, muessen Sie die Original-Einstellungen wiederherstellen */
/* Gehen Sie dazu beispielsweise folgendermassen vor: */

/* Im Verzeichnis von SELFHTML gibt es eine Datei 'wsave.css' */
/* Kopieren Sie die Datei wsave.css auf die Datei wselfhtm.css */
/* Hinterher muessen beide Dateien vorhanden sein, und beide */
/* muessen den Inhalt von wsave.css haben */



