html
{
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}

body
{
  height: 100%;
  width: 100%;
  margin: auto;
  color: #1A1A1A;
  border-color: #B3B3B3;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  background-image: url(../images/vorhang_abstrakt.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
}

#main
{
  min-height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  width: 96%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

ul
{
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}

li
{
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

acronym
{
  cursor: help;
}

/* Standard Link Styles ----------------------------------------------------------*/
a, a:active
{
  color: #CC3333;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active:hover, a:visited:hover
{
  /*color: #3388BB;*/
  text-decoration: underline;
}

/* Page Banner Styles ----------------------------------------------------------*/
#banner
{
  margin-top: 1.5%;
}

#banner h1
{
  color: #CC3333;
  margin: 0px;
  font-size: 195%;
}

#banner h2
{
  color: #4D4D4D;
  margin-bottom: 15px;
  font-size: 125%;
  font-weight: bold;
}

/* Navigation Bar ----------------------------------------------------------*/
#navigation
{
  clear: both;
  text-align: left;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 30px;
  background-image: url(../images/navbar_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: black;
  background-color: rgb(179, 179, 179);
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: bolder;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CCC;
  border-bottom: 1px solid #999;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
}

/* Navigation Link Styles */
#navigation a, #navigation a:active, #navigation a:visited
{
  display: block;
  float: left;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #999;
  color: #030303; /*#FFF;*/
  background-color: transparent;
  height: 29px;
  line-height: 29px;
}

#navigation a:hover, #navigation a:visited:hover
{
  color: #AA1111; /* miracles of perception: to appear somewhat like #CC3333, this needs to be #AA1111*/
}

#allContentBox
{
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

/* Sidebar ----------------------------------------------------------*/
#sidebar
{
  float: right;
  clear: right;
  margin: 0px;
  padding: 0px;
  width: 30%;
  font-size: 80%;
}

#sidebar a, #sidebar a:active, #sidebar a:visited
{
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a img
{
  border: 1px solid black;
}


#sidebar a:hover, #sidebar a:hover:active
{
  /*color: #CC3333;*/
  color: black;
  text-decoration: underline;
}

.sidebarMenuBox
{
  padding: 0px;
  border: 1px solid rgb(148, 148, 148);
  margin-bottom: 20px;
  background-color: #E0E0E0;
  height: 100%;
  background-image: url(../images/sidebarBG.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
}

.sidebarMenuBoxContent
{
  padding: 4px;
}

.sidebarMenuBox h3
{
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  font-size: 90%;
  font-weight: bold;
  background-color: #B3B3B3;
  color: #FFF;
  background-image: url(../images/sidebar_top_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  clear: both;
}

.sidebarMenuBox li, ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 3px;
}

.sidebarMenuContentBox
{
  text-align: left;
  padding: 5px;
  clear: both;
}

.sidebarMenuContentBox .abcArticleOverviewAbstractMoreLink
{
  display: inline;
  margin: 0px;
  padding: 0px;
}

/* Content ----------------------------------------------------------*/
#content
{
  float: left;
  clear: left;
  padding: 5px;
  width: 65%;
  line-height: 1.7em;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
}

#content p
{
  text-align: justify;
  padding: 2px;
  padding-right: 10px;
  margin: 5px;
}

#content h3
{
  margin-top: 20px;
  margin-bottom: 15px;
}

hr
{
  border: 0;
  height: 0;
}

#content table
{
  margin-top: 20px;
  border: 1px solid #DDD;
  margin-bottom: 25px;
  clear: both;
}

#content table th
{
  background-color: #EEE;
  padding: 0px;
  padding: 4px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
  font-size: 90%;
}

#content table td
{
  background-color: #EEE;
  vertical-align: top;
  width: 25%;
  text-align: left;
  padding: 5px;
  font-size: 90%;
}

#pageHeadline
{
  border-bottom: 1px solid #DDDDDD;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* footer styles ----------------------------------------------------------*/
#footer
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #BBB;
  text-align: center;
  font-size: 80%;
  line-height: 1.35em;
  color: #666;
  clear: both;
  height: 80px;
}



