/*Titel und Hintergrund*/
div.titel   {position:absolute;  background-image:url(../grafik/back.jpg); top:0px; left:0px; z-index:1; height:333px; width:364px; margin:0px}
/*Überschrift*/
div.headline  {position:absolute;  top:07px; left:168px; z-index:4; height:333px; width:700px; margin:0px}
div.iehead  {position:absolute;  top:37px; left:167px; z-index:4; height:333px; width:700px; margin:0px}

/*Navigation*/
div.seite   {position:absolute; top:0px; left:0px; z-index:2; margin:0px; width:158px}
/*Seiteninhalt*/
div.content  {position:absolute; top:120px; left:170px; z-index:5; margin-bottom:160px; height:100%; width:630px}
/*Linie*/
div.linie {position:absolute; background-image:url(../grafik/linien.gif); top:86px; left:14px; z-index:4; height:14px; width:780px;}

/*Rand in Farbe
div.rand {position:absolute; background-color: #CCCCCC; top:-15px; left:-400px; z-index:0; margin:0px; height:615px; width:400px}
/*Rand in Farbe (erzeugt ungewollte scrollbalken)
div.rand2 {position:absolute; background-color: #C0C0FF; top:-15px; left:800px; z-index:0; margin:0px; height:615px; width:400px}

/*oberer Bereich Weiß (wg. Hintergrund)
div.weiss1 {position:absolute; height:615px; width:800px; background-color:white; top:0px; left:0px; z-index:0;}
/*unterer Bereich Weiß
div.weiss2 {position:absolute; top:495px; left:-170px; height:10%; width:800px; background-color:white; z-index:-1;}

/*Navi-Elemente für lahme IE's*/
div.normal {left:0px;}
div.check {left:10px;}

#n0 {position:absolute; top:0px; left:0px;}
#n1 {position:absolute; top:111px;}
#n2 {position:absolute; top:152px;}
#n3 {position:absolute; top:193px;}
#n4 {position:absolute; top:234px;}
#n5 {position:absolute; top:275px;}
#n6 {position:absolute; top:316px;}

/*Alles in der Mitte, bitte*/
body {
  text-align: center;
	background: #FFFFFF;
  overflow:-moz-scrollbars-vertical;
  }

#container {
  position: relative;
	top: -15px;
	margin: 0 auto;
	width: 800px;
  text-align: left;
	}

a,h1,h2,h3,em,p,li,td,th,u,blockquote,legend {font-family: Arial, Tahoma, Verdana, sans-serif; text-decoration: none; color: #000000;}
p,h3,li,em,u,blockquote,legend {font-size: 14px;}
h1,h2,h3,em {font-weight: bold;}
/*erste Überschrift*/
h1    {font-size: 22px; color: #000033;}
/*extragroße Schrift*/
h1.extrafett {font-size: 28px;}
/*zweite Überschrift*/
h2       {font-size: 18px;}
/*Listenformat*/
li         {line-height:1.4em}

u  {text-decoration:underline}

/*Verkleinerte Abstände*/
*.nixob  {margin-top: 0px;}
*.nixunt {margin-bottom: 0px;}
*.nixnix {margin-top: 0px; margin-bottom: 0px;}

/*Mehr Abstand*/
*.abstand {margin-top: 5px;}

/*Fette Schrift*/
*.fett {font-weight: bold;}

/*Tabellenangaben (mal schauen)*/
td        {font-size: 13px;}
th        {font-size: 13px; font-weight: bold;}

/*Links im Fließtext*/
p a:link    {color: #000099; text-decoration: underline}
p a:active  {color: #FF0000; text-decoration: none}
p a:visited {color: #000066; text-decoration: none}
p a:hover   {color: #000099; text-decoration: underline}
