/*
 * Main Definitions
 */
 
body {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: small;
  font-weight: normal;
  font-stretch: normal;
  
  padding: 0px;
  margin: 0px;
  
  background-color: #FFFFCC;
  background-image: url(/cms/upload/layout/background.png);
}

A:link {
  text-decoration: none;
  color: #00CC00;
}

A:visited {
  text-decoration: none;
  color: #00CC00;
}

A:hover {
  text-decoration: none; 
  color: #00FF00;
}

A:active {
  text-decoration: none;
  color: #FF0000;
}

/*
 * Header
 */
#header {
  padding-left: 6px;
  background-color: #009900;
  background-image: url(/cms/upload/layout/menubkg.png);
}

#wappen {
  position: relative;
  width: 175px;
  height: 136px;
}

#title {
  position: relative;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(/cms/upload/layout/headerbkg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

#title .caption {
  position: relative;
  color: #FFFFFF;
  font-size: large;
  z-index: 1;
}

#captionshadow {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #000000;
  font-size: large;
  z-index: -1;
}

#title .subCaption {
  color: #FFFF00;
  font-size: x-small;
}

#datebox {
  position: absolute;
  right: 10px;
  top: 2px;
  height: 74px;
  width: 175px;
  float: right;
  background-color: #FFFFCC;
}

#datebox .upperpart {
  position: absolute;
  width: 173px;
  height: 72px;
  border-top: 2px solid #038303;
  border-left: 2px solid #038303;
}

#datebox .lowerpart {
  position: absolute;
  width: 173px;
  height: 72px;
  border-right: 1px solid #D7D700;
  border-bottom: 1px solid #D7D700;
}

#datebox .datecaption {
  padding-top: 5px;
  font-size: x-small;
  text-align: center;
}

#datebox .dateentry {
  font-size: x-small;
  font-weight: bold;
  text-align: center;
}

.clearfloat {
  clear: both;
  height: 1px;
  font-size: 1px;
}

#maintable {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  background-image: url(/cms/upload/layout/submenubkg.png);
  background-repeat: repeat-y;
}

#maintable tr {
  margin: 0px;
  padding: 0px;
}

#maintable tr td {
  margin: 0px;


  padding: 0px;
  vertical-align: top;
}

#menutable {
  padding: 0px;
  margin-left: 5px;
  border-spacing: 0px;
}

td.menu {
  padding: 0px;
  width: 174px;
  background-image: url(/cms/upload/layout/menuright.png);
}

#menu .active {
  background-color: #00cc00;
  padding: 3px;
  margin-left: 2px;
  width: 155px;
}

#menu .normal {
  padding: 3px;
  margin-left: 2px;
  width: 155px;
}

#menu .subactive {
  font-size: x-small;
  background-color: #00cc00;
  padding: 3px;
  padding-left: 18px;
  margin-left: 2px;
  width: 140px;
}

#menu .subnormal {
  font-size: x-small;
  padding: 3px;
  padding-left: 18px;
  margin-left: 2px;
  width: 155px;
}

	      
#menu A:link {
  text-decoration: none;
  color: #FFFF00;
  font-weight: bold;
}

#menu A:visited {
  text-decoration: none;
  color: #E0E000;
  font-weight: bold;
}

#menu A:hover {
  text-decoration: none; 
  color: #FFFFFF;
  font-weight: bold;
}

#menu A:active {
  text-decoration: none;
  color: #FF0000;
  font-weight: bold;
}

td.submenu {
  padding: 0px;
  width: 174px;
}

#visitcounter {
  position: relative;
  font-size: small;
  left: 0px;
  bottom: 0px;
  width: 175px;
  text-align: center;
}

#content {
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  width: 100%;
}

.maxwidth {
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  width: 100%;
}

/*
 * The bottom line
 */
td.bottomline {
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFCC;
  background-image: url(/cms/upload/layout/bottomline.png);
  background-repeat: repeat-x;
}

td.copyrightline {
  text-align: right;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFCC;
  background-image: url(/cms/upload/layout/bottomline.png);
  background-repeat: repeat-x;
}

#copyright {
  position: relative;
  text-align: left;
  font-size: x-small;
  padding-left: 5px;
  padding-right: 5px;
  right: 10px;
  bottom: 25px;
  background-color: #FFFFCC;
  background-image: url(/cms/upload/layout/background.png);
}

#noteslogo {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  right: 5px;
  bottom: 18px;
}

// Content
td.content {
  width: 100%;
}

td.content .caption {
  margin-left: 10px;
  margin-right: 20px;
  font-size: large;
  font-weight: bold;
}

td.content .abstract {
  margin-left: 10px;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 5pt;
  margin-bottom: 10pt;
}

td.content .text {
  margin-left: 10px;
  margin-right: 20px;
}

.left-float {
  float: left;
}

.centered {
  margin-left: 100%;
  margin-right: 100%;
  float: center;
}
