/******************************************************************
 * TITLE: Common Color Scheme Stylesheet for Sinorca              *
 * URI  : http://www.oswd.org/design/???/sinorca/color-scheme.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ---------------------------------------------------------------------
    Colors which are common to both the sinorca-grey and sinorca-white
    stylesheets are declared here. Color rules which are specific to
    one of the alternative stylesheets are found in that alternative
    stylesheet.
----------------------------------------------------------------------*/
/*
        orange #D87C00
        red    B1081E
        yellow FBE29D
        grey   DCDCDC
*/


img.cover
{
   float: left;
   margin-right: 15px;
   margin-top: 10px;
   margin-bottom 20px;
}

h1.clear
{
   clear: left;
   padding-top: 5px;
}


h1, h2, h3 {
  color: #B1081E;
  background-image: url('../images/verlauf.jpg');
  background-repeat: repeat-y;
}

h4
{
  color: #B1081E;
}


/* ###### Text Colors ###### */

body {color: black;}

#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: black;}

#header {color: black;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: black;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #FBE29D;}

.sideMenuBox a {color: #0066cc;}

.sideMenuBox a:hover {color: #FFFFCC;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #0066cc;}

#footer, #footer a {color: black;}


/* ###### Background Colors ###### */

body {   
  background-image: url('../images/background_new.jpg');
  background-repeat: repeat-none;
 }

#bodyText .topOfPage
{
  margin-left: 120px;
  color: white;
}

q {background-color: #f0f0f0;}

#upperMenuBar 
{
}

#header 
{
}

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar
{
    margin-left: 200px;
    margin-top: 10px;
    font-size: 120%;
}

#lowerMenuBar a
{
/*  background-image: url('../images/transparent.png'); */
}

.sideMenuBox a:hover {background-color: #990000;}

.sideMenuBox a, .sideTextBox a
{
  margin-left: 0px;
  color: #0000ff;
}

#footer {background-color: #dddddd;}

.lighterBG {
  background-color: white;
}

.sideRightBox
{
	background-color: #FFFFCC;
	border-color: #B1081E;
}

.sideTextBox 
{
  background-repeat: repeat;
  background-color: transparent;
  width: 120px;
  padding-left: 0px;
  margin-left: 0px;
}

.sideMenuBox
{
  background-color: transparent;
  width: 120px;
  padding-left: 0px;
  margin-left: 0px;
}

.sideTextBox span a, .sideMenuBox span a
{
  margin-left: 0px;
  padding-left: 0px;
}

.sideTextBox a, .sideMenuBox a
{
  color: black;
  font-weight: bold;
}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a { border-style: none; }

#headerSearch .text {border-color: #003399;}

#headerSearch .submit {border-color: white;}

.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: white;}






.abstract:hover .text
{
  background-color: #FFFFCC;
}
