/* CSS Document */
body {
  /*alte Hintergrundfarbe*/
 /*background-color:#99CC66;*/
 background-color:#c4d9e4;
 font-family:Arial,Helvetica,sans-serif;
}
A	{ font-weight: bold; font-size:3mm; font-family:Arial}
A:link	{ color: black; text-decoration: none;}
A:visited	{ color: #292929; text-decoration: none;}
A:hover	{ color: #153C01; text-decoration: none;}

A.navi  { font-weight: bold; font-size:3.5mm; font-family:Arial; color:#666666}

A.proje  { font-weight: normal; font-size:2.5mm; font-family:Arial}

p	{ font-size:3mm; font-family:Arial}

Table { font-size:3mm; font-family:Arial} 

img { border:0;}

/* Hauptfenster */
#main {
  /*background-color:#FFFF66;*/
  background-color:#FFFF99;
}

/* Wechselnde Inhalte rechts neben Hauptfenster */
#navi2 {
}

/* Div indem ein div zur positionierung des Logos ist */
#logo {
}


