/* Opera Browserweiche */

/* Ohne das wird im Opera der Text im Nachrichten Tab zu klein */
#tabs a span, #tabs a:link span {font-size:1em;}

a {color:#9D00AB; text-decoration:none; border-bottom:1px dotted #9D00AB;}
a:link {color:#9D00AB; text-decoration:none; border-bottom:1px dotted #9D00AB;}
a:active {color:#9D00AB; text-decoration:none; border-bottom:1px dotted #9D00AB;}
a:visited {color:#9D00AB; text-decoration:none; border-bottom:1px dotted #9D00AB;}
a:hover {color:#FF8A00; border-bottom:1px dotted #FF8A00}
                                                                            
/* Sonst sind die Ps verschoben */
p {
  margin-left:0;
  padding-left:0;
}

/* Sonst ist die Headline oben verschoben */
#sub h1#contentTitle {
  color:#9D00AB;
  font-weight:bold;
  font-size:1.6em;
  position:absolute;
  left:75px;
  top:96px;
  padding:0;
  margin:0;
  width:520px;
  overflow:hidden;
  z-index:10;
}

#content-scroll {
  overflow:auto;
  margin:0 5px 0 10px; 
  overflow-x:hidden;
  background:#fff;
  padding: 0 0 25px 0;
}

#article_details h1 {
  margin:-5px 0 3px 0;  
}

/* Opera macht die spans sonst zu klein */
span {font-size:1em;}

/* Opera behandelt das file input als einen entity und umrandet auch den button */
input[type=file] {
	border:none;
}

/* Closesearchnotifer muss weiter nach links */
#search-notifier a.closenotifier, #search-notifier a.closenotifier:active, #search-notifier a.closenotifier:visited {border:none;background:url(/images/icons/icon-close-notifier.gif) 0 0 no-repeat;display:block;width:18px;height:18px;float:right;margin:0 5px 0 0; position:relative; right:-24px; top:-1px;}
#search-notifier a.closenotifier:hover {background-position:0px -17px;}