/* ---- grundlagen ---- */

body {
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  background-color: #dae5c3;
}

#seite {
  background-color: #FFFFFF;
  text-align: left;
  width: 624px;
  margin: auto;
  border: 16px solid #FFFFFF;
  height: auto;
  clear: both;
}


/* ---- header ---- */
#header {
  width:624px;
  height:212px;
  background: #ffffff url(../img/tislot.png) no-repeat left top;
  margin: left;
  border: 0px;
  display:none;
  }

/* --- seite ----*/

#inhalt {
  margin:0px 0px 16px 0px;
  padding-top: 32px;
  height:auto;
  min-height:430px;
  background:#ffffff;
}

table {
  align: top;
  padding-top: 0.8em;
  color: #505050;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }

td {vertical-align:top;}  
  
.links {
 float: left;
 padding-top: 4px;
 padding-right: 8px;
 }

form {
  padding-top: 0.8em;
  color: #505050;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }
 

  
/* ---- schriften ---- */

h1 {
  padding-top: 1.5em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  line-height: 1.2;
  text-decoration: none;
  color: #505050;
  }

h2 {
  padding-top: 1em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  color: #505050;
  line-height: 0.5em;
  text-decoration: none;
  }

p {
  padding-top: 0.8em;
  color: #505050;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  }

.big {
  padding-top: 1em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  }

.green {
  color: #505050;
  font-size: 1.5em;
  font-weight: bold;
  } 

.ul { border-bottom: none;}

ul.text {
  border-bottom: none;
  border-top; none;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: none;
  line-height: 2;
  list-style-image:url(http://www.transporeon.com/templates/transplate/images/aufzaehlung.gif)
  }


/* ---- links ---- */

a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #6EB0D0;  
  border-bottom: 1px solid #6EB0D0;
  }

  
a:visited {
  text-decoration: none;
  color: #505050;
  }

a:hover {
  text-decoration: none;
  border-bottom: none;
  }


a:active {
  text-decoration: none;
  color: #505050;
  }

a.big {text-decoration:none; border-bottom:none; color:#505050;}

a.big:hover {border-bottom:solid 1px;}