/* Screen-CSS fuer tilmannmoser.de */

* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fffffe;  	/* white smoke #f5f5f5; - - - snow #fffafa;*/
  color: #000;
  margin: 0;
  min-width: 640px; 	/* bei weniger 640px soll ein Scrollbalken erscheinen */
  height: 100%;
  font-size: 100.01%; 
  font-family: Verdana, Arial, sans-serif;
}
#container {
  font-size: 0.9em;
  min-height: 100%; 	/* Opera versteht hier keine Kommawerte */
  max-width: 790px;  
  margin: 0 auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 0;
  color: inherit;
  background-color: #fff;
}
#container p { 
  line-height: 150%;
  margin: 0;
  padding: 0 0 1em 0; 
}
#logo {
  color: inherit;
  background: #06c;
  height: 64px;
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 50px;
  overflow: hidden;
  margin: 0;
  font-family: "Century Gothic", "Arial Narrow", "MS Sans Serif", Verdana, Arial, sans-serif;
  letter-spacing: 4px;
}
#logo a {
  color: #eee;
  background-color: inherit;
  text-decoration: none;
}
#menu {
  background: #039;
  color: inherit;
  padding: 5px 0;
  margin: 0;
  text-align: right;
}
#menu li {
  font-size: 1em;
  display: inline;
  list-style-type: none;
  border-left: 1px solid #fff;
  padding: 0 10px;
  font-weight: bold;
}
#menu li a {
  color: #fff;
  background: inherit;
  text-decoration: none;
}
#menu li a span {
  text-decoration: underline;
}
#menu a[title] {
  cursor: pointer;
}
/* Menuepunkt-Klasse fuer angezeigte Seite */
#menu li a.this { 	
  color: #ee7;    /* #ff4 */
  background-color: inherit;
}

/* Hauptinhaltsspalte */
#main { 	
  background: #fff url('../img/psy_trans_kl.gif') no-repeat 97% 7px;
  color: inherit;
  padding: 0 2em 3em 2em;   
  line-height: 1.5em;
 /* text-align: justify;*/
  height: 100%;
}

#footer {
  clear: both;
  color: #eee;
  background: #06c;
  width: 750px;
  height: 32px;
  padding: 0 20px;
  text-align: left;
  line-height: 22px;
  overflow: hidden;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  margin: 0;
  font-family: "Century Gothic", "Arial Narrow", "MS Sans Serif", arial, sans-serif;
}

#footer p {
  padding: 7px 0 0 0;
  float: left;
  white-space: nowrap;
}
#footer a {
  color: #ee7;
  background-color: inherit;
  text-decoration: underline;
}

/* Listen */
#container #main ul {
  list-style-type: square;
  list-style-position: inside;
}
#container #main ol {
  list-style-position: inside;
}

/* Formulare */
#container #main form {
  margin: 1em 0;
}

/*  Verweise  */
a:active, a:visited {   /* weg mit der nervigen Umrandung in FF... */ 
  outline: none; 
} 
#menu a:focus, #menu a:active {   /* ...trotzdem in der Navileiste accessible */
  text-decoration: underline;
}
#main a:link {
  color: #06c;
  background-color: inherit;
}
#main a:visited {
  color: #696969;   /* dim gray */
  background-color: inherit;
}
#main a:hover, #main a:active {
  color: #aa000a;
  background-color: inherit;
}

/* W3C Buttons */
#w3cbutton {
  text-align: right;
  padding: 6px 0 0 0;
}
#w3cbutton a:link, #w3cbutton a:visited, #w3cbutton a:hover, #w3cbutton a:active {
  color: #444;
  background-color: #fc6;
  font-size: 86%;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
  border: 1px solid #bbc;
  font-family: helvetica, arial, sans-serif;
}
#w3cbutton a:link span.w3c, #w3cbutton a:visited span.w3c, #w3cbutton a:hover span.w3c, #w3cbutton a:active span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
#w3cbutton a:link span.spec, #w3cbutton a:visited span.spec, #w3cbutton a:hover span.spec, #w3cbutton a:active span.spec {
  padding: 0 0.4em;
  background-color: #fc6;
  color: #444;
}
.skip {
  position: absolute;
  margin-left: -10000px;
}
#main h1 { 	/* Seitenueberschrift */
  font-size: 2em;
  line-height: 1em;
  padding: 30px 0px 8px 0px;
  margin-right: 75px;
}
h1, h2, h3, h4, h5, h6 {
  color: #0166cc;
  background-color: inherit;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 2px 0 0 0;
  margin: 0;
  text-align: left;
}
#main h4, #main h5, #main h6 {
  text-align: justify;
}
img, a.img {
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; 
  margin: 0px;
}
#main p.img {
  text-align: center;
} 
/* Verlinkte gefloatete Buttons ohne Rand */
p.button a img.fleft, p.button a img.fright {
  border: none;
  padding: 0;
}
.hr {
  border-top: 1px dotted #aaa;
  background-color: inherit;
  color: #fff;
  width: 100%;
}
.re {
  text-align: right;
}
/* Klassen fuer die Elemente, die umflossen werden */
.fleft {
  float: left;
  margin: 1em 1em 0.2em 0; 	/* Rand der eingebetteten Grafiken zum umfliessenden Text */
}
.fright {
  float: right;
  margin: 1em 0 0.2em 1em;
  padding: 1px;
}
/* Tabelle */
table, tr, th, td {
  border: none;
  font-family: verdana, arial, sans-serif;
  color: inherit;
  background-color: inherit;
  text-align: left;
}
.tablewidth td {
  padding: 0 7px 7px 0;
}
.tablewidth {     /* muss nicht zwingend fuer Tabellen sein, siehe news-seite */
  width: 100%;
}
.tablewidth table {
  width: 100%;
}
.tablewidth address {
  display: inline;
  font-style: normal;
}
.tablewidth address.addressrechts {
  float: right;
  text-align: left;
}
td.img {   /* Tabellenthumbnail */
  width: 97px;
}
td.text {   /* Textspalte */
  width: 170px;
}	
