  body {
    color: black; 
	background-color: #f2f2f2;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 0 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	border: 0px;
  }

  div#Seite {
    background: #ffffff url(../gfx/border_right.png) no-repeat top right;
    /* text-align: left;     Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 264px;
    padding: 0;
    border: 0px ridge silver;
  }

  h1 {
	color: #fddddc;
	height: 197px;
/*	background: #fed url(../../../src/logo.gif) no-repeat 100% 45%; */
    margin: 0 0 0em; padding: 0em;
	text-align: left;
    border: 0px ridge yellow;
  }
  
  div#TopContentP{
    color: #fddddc;
	margin: 0px auto auto 258px;
	border: 1px ridge black;
	width: 448px; height: 182px;
	line-height: 14px;
	float:left;
  }

  div#Info {
  	/* position:fixed; top:45px; left:430px; width:150px; height:150px; background-color:#afa; */
    width: 240px;
	height: 360px;
	font-size: 0.9em;
    float: right; 
	margin-right: 25px;
	margin-top: 34px;
	/* padding-right: 10px;  */
    border: 0px ridge silver;
	background-color: #ffffff;
  }
  div#Info h2 {
    font-size: 1.23em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0.9em;;
    margin: 0.5em;
  }

  div#Inhalt {
	width: 466px;
	margin: 0px auto auto 250px;
    /* margin-left: 250px; */
	/* margin-top: 0px; */
    /* padding: 0 1em; */
	border: 0px ridge silver;
	/* background-color: #fddddc; */
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
	background: url(../gfx/bg_header.png) no-repeat top;
	line-height: 34px;
    font-size: 1.1em;
    margin: 0 0px;
	padding-left: 10px;
    color: #333333;
	/* border: 0px ridge silver; */
  }
  div#Inhalt p {
    font-size: 0.9em;
    /* margin: 1em 0; */
  }
  
  div#Inhalt p a{
    text-decoration: none;
  }
  
  div#Inhalt p a:hover{
    text-decoration: underline;
  }

  div#Inhalt table {
	width: 460px;
	border: 3px solid #000000;
	/* border-color: #fddddc; */
    font-size: 0.9em;
    vertical-align: top;
	empty-cells: hide;
  }
  
  div#Inhalt table tr { 
	line-height: 20px;
	border: 1px solid red;
	overflow: hidden;
  }
  
  div#Inhalt table td { 
	border: 1px solid red;
	vertical-align: top;
	overflow: hidden;
	padding: 2px;
  }
  
  div#Inhalt table th { 
	border: 1px solid #fddddc;
	vertical-align: top; 
	overflow: hidden; 
  }

  
  div#Inhalt ul {
	list-style: url(../gfx/ul.png) disc;
	font: normal 12px Arial;
  }
  
    div#Inhalt ul a, a:visited{
	list-style: url(../gfx/ul.png) disc;
	font: normal 12px Arial;
	color: black;
	text-decoration: none;
  }
  
	div#Inhalt ul a:hover{
	padding-left: 3px;
	text-decoration:underline;
}
  

  p.Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; 
	padding: 5px;
    text-align: center;
    background: #f2f2f2 url(../gfx/ifooter.png) no-repeat;
  }
  
  p.Fusszeile a, a:visited {
    font-size: 1em;
    color: #000000; 
	text-decoration: none;
  }
  
  p.Fusszeile a:hover {
	text-decoration: underline;
  }
  
 
.arrowsidemenu{
	padding-left: 52px; padding-right: 18px;
	background: #ffffff url(../gfx/logo_ender.png) no-repeat;
	width: 165px; /*width of menu*/
	min-height: 500px;
	float: left;
}

.arrowsidemenu div a{ /*header bar links*/
	padding-left: 51px; padding-right: 29px;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../gfx/arrowgreen.gif) 100% 0;
  	height: 27px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 32px;
	line-height: 27px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu table a{ /*header bar links*/
	border: 0px ridge red;
	padding-left: 38px; padding-right: 29px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	
.arrowsidemenu table a:link, .arrowsidemenu table a:visited{
	color: #000000;
}

.arrowsidemenu table a:hover{
	text-decoration: underline;
}

p.gebu { 
	font: normal 9pt Arial;	
	color: black;
}

p.gebu a { 
	font: bold 9pt Arial; 
	color: black;
	text-decoration: none;
}

p.gebu a:hover { 
	font: bold 9pt Arial; 
	color: black;
	text-decoration: underline;
}

