
p.headline {
  margin:              20px 20px 0;
  padding-left:        3em;
	text-indent:        -3em;		 
  font-weight:         bold;
  font-size:           14pt;
  border-style:        solid;
  border-width:        1px 0;
	border-color:        rgb(80,100,255);
	color:               rgb(0,0,215);
	background-image:    url(oec-h1-logo.gif);
}

body, html {
 margin: 0; padding: 0;
 background: rgb(85%,85%,100%); /* url(OEC-Start.gif) no-repeat;*/
 /* background-position: bottom center;  */
 font: 12px/1.5 Verdana, Arial, sans-serif;
}

#navigation {
  position:    relative;  
  /*float:       left;*/
  width:       100%;    
  font-size:   93%;
  line-height: normal;
}

#navigation ul{
 margin:     0; 
 padding:    0 20px 0 10px;
 float:      right;
 list-style: none;
}

#navigation li {
  float:      left;
  margin:     0;
  padding:    0 0 0 9px;  
  background: url("tabs/left.gif") no-repeat left bottom;
}

#navigation a {  
  display:    block;
  background: url("tabs/right.gif") no-repeat right bottom;
  padding:    5px 15px 4px 6px;
}

#navigation li:hover {
  background: url("tabs/left_on.gif") no-repeat left bottom;  
}

#navigation li a:hover {
  background: url("tabs/right_on.gif") no-repeat right bottom;
  color: red;
  text-decoration: none;
}


html>body ul#nav a { width: auto; }

#navigation ul a { float: none; }  /* Workaround for IE5-Mac - Teil 2 */

div.hide{ display: none; }

img.logo {
  position: relative;
  left:  50px;;
  right: auto;
}
