/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  display: none;
}

.superHeader a {
  display: none;
}

.superHeader a:hover {
  display: none;
}

.superHeader .left {
  display: none;
}

.superHeader .right {
  display: none;
}

.midHeader {
  display: none;
}

.headerTitle {
  display: none;
}

.subHeader {
  display: none;
}

.subHeader a {
  display: none;
}

.subHeader a:hover {
  display: none;
}

.superHeader .highlight, .subHeader .highlight {
  display: none;
}


/* ##### Side Bar ##### */

#side-bar {
  display: none;
}

#side-bar div {
  display: none;
}

.sideBarTitle {
  display: none;
}

#side-bar ul {
  display: none;
}

#side-bar li {
  display: none;
}

#side-bar a, .thisPage {
  display: none;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  display: none;
}

.sideBarText {
  display: none;
}

#side-bar .sideBarText a {
  display: none;
}

#side-bar .sideBarText a:hover {
  display: none;
}

.lighterBackground {

}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
/*  background-color: white; */
/*  background: white url(hintergrundlogo.gif) 193px 10px no-repeat; */

  text-align: justify;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  color: black;
  font-size: 100%;
  font-weight: bold;
  margin: 0.75em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h3 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px dotted;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
/*  margin: 1em 1ex 2em 1ex; */
  margin: 1em 1ex 0 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  display: none;
}

#footer .left {
  display: none;
}

#footer .right {
  display: none;
}

#footer a {
  display: none;
}

#footer a:hover {
  display: none;
}

img.left {
	float:left;
	padding:0px;
	margin-right:6px;
	border:0px solid #c4c4c4;
}

img.right {
	float:right;
	padding:0px;
	margin-left:15px;
	border:0px solid #c4c4c4;
}

.unsichtbar {
  visibility:hidden;
  display:none;
}

.nachoben {
  display: none;
 }

.nachoben a {
  display: none;
}

