html, body {
	background-color: white;
	background: url(hintergrund_.gif) no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  text-align: justify;
}

#header {
	width: 988px;
	margin-bottom: 12px; /* 22px */
	_margin-bottom: 8px;
}

#header.spacer {
  min-width: 644px; /* 484px */
}

#header img {
	border: 0 none;
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav {
	background: url(g_element_lio_.gif) no-repeat;
	width: 100%;
	min-width: 890px;
	_width: 890px; /* 770px */
}

#container {
	margin: 0 0 0 49px;
}

.menustyle, #menu {
	background: #69C;
	border-left: 6px solid #369;
	width: 120px;
	min-width: 120px;
	_width: 120px;
}

#menu {
	font-size: 12px;
	padding: 10px;
	padding-top: 0;
}

#menu li {
	font-weight: bold;
	margin: 10px 0 0 0;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover, #menu {
	color: #036;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#linepane {
	width: 20px;
	min-width: 20px;
}

#linepane img {
	display: block;
/*	float: right;*/
}

#contentpane {
	border: 2px solid #69C;
	border-left-width: 0;
	border-bottom-width: 0;
}

#content {
	margin: 0;
	padding: 10px 30px 10px 20px;
	width: 720px; /* 560px */
	min-width: 720px; /* 560px */
	color: #666;
	min-height: 300px;
	/* IE-Hack, der vom CSS-Validator ausgegebene Fehler ist falsch. Dieser Hack ist valide. */
	_height: 300px;
}

* html #content {
	width: 769px; /* 49px more */
}

#content h1 {
	font-size: 16px;
	color: #000;
}

img.frame {
  border: 1px solid #F0F0F0;
}

#content p {
	margin-bottom: 6px;
}

#content h2 {
	font-size: 14px;
	border-bottom: 1px solid #FD9E11;
	padding-bottom: 5px;
	margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 10px;
}

#content ul, #content ol {
  padding-left: 0px;
}

#content li {
  padding-left: 0px;
  margin-left: 2em;
}

#content a {
  color: #036;
  font-weight: bold; 
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content strong {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

#footnote {
	color: #666;
	padding: 8px;
	padding-right: 0;
	margin: 0;
	font-size: 11px;
}

#footnote a, #footnote .links {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #69C;
	text-decoration: none;
}

#footnote a:hover {
	color: #036;
}

ul {
  text-align: left;
}

table td p {
	margin-top: 0;
}

.copyrighttext {
  font-size: 10px;
  color: #AAAAAA;
}

#topnav img, #topnav a {
	margin: 0;
	padding: 0;
/*	display: inline;*/
}

#topnav .current {
	margin-left: 62px;
}

#topnav a, #topnav .current {
	margin-right: 60px; /* 52px */
}

#topnavitems a .current {
	margin-right: 0px;
}

#topnavitems {
	height: 29px;
}


