body {
	background-color: #D8D8D8;
	font-size: 10px;
	font-family: Arial Unicode MS, Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0D3765;
} 

a:hover {
	text-decoration: underline;
	color: #f00;
}

/*
Gesamte Seite einrichten
*/
#page {
	color: #3F3F3F;
	width:auto;
/*
	width: 78em;
*/ 
  height: 80%;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
/*
	border-left:    5px solid #CCC;
	border-right:   5px solid #CCC;
	border-bottom:  5px solid #CCC;
*/
}

/*
Kopfzeile / Tab-Bereich gestalten
*/
#header, #vis {
	padding: 0; margin: 0;
  height: 100% !important;
  max-height: 20em !important;
/*  margin-top: 5px; */
  width: 100%;
/*
	width: 78em; 
*/
	position: static;
}

#header {
	background: #FF4B32 url("gradient.png") no-repeat scroll;
/*#134A86*/
}

#logo {
  width: 150px;
	height: 75px;
	display: block;
	margin-left: 0em;
	margin-top: 0em;
/*	top: 10%; */
	background: transparent url("InFoe_2x1_03.png");
	position: relative;
}

/*
Haupbereich
*/
#content {
	background-color: #fff;
	padding: 5;
	margin-top: 4em;
	padding-bottom: 4em;
	margin-left: 20%;
	width: 57%;
/*
	width: 45em;
*/
}

#content p, #content pre, #content td {
  	font-size: 1.2em;
}

#content ul, #content ol {
  	font-size: 12px;
}


#content table.quickref{
  width: 80%;
/*
  width: 45em;
*/
}

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}

#content table td {
  padding-right:  6px;  
  padding-bottom: 12px;  
}






#content textarea {
  width: 80%;
  height: 25em;
/*
  width:50em;
  height:30em;
*/
  font-family: monospace;
}

#content h1 {
  font-size: 1.7em;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  font-size: 1.2em;
}

#content ul {
  margin-left:0;
	padding-left:2em;
}

div#content { 
  min-heigt: 25%;
/*
	min-height: 35em;
*/
}

#sidebar {
  float: left;
  width: 12%;
/*
	width: 20em;
*/
	margin: 0;
	padding: 4.5em 2em 2em 3em;
}

#sidebar p, #sidebar li, #sidebar ol{
	font-size: 1.1em;
}

#sidebar ul { list-style:none; padding:0px; margin:0px; }
#sidebar li { margin:0px; margin-bottom: 0.2em;padding-left: 0.6em; }

#suptitle p, #suptitle ul {
	font-size: 1.1em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}


#menu ul {
  position: relative;
  width: 80%;
/*  
  width: 49em;
*/
	margin: 0;
	padding: 0;
	bottom: 5%;
	left: 13%;
/*
	left: 24em;
*/
	}

#menu ul li {
  position: relative;  
	display: inline;
	margin: 0 0.5em 0 0;
	font-size: 1.0em;
}

#menu ul,
#menu ul li a {

	padding: 0.5em 1em 0.5em;
	margin: 0 0.5em;
}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
/*Schriftfarbe
	color: #fff;
*/
	margin: 0;
/*Rahmengröße und -farbe für Tabs*/
  border-top:     0.25px solid #CCC;
	border-left:    0.25px solid #CCC;
	border-right:   0.25px solid #111;

	}

/*Einstellungen für überfahrene Tabs, deren Seite nicht aktiviert ist*/
#menu ul li a:hover {
/*Hintergrundfarbe für überfahrene Tabs*/
	background: #fff;
/*Schriftgröße für überfahrene Tabs*/
	font-size: 1em;
/*Hintergrundfarbe für überfahrene Tabs*/
	text-decoration: underline;
/*Schriftfarbe für überfahrene Tabs*/
	color: #012;
/*Textabstand*/
	margin: 0px;
/*Rahmengröße und -farbe für überfahrene Tabs*/
  border-top:     0.25px solid #CCC;
	border-left:    0.25px solid #CCC;
	border-right:   0.25px solid #111;
	
	}

/*Einstellungen für überfahrene Tabs, deren Seite aktiviert ist*/
#menu ul li .here a, #menu ul li .here a:hover {
/*Schriftfarbe für überfahrene Tabs*/
  color: #FF0000;
/*
	color: #134A86;
*/  
	background: #9999ff;
    /*Hintergrundfarbe für überfahrene Tabs*/
/*	text-decoration: blink;*/

/*Schriftgröße für überfahrene Tabs*/
	font-size: 1em;
/*Rahmengröße und -farbe für überfahrene Tabs*/
  border-top:     0.25px solid #ddd;
	border-left:    0.25px solid #ddd;
	border-right:   0.25px solid #111;

	}


#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: right;
	width:77%;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

.clear {
  clear: both;
}
