/*/*/
body {
  margin:0; 
  padding:0; 
  font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:medium; 
	font-weight:normal; 
	color:#006; 
	background-color:#fff;
}

/* stuff used everywhere */
img {
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
  color:#369;
  font-weight:bold;
  margin-bottom:0.3em;
  margin-top:0.3em;
}
h1 {
  font-size:1.8em;
}
h2 {
  font-size:1.6em;
}
h3 {
  font-size:1.5em;
}
h4 {
  font-size:1.4em;
}
h5 {
  font-size:1.3em;
}
h6 {
  font-size:1.2em;
}

a.cal {
  font-size: 1em;
}
a.foot {
  font-size: 0.9em;
}
.foot1
  {font-size:0.9em;}

a.offf {
  display: block;
  padding: 0 0 0.7em 1em;
  font-weight:bold;
  color:#369;
} 

/* head of page */
#head
  {float:none;
  width:100%;
/*  height:8em; */
  font-size:1em;}
#head li {
  font-size:1em;
  padding: 0;
}
#head ul {
  margin: 0;
}
#head a.main {
  background-image: none;
  text-decoration: underline;
}
#head a.main:hover  {
  background-image: none;
}
#head a.main:focus  {
  background-image: none;
}
#head a.this  {
  background-image: none;
  text-decoration: underline;
}
/* picture in head */
#headpicture {
  float: none;
  width: auto;
  text-align: left;
  margin: 0;
}
#headpicture img {
  display: none;
}
#headpicture a {
  cursor:default;
}
#headpicture a.red  {
  font-size: 1em;
  background-image: none;
  padding: 0 0 0.7em 1em;
  text-decoration: underline;
  color: #006;
}
/* left link list in head */
#leftlink {
  float: none;
  width: 100%;
  margin: 0;
}
/* right link list in head */
#rightlink  {
  display: none;
  float: left;
  width: 100%;
}
/* logo in head */
#logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
}
#logo img {
  width: auto;
}
/* breadcrumb bar */
#brcr {
  float: none;
  max-width: 100%;
  min-width: 0;
  height: auto;
}
#brcr div {
  padding:1px 4px 2px 1em;
}
#brcr span {
  font-size:0.9em;
}
#brcr a {
  text-decoration: underline;
}
/* main text area */
#textrealm {
  float:none;
  width:100%;
}
/* container for text and sidebar */
#content {
  float: none;
  width: 100%;
}
#content a.main {
  background-image: none;
  font-size: 1em;
  text-decoration: underline;
}
#content a.main:hover, #content a.main:focus {
  background-image: none;
}
#content a.menu {
  font-size: 1em;
  text-decoration: underline;
}
#content textarea {
  font-size:1em;
}
#content .repl {
  background-image: none;
  font-size: 1em;
}

/* left sidebar */
#marginal {
  float: none;
  width: 100%;
  border-bottom: 1px solid #006;
}
#marginal div.inhalt {
  margin: 0;
  padding: 6px;
  font-size: 1em;
}
#marginal div.inhalt p, h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
}
#marginal #login a.menu {
  margin: 0.15em 0 0 -0.3em;
  background-color: #9cc;
  background-image: none;
}
/* main text area*/
#textrealm div.inhalt  {
  margin: 0;
  padding: 6px;
  font-size: 1em;
}
  
/* footer */
#gototop {
  clear: both;
  display: block;
  margin-left: 0.5em;
}

#gototop a {
  font-size: 1em;
  text-decoration: underline;
}

#footer a {
  font-size: 0.9em;
  text-decoration: underline;
  margin-left: 0.5em;
}
#footer div {
  text-align:right;
  font-size:0.9em;
  margin:3px 0.5em;
}
/* advertisement */
#sky {
  float: none;
  display: none;
}
#fullsize {
  display: none;
}

