/*----------------------------------------------------------------------------
 * enthält alle stylesheets die alle seiten betreffen
 *----------------------------------------------------------------------------*/

body {
  background: url('../.images/background/page.jpg') center top repeat-y;
  margin:0;
  font-family: Comic Sans MS;
  font-size: 10pt;
}

form {
  margin: 0;
}

h1 {
  font-size: 2em;
  border-bottom: 2px solid #000;
}

h2 {
  font-size: 2em;
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

h3 {
  font-size: 1.5em;
}

ul {
  border: 0px;
  padding:0px;
  margin:0px;
}

li {
text-align:left;
margin-left: 60px;
}

img {
  border: 0px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

p {
  margin:0px;
  padding: 10px 0px 0px 10px;
}

input.text, textarea, select {
  font-family: Verdana;
  font-size: 10pt;
  background: #f7ff73;
  border: 1px solid #dcc55d;
}

.center {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float:left;
}
.right {
  float: right;
}

.small {
  font-size: 0.7em;
}

.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.error {
  border: 1px solid #f00;
  color: #f00;
  padding: 4px;
  margin: 0 0 20px 0;
  font-size: 0.8em;
  font-weight: bold;
}

.signed {
  font-family: Courier New;
  font-size: 1.3em;
  font-style:italic;
}

.max-width {
  width: 90%;
}

.link {
  cursor: pointer;
}

.input {
  padding-left: 5px;  
  text-align: left;
}

/* --- shadow --- */
.pshadow_r {
  background: url('../.images/tiny/shadow_r.jpg');
  width: 6px;
}

.pshadow_b {
  background: url('../.images/tiny/shadow_b.jpg');
  height: 6px;
}

.pshadow_br {
  background: url('../.images/tiny/shadow_br.jpg');
  height: 6px;
  width: 6px;
}

/* --- Seitenaufbau --------------------------------------------------------- */
#prepage {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -304px;
  margin-top: -248px;
}

#page-wrapper {
  width: 720px;
  margin: auto;
}

#header {
  margin: 10px 0px 0px 0px;
}

#header .language {
  text-align: right;
  margin: 0 15px 0 0;
}

#header .language input {
  border: 0px solid;
}

#menu {
  margin: 5px 0px 5px 0px;
}

#content-wrapper {
  margin: 5px 0px 0px 0px;
}

#title
{
  float:left;
  height: 45px;
  padding-bottom: 10px;
}

#admin
{
  clear: both;
  height: 45px;
  padding-bottom: 10px;
}

#submenu {
  float:right;
}

#content {
  clear: both;
  text-align:left;
  padding-top: 15px;
}

#footer {
  margin: auto;
  font-size: 0.6em;
  color: #aaa;
}

/* --- Liste ---------------------------------------------------------------- */
ul.horizontal li {
  display:inline;
  list-style-type: none;
  margin: 0px 5px 0px 5px;
}

ul.horizontal li img {
  padding-top: 3px;
}

/* --- Tabelle -------------------------------------------------------------- */
table.shrinked {
  border-collapse: collapse;
}

table.shrinked * {
  margin: 0;
  padding: 0;
}
table.shrinked img {
  vertical-align:bottom;
}

table.full {
  width: 100%;
}
