body {
  text-shadow: lightgray 1px 1px 1px;
  color: black;
  margin: 5px 10px 10px 0px;
  /*margin: 0;
  padding: 1%;*/
  /*min-width: 640px;*/
  /*font-size: 100.01%;*/
  /*font-family: verdana, arial, sans-serif ;*/
  /*font: 98.01% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;*/
  font: 96.01% sans-serif;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 {
  /*font-size: 1.7em;*/
  font-weight: normal;
  /*line-height: 0.8em;*/
  padding: 0.2em 0 0.2em 0;
  margin: 0;
  /*border-bottom: 1px dashed #E6E6FA;*/
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 {
  color: #4477AA;
  font-family: Georgia, "Times New Roman", Times, serif;
}
img {
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%;
}

#subnav {
  float: left;
  padding: 2px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  /*border-left: 1px dotted #aaa;*/
  font-size: 0.9em;
  text-align: right;
  width: 125px;
}

#logo {
  width: 100%;
  text-align: center;
}
#logo img {
  border: none;
  width: 145px;
  height: 135px;
  margin-top: -5px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: -10px;
}

#docinfo {
  margin-top: 50px;
  font-size: 0.8em;
  float: bottom;
  background-color: #EEE;
}
#docinfo table { border: none; }
#document {
  padding: 10px 20px 10px 20px;
  min-height: 480px;
  margin-left: 0px;
  /*background-color: #F0F3F8;*/
  background-color: #FDFFFE; 
  border: 1px solid #808080;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
  box-shadow: 2px 1px 3px #CCCCCC; -moz-box-shadow: 2px 1px 3px #CCCCCC; -webkit-box-shadow: 2px 1px 3px #CCCCCC;
}
#document table { border: thin solid #373; border-collapse: collapse; } 
#document th { padding: 4px; } 
#document td { padding: 4px; } 
#document img { padding: 8px; border: none; }

#loginField { text-align: center; margin-top: 4pt; font-size: 0.9em; }
#loginField th { text-align: right; color: #5588BB; }
#loginField td { text-align: left; color: black; }
#loginField .text {
  width: 100%;
  background-color: #FFF;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
  box-shadow: 2px 1px 3px #CCCCCC; -moz-box-shadow: 2px 1px 3px #CCCCCC; -webkit-box-shadow: 2px 1px 3px #CCCCCC;
}
#loginField .submit {
  padding: 2%;
  /*border: 1px solid #040;*/
  font-width: bold;
  background: url(/static/wechselschatten.png) #287635;
  color: white;
  border: 1px solid #808080;
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
  box-shadow: 2px 1px 3px #CCCCCC; -moz-box-shadow: 2px 1px 3px #CCCCCC; -webkit-box-shadow: 2px 1px 3px #CCCCCC;
  margin-top: 4pt;
}

#sidepanel {
  margin: 0px 0px 10px 0px;
  padding: 2px 2px 2px 2px;
  float: right;
  text-aligh: left;
  border: 1px solid #808080;
  font-size: 0.8em;
  background-color: #F0F3F8; 
  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
  box-shadow: 2px 1px 3px #CCCCCC; -moz-box-shadow: 2px 1px 3px #CCCCCC; -webkit-box-shadow: 2px 1px 3px #CCCCCC;
  width: 130px;	
}
#sidepanel h1 {
  margin: 0 0 4px 0;
  padding: 0.3em 10px;
  border: none;
  background: url(/static/wechselschatten.png) #287635;
  font-family: sans-serif; 
  font-weight: bold;
  font-size: 1.0em;
  color: white; 
  /*background-color: #4A6AB0;*/
  text-align: right;
  text-shadow: none;
  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft:  3px; -webkit-border-top-left-radius:  3px;
}
#sidepanel ul { list-style-type: none; margin: 0px; padding: 0px; }
#sidepanel li { margin: 0; padding: 2px 10px; }
#sidepanel a { text-decoration: none; }
#sidepanel a:hover { text-decoration: underline; }

#langs { margin-top: 0px; margin-bottom: 30px; text-align: right; }
#langs li { font-size: 0.8em; display: inline; list-style-type: none; padding: 0 3px 0 3px; }
#langs li a { color: black; text-decoration: none; }
