.clear {
  clear: both;
}

body {
	background-color: #001D60;
	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: antiquewhite;
} 

a:hover {
	text-decoration: none;
	color: antiquewhite;
}

/*
Gesamte Seite einrichten
*/
#page {
	color: antiquewhite;
	width:100em;
  height: 100%;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	background-color: #001D60;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: antiquewhite;
} 

a:hover {
	text-decoration: none;
	color: antiquewhite;
}

/*
Kopfzeile / Tab-Bereich gestalten
*/
#header, #vis {
	padding: 0; margin: 0;
  height: 0em !important;
  max-height: 50em !important;
  width: 100%;
	position: static;
}

#header {
  height:0em;
  background-color: #fff;
  }

#logo {
  height:0%;
	background: ;
	position: static;
}

/*
Haupbereich
*/
#content {
  color: antiquewhite;
	background-color: #001D60;
	padding: 0;
	margin-top: 0em;
	padding-bottom: 0em;
	margin-left: 0%;
	height: 55em;
	width: 100em;
}


#content table.quickref{
  width: 100%;
}

#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: 40%;
  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;
}

#content a { position: relative; } 

#content a:link , #content a:hover , #content a:visited{
	text-decoration: none;
	color: antiquewhite;
}


div#content { 
  min-heigt: 25%;
/*
	min-height: 35em;
*/
}

#sidebar {
  float: left;
  width: 1em;
	margin: 0;
	padding: 0em 0em 0em 0em;
}
