/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/

/* special in brown */

/* first is ignored */
.dummy {
  color: #800000;
}

.brown_middle
{
  color: #800000 !important;
  font-size: medium;
  font-weight: bold;
}

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #FFFF99;
  font-family: verdana, helvetica, arial, sans-serif;
  /* font-size: 71%;  / * Enables font size scaling in MSIE */
  font-size: small;
  margin: 0;
  padding: 0;
}

.aufz ul
{ 
   margin-top: 5;
}

.aufz p
{ 
   margin-bottom: 0 !important;
}

/* 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;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  /* oberer Teil des Headers */
  color: #D4D4D4;
  background-color: #390000;
 /*  height: 3em; */
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 150%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

/* 
.superHeader .left {
  position: absolute;
  float: left
  left: 1.5mm;
  top: 0.75ex;
} */

/*
.superHeader .right {
  position: absolute;
  float: right
  right: 1.5mm;
  top: 0.75ex;
} */

.subHeader a {
  color: #FFFFBB;   /* white; */
  background-color: transparent;
  text-decoration: none;
  font-size: 100%; /* 150%; */
  margin: 0;
}
.subHeader .right {
  text-align: right;
}


.midHeader {
  color: #FFFFBB;  /* fast wie Hintergrund */
  background-color: #630000;
  margin: 0;
  padding: 0;
  height: 100px;
}

.midHeaderLeft {
float: left;
}

.midHeaderMidTopPara {
margin: 0;
padding: 0.25em 0 0 0;
font-size: 24px; 
}

.midHeaderMidTopLeftText {
position: relative;
left: 25mm;
}

.midHeaderMidTopRightText {
position: relative;
left: 60mm;
}

.midHeaderMidMiddlePara {
margin: 0;
padding: 0;
font-size: 22px; 
}

.midHeaderMidMiddleLeftText {
position: relative;
left: 51mm;
}

.midHeaderMidMiddleRightText {
position: relative;
left: 97mm; 
}

.midHeaderMidBottomPara {
margin: 0;
padding: 0;
font-size: 24px; 
margin-bottom:0px;
}

.midHeaderMidBottomLeftText{
position: relative;
left: 65mm;
}

.midHeaderMidBottomRightText{
position: relative;
left: 103mm;
}

.midHeaderSimpleText{
margin: 0;
padding: 0;
position: relative;
left: 55mm;
top: 7mm; 
font-size: 26px;
}



.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  /* unterer Teil des Headers */
  color:  #ccAA99; /* #FFFFBB; */  /* white; */
  background-color: #BD0000; /* - dunkel rot braun */
  margin: 0;
  padding: 0.1ex 1ex 0.1ex 1ex;
}


.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.subHeader p {
  text-align: center;
  margin-left: 42ex;
}


.superHeader .highlight, .subHeader .highlight {
  /* important page - might be temporarily not in use, but keep */
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
  background-color: #FFFF66;
}

/* Strich unter Menu - zur optioschen Trennung */
#side-bar #menu {
  border-bottom: 1px solid rgb(153,153,153);
}


#side-bar ul {
  list-style-type: none;
  list-style-image: url('/uploads/images/menu_dash.png');
  margin: 0; 
padding-left: 2.5em;
} 

#side-bar ul ul {
padding-left: 1.7em;
}

#side-bar li {
  list-style-type: none;
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}


#side-bar .parent {
  /* all menues with children */
  list-style-type: none;
  list-style-image: url('/uploads/images/arrow-r5.png');

} 

#side-bar .activeparent {
  /* current menu with children */
  list-style-type: none;
  list-style-image: url('/uploads/images/arrow_open2.png');

} 

#side-bar .current {
 /* current menu */
  color: red;
  padding: 0.75em 1ex 0.75em 1mm;
  display: block;
} 


#side-bar a, .thisPage { /* thisPage not used, a used ???? */

  /* Text an der Seite */ 
  color: #390000;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 1mm;
  display: block;
}

#side-bar .cms_form {   /* Search field */ 
  padding: 0.5em 1em;
  width: 100%
  border_bott

}

.thisPage {
  color: black;
  background-color: transparent;
  padding-left: 1mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: #630000;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 0.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
  /* Haupttext - Hintergrund */
  color: black;
  background-color: #FFFF99;
  text-align: justify;
  /* line-height: 1.5em; */
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  /* Link im Haupttext */
  color: rgb(0,102,204);
  background-color: transparent;
  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 .topOfPage {
  color: black;
  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;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  /* unterer Bereich */
  color: #FFFFBB;  /* fast wie Hintergrund */
  background-color: #630000;
  font-size: 91%;
  margin: 0;
  padding: 0.2em 0.5em 2em 1em;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: #FFFFBB;  /* fast wie Hintergrund */
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}




/* Stylesheet: sinorca-screen Modified On 2016-07-07 09:08:07 */
