/* CSS Document */
body{
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #eeeeee;
}
#container {
	margin:0 auto;
	width: 55em;
}
#header_img_welle {
	width: 55em;
	height: 2.75em;
}
#header_img_logo {
	float: left;
	height: 2.75em;
	width: 35em;
	margin-left: 15em;
}
#header_headline {
	font-size: 2em;
	text-align:center;
	margin-bottom: 0px;
	padding-top: 0.5em;
}
#header_text {
	margin: 0;
	padding: 1.9em 0 0 0;
}
#left_nav{
	float: left;
	width: 10em;
}
#main{
	float: left;
	width: 45em;
	padding-top: 2px;
}
#content{
	width: 35em;
	margin: 0em 3em 0em 4em;
	border: 1px solid #000000;
	padding: 0em 1em 1em 1em;
}

/* Start Mac IE5 filter \*/
#left_nav, #main
	{
	padding-bottom: 32767px!important;
	margin-bottom: -32767px!important;
	background-color: #FFFFFF;
	}
@media all and (min-width: 0px) {
#left_nav, #main{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#left_nav:before, #main:before{
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
#wrapper{
	width: 55em;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	padding-bottom: 1em;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}
/* easy clearing */
#wrapper:after{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper{
	display: inline-block;
}
/*\*/
#wrapper{
	display: block;
}
/* end easy clearing */
#footer{
	clear: both;
	background-color: #00765b;
	padding: 0.5em 0em 0.5em 0em;
}
#header{
	height: 2.75em;
	border-top: 2.5em solid #00765b;
}
#header, #footer, #top_nav{
	width: 55em;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output{
	position: relative;
	z-index: 1000;
	}

/*========News Box========*/

.news-box{
	border: 1px solid #000000;
	margin:0 2em 1em 1em;
	padding:0;
	width:18.5em;
	float:right;
	background: #f5f5f5;
}		
.news-box h1 {
	margin:0;
	padding:0 0 0 0.2em;
	background-color:#007743;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
}
.news-box h2 {
	margin:0;
	padding:2px;
	font-size:0.7em;
	font-weight:bold;
	color: #000000;
}
.news-box p {
	font-size: 0.7em;
	margin:0;
	padding:2px;
}
.news-box ul{
	font-size:70%;
	padding-left:1.6em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#transform_logo {
	float:left;
	width: 18.75em;
	height: 6.5em;
	margin-left: 2em;
	margin-top: 3em;
}
/*========Images Styles========*/
.img_left {
	float:left;
	margin-right: 1em;
	border: 1px solid #007229;
}
.img_right {
	float:right;
	margin-right: 1em;
	border: 1px solid #007229;
}
.img_center {
	text-align:center;
}
a img{
	border:0px none;
}		
/*========Top Navigation Bar========*/

#top_nav {
	background-color:#FFFFFF;
	clear:both;
	color:#000000;
	text-align:left;
	height: 4em;
}
#top_nav p {
	text-decoration:underline;
	margin: 0;
	padding: 0;
	padding-top: 16px;
}

/*========Left Navigation Bar========*/

.arrows {
	color: #007229;
	font-size: 1em;
}

ul.menu{
	padding: 0em 0.2em 0 0;
	border: none;
	font-size: 0.75em;
	font-weight: bold;
	list-style: none;
	margin: 0em 0em 1em 2em;
}
.menu a{
	display:block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	padding-left: 0.5em;
}
.menu a:hover{
	display:block;
	color: #000000;
	text-decoration: none;
	background-color: #dadada;
}
.menu li{
	text-align: left;
	color: #000000;
	padding: 0.2em 0 0.2em 0.5em;
}
.active_link{
	text-align: left;
	color: #000000;
	background-color: #dadada;
}
.menu li ul li{
	font-size: 0.9em;
	list-style: none;
	font-weight: lighter;
	margin-left: -2em;
}
.menu li ul li ul li{
	font-size: 0.9em;
	padding-left: 8px;
}

/*========Footer Styles========*/

.footer{
	font-size:0.75em;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	text-align: center;
	margin: 0em 19em 0em 19em;
}

.footer a:link {
	color:#FFFFFF;
}
.footer a:hover{
	color:#FFFFFF;
}
	
.footer a:visited {
	color:#FFFFFF;
}
.footer a:active {
	color:#FFFFFF;
}
#content ul {
	margin:0 0 0 0em;
	padding:0 0 0 0;
	font-size:0.8em;
	list-style-type: none;
}
#content ol {
	margin:0 0 0 1.5em;
	padding:0 0 0 0;
	font-size:0.8em;
}
#content ul li {
	padding: 0 0 0 1.5em;
	margin: 0 0 0.5em 0;
	background: url(images/bullet_green.gif) no-repeat 0px center;
}
#content ol li {
	padding: 0 0 0 0em;
	margin: 0 0 0.5em 0;
}
#content ul li a {
	color: #373535;
	text-decoration: underline;
}
#content ul li a:hover {
	color: #999999;
	text-decoration: underline;
}
#content ol ol,
#content ul ol{
font-size:100%;
margin-top:1em;
margin-bottom:1em;
}
#content ol ul,
#content ul ul{
font-size:100%;
margin-top:1.5em;
margin-bottom:2.5em;
}
h1 {
	font-weight:bold;
	font-variant:normal;
	margin: 0.5em 0 1em 0;
	font-size: 1.1em;
}
h2 {
	font-size: 0.9em;
	font-weight:bold;
	color: #007743;
	margin-top: 2em;
}
h3 {
	font-size: 0.8em;
	margin: 20px 0 5px 0;
	font-style:italic;
	font-weight:normal;
}
h3 a {
	text-decoration:underline;
	color: #373535;
}
p {
	font-size: 0.8em;
}
p a:link,
a:link {
	text-decoration:underline;
	color: #373535;
}
p a:visited,
a:visitec {
	text-decoration:underline;
	color: #373535;
}
p a:hover,
a:hover {
	text-decoration:underline;
	color: #999999;
}
p a:active,
a:active {
	text-decoration:underline;
	color: #999999;
}
code {
	font-family: Courier New, Courier, mono, serif;
}
label {
	font-size: 0.8em;
	margin: 0;
}

/*========Table Styles========*/

table{
	background-color: white;
}
table th {
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #007743;
}
table td {
	border: 1px solid #000000;
	padding: 5px;
}

/* ------ */
/* Hoverendes Popup */
/* ------ */
.popup0 {
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.popup {
  z-index: 20;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  position: relative;
  visibility:visible;
  top: 0px;
  left: 0px;
  border: 1px solid #114477;
  padding: 3px;
}
.popup0 dl {
  margin: 0px;
  padding: 0px;
}
.popup0 dd,
.popup dd {
  margin-left: 20px;
}
.indi_desc{
font-size:80%;
width:90%;
margin-left:1.5em;
}
.bold{
font-weight:bold;
}
.invisible{
	visibility:hidden;
	display:none;
}
