/* CSS Document */
/* Zentrierungs-Dummy */
#Pixel {
	background-color: #fff;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: visible;
}
body {
	color: white;
	background-color: #fe9e18;
	font-size: 12pt;
	font-family: georgia, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 97%;
	height: 97%;
	overflow: auto;
}
div#Box {
	width: 58em;
/*	high: 50em;  i.O.!!*/
  max-height: 244px;
	position: absolute;
	margin-left: -29em;
	margin-top: -17.5em;
}
h1.Box {
	font-size: 1.5em;
	margin: 0 0 0.7em;
	padding: 0.3em;
	text-align: center;
}
	/*border: 2px ridge yellow;
*/
ul#Navigation {
	font-size: 0.85em; /*0.83em;*/
	float: left;
	width: 14%;
	margin: 0 0.0 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
}
	/* width: 18em;
	border: 2px dashed silver;
*/
ul#Navigation li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}
ul#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	text-decoration:none;
}
ul#Navigation a:link {
	color: white;
	background-color: #fe9e18;
}
ul#Navigation a:visited {
	color: white;
	background-color: #fe9e18;
}
ul#Navigation a:hover {
	color: white;
	background-color: #552300;
}
ul#Navigation a:active {
	color: white;
	background-color: #552300;
}

/* Dummy-Logo-Box  neu:070526*/
div#Logo {
	width: 100%; /*2.95em;*/
	height: 100%;
	overflow: visible;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

/*die erste Angabe bedeutet den Abstand für oben und unten, die zweite den Abstand für rechts und links.  die erste Angabe bedeutet den Abstand für oben, die zweite den Abstand für rechts und links und die dritte den Abstand für unten.  die erste Angabe bedeutet den Abstand für oben, die zweite den Abstand für rechts, die dritte den Abstand für unten und die vierte den Abstand für links.      */
div#Inhalt {
	width: 640px;
	background-image: url(box640x1.jpg);
	margin: auto; padding: 0 0.025em 7.5em; float: left;

}
/*padding: 0 1em;
border: 2px dashed green;		border: 2px dashed green;
	margin: 2px;
	10.9em;
	background-image: url(inh512x1.jpg);
  height: 100px;
*/

div#Inhalt h1 {
  font-size: 1.5em;
	margin: 0 0 1em /*2px 0 0.5em;*/
}
div#Inhalt h2 {
	font-size: 1.2em; margin-bottom: 0.25em;
/*	margin: 0.2em 0;*/
}
div#Inhalt p {
	font-size: 1em;
/*	margin: 1em 1em;*/
}

div#Info {
	width: 16%;
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	overflow: hidden;
/*	border: 1px dashed silver;	font-size: 0.9em;*/
}

/*
div#Info p {
	font-size: 1em;
	margin: 0.00em;
}

/* Dummy-Logo-Box*/
/*div#Logo {
	width: 3.1em; /*2.95em;*/
/*	height: 0.9em;
	overflow: visible;
	font-size: 5.95em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*	font-style:italic;border:1px dashed silver;
	font-weight:bold;*/
/*	font-family: 'Comic Sans MS','arial narrow';
	text-align: center; border-left-width:12px;
}
	/*float: right; ;*/


/* Dummy-Bild-Box*/
div#Pics {
/*	position: relativ; top: 0px; left: 0px;*/
  height: 132px;
	width: 132px;
	overflow: hidden;
	text-align:center; vertical-align:middle;
/*  border-left: 3px solid white;border: 1px dashed silver;
	border-top: 3px solid white;  text-decoration:none;*/
  border-width:6px; border-color:#fe9e18; border-style:outset;
	margin: 0px 0px 6px 0px;
}
div#Pics a {
	color:white;
	background-color:#fe9e18;
  text-decoration:none;
}

div#Pics a:link {
	color:white;
	background-color: #fe9e18;
/*  text-decoration:none;*/
}

div#Pics a:visited {
	color: white;
	background-color: #fe9e18;
/*  text-decoration:none;*/
}
div#Pics a:hover {
	color: white;
	background-color: #fe9e18;
/*  text-decoration:none;*/
}
div#Pics a:active {
	color: white;
	background-color: #fe9e18;
/*  text-decoration:none;*/
}
