/* DATEI: ideg.css */
/*
	Obacht bei Kommentaren
 	"slash + stern" müssen immer mit "stern + slash" abgeschlossen werden !!!!
 	"Lattenzaun" darf nicht abgeschlossen werden!!!
*/

/* --------------------------------------------                                 */
/* --- DOKUMENT	---	                                                        */
/* --------------------------------------------                                 */
/* um das Hintergrundbild aktiv zu schalten muss eine Formatierung der Seite    */
/* wie z.B. <div class="head"> im BODY-Bereich vorgenommen werden               */
body
{
/*  background-image: url(pictures/workground.jpg); */
/*  margin-top:10px; margin-bottom:10px; */
 	font-size:.8em;  
/*  background-color:#FBF8D7;*/
	background-color:#FFFFFF;
}

/* --------------------------------------------                                 */
/* Variablendefinition 	                                                        */
/* --------------------------------------------                                 */
/* muss nach "body"-Tag stehen, da sonst Fehler!! - Body wird nicht benutzt!!  */

/* 
Variablen definieren geht nicht man kann aber klasse im html so angeben
class="cl1 cl2 cl3" und im css
.cl1{ }
.cl2{ }
.cl3{ }

ColLink=#f8e9c2;
ColWork=#fae8c0;
ColView=#65ce61;
ColBg=#f0e47e;
*/

/* --------------------------------------------                                 */
/* ---  HEAD ---	                                                        */
/* --------------------------------------------                                  */
/* Ab hier dürfen keine Kommentarzeilen gemacht werden !!!!  */
h1
{
  font-family:Georgia,Arial,sans-serif;
    font-size:14pt;
    font-weight:bold;
   	color:navy;
}
h2
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:12pt;
    font-weight:bold;
   	color:navy;
    }
h3
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    color:navy;
    }
h4
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:4pt;
    font-weight:bold;
    }
h5
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
h6
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:4pt;
    }
li
    {
    font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    }
div
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
div.klein
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;

    }
div.center
	{
	vertical-align: middle;
	text-align: center;
	}
div.pictures
    {
    position:fixed;
    }
div.copyright
  {
  position:fixed;
  bottom:5%;
  }
div.text
    {
/*   top:200pt;*/
/*    left:200pt;*/
    float: right;
    width: 25%;
    border: thin silver solid;
    margin:5pt;
    padding: 5pt;
    text-align: center;
    }
object.text
    {
    top:10pt;
    left:100pt;
    width:400pt;
    height:40pt;
/*   float: right;*/
/*   width: 25%;*/
/*   border: thin silver solid;*/
/*   margin: 5pt;*/
/*   padding: 5pt;*/
/*   text-align: center;*/
    }
th
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align: Left;
    color:#707070;
	background-color:#f0e47e;
    }

tr
{
 background-color:transparent;
}
td
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:normal;
    text-align: Left;
    color:#707070;
    background-color:transparent;
    }

address
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
blockquote
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
nobr
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
b
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    }
b.ideg
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
/*    color:#f8e9c2;*/
    }
b.navy14
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:14pt;
    font-weight:bold;
    color:navy;
    }
b.navy12
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:navy;
    }
b.navy10
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    color:navy;
    }
i
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-style:italic;
    color:red;
    }
i.imp
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-style:italic;
    color:red;
    }
i.copyright
{
  color:red;
  vertical-align:bottom;
}
p
{
    font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:black;
}
p.bg
{
    font-family:Arial,sans-serif;
    font-size:8pt;
    font-weight:normal;
    color:#707070;
    background-color:#f0e47e;
}
p.imp
{
    font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:#707070;
    background-color:transparent;
}   
p.a00
{
    font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:#707070;
    background-color:#FEFEA9;
}   
p.a01
{
    font-family:Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#707070;  
    margin: 3mm 3mm 3mm 3mm;
    background-color:#FBF8D7;
} 
table.a00
{
	border: solid 1px #F1ED4B;
	background-color:#FEFEA9;
}
th.a00
{
	font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-align: Left;
    color:#5759D5; 
    background-color:#FEF49B;
}
td.a00
{
	font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:normal;
    text-align: Left;
    color:#707070; 
    text-align:justify;
    background-color:#FEFEA9;
    border-bottom: solid 1px #F1ED4B;
}
table.produkt
{
	border: solid 1px #F1ED4B;
	background-color:#FEFEA9;
}
th.produkt
{
	font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-align: Left;
    color:#5759D5;
    background-color:#FEF49B;
}
td.produkt
{
	font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:normal;
    text-align: Left;
    color:#707070; 
    text-align:justify;
    background-color:#FEFEA9;
    border-bottom: solid 1px #F1ED4B;
}    
tr.produkt
{
	font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:normal;
    text-align: Left;
    color:#707070; 
    text-align:justify;
    background-color:#FEFEA9;
    border-bottom: solid 1px #F1ED4B;
} 

table.kont
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:10pt;
    font-style:normal; 
    text-align: Left;
    background-color:transparent;
    color:black;
    }        
    
td.kontHead
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:16pt;
    font-style:bold; 
    font-weight:400;
    text-align: Left;
    color:navy;
    background-color:transparent;
    
    }  
td.kontH2
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:12pt;
    font-style:normal; 
    font-weight:bold;
    text-align: Left;
    color:navy;
    background-color:transparent;
    
    }  
td.kontH3
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:11pt;
    font-style:normal; 
    font-weight:bold;
    text-align: Left;
    color:navy;
    background-color:transparent;
    
    }  
    
td.kontTxt
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:9pt;
    font-style:normal; 
    text-align: Left;
    background-color:transparent;
    color:black;
    }      
    
    
table.kontakt
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:8pt;
    font-style:bold; 
    text-align: Left;
    background-color:transparent;
    }        
td.kontakt
    { 
    font-family:Georgia,Arial,sans-serif; 
    font-size:8pt;
    font-style:bold; 
    text-align: Left;
    background-color:transparent;
    }    
    
    
p.produkt
{
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    color:#707070; 
    text-align:justify;
    background-color:#FEFEA9;
    border-bottom: solid 1px #F1ED4B;
}
p.zitat
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-style:italic;
    color:grey;
    }
a.kursiv
{
	font-family: Arial,sans-serif;
	font-size:8pt;
	font-style:italic;
}
a.imp
{
	font-family: Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:red;
}
a.text
{
	font-family: Arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a.klein
{
	font-family: Arial,sans-serif;
	font-size:6pt;
	font-style:normal;
	
}
a.kleinprint
{
	font-family: Arial,sans-serif;
	font-size:1.0em;
	font-style:normal;
}
a.sprache
{
	font-family: Georgia, "Times New Roman",Times, serif;
	font-size: 8pt;
	font-weight:normal;
}
a.sprache:hover
{
	font-family: Georgia, "Times New Roman",Times, serif;
	color:white;
	background-color:navy;
	text-decoration:none;
}
a.sprachakt
{	
	font-family: Georgia, "Times New Roman",Times, serif;
/*	background-color:navy; */
/* font-size:10pt; */
    font-weight:bold;
    color:navy;
    
}
a.Headline
{
	font-family: Georgia,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: navy;
	background-color:#f0e47e;
	text-decoration:none;
}
a.Headline:hover
{
	
	text-decoration:none;
	font-family: Georgia,Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: navy;
	background-color:#f0e47e;
	background-color: #f8f3c4;
	text-decoration:none;
}
a.weiter
{
	font-family: Georgia,Arial,sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color:navy;
	text-decoration:none;
}
a.weiter:hover
{
	
	text-decoration:none;
	font-family: Georgia,Arial,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: navy;
	background-color:#f0e47e;
	background-color: #f8f3c4;
	text-decoration:none;
}
h1.head
{
  font-family:Georgia,Arial,sans-serif;
  font-size:10pt;
  font-style:normal;
  /* text-decoration:underline; */
  color:navy;
}
h2.head
{
  font-family:Georgia,Arial,sans-serif;
  font-size:8pt;
  font-style:normal;
  /* text-decoration:underline; */
  color:navy;
}
h5.head
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color: navy;
    }  
h6.head
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:7pt;
    font-weight:normal;
    color: navy;
    }
div.head
    {
  position:fixed;
  top:40%;
  left:30%;
    }

th.imp
{
	color:#707070;
	background-color:transparent;
}
td.imp
{
	font-weight:normal;
	color:#707070;
	background-color:transparent;
}

th.main
{
    font-family:Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align: Left;
	background-color:transparent;
}
td.main
{
    font-family:Georgia,sans-serif;
    font-size:10pt;
    text-align: Left;
    color: black;
    background-color:transparent;
}
th.menu
{
	font-weight:bold;
    text-align: left;
    vertical-align:middle;
}
td.menu
{
    font-family:Georgia,sans-serif;
    font-size:8pt;
    font-style:oblique;
    font-weight:bolder;
    text-align: left;
    vertical-align:middle;
    background : #FEFEA9;
    color: navy;
}
.print
{
	background : #ffffff;
}
th.print
    {
    font-family:Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align: Left;
	background-color:#65ce61;
    }

td.print
    {
    font-family:Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align: Left;
    background-color:#fae8c0;
    }
.mailer
{
	background-color : transparent;
}
.register
{
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#505050;
	background : transparent;

} 
.text
{
    font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    text-align: Left;
 }
span.text
{
    font-family:Georgia,Arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    text-align: Left;
    color: black;
 }
span.stern
    {
    font-family:Georgia,Arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align: Left;
    color:#ff0000;
    vertical-align : super;
}
