/* ---- grundlagen ---- */

body {
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  background-color: #BEDAF2;
}

#seite {
  background-color: #FFFFFF;
  text-align: left;
  width: 950px;
  margin: auto;
  border: 16px solid #FFFFFF;
  height: auto;
  clear: both;
}


/* ---- header ---- */
#header {
  width:950px;
  height:150px;
  background: #ffffff url(../img/banner.jpg) no-repeat left top;
  margin: left;
  border: 0px;
  }

/* --- seite ----*/

#inhalt {
  margin:0px 0px 16px 0px;
  padding-top: 10px;
  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.5;
  }

td {vertical-align:top;}  
  
.links {
 float: left;
 padding-top: 4px;
 padding-right: 8px;
 }


 
/* --- footer --- */

#footer {
  width:650px;
  height:335px;
  background: #ffffff url(../img/footer.jpg) no-repeat left bottom;
  margin: left;
  border: 0px;
  }
  
/* ---- schriften ---- */

h1 {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  line-height: 1.2;
  text-decoration: none;
  color: #0164A2;
  }

h2 {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  color: #0164A2;
  line-height: 1.4em;
  text-decoration: none;
  }

p {
  color: #505050;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.4;
  }

.big {
  padding-top: 1em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  }

.bigblue {
  color: #0164A2;
  font-size: 1em;
  line-height:0.5;
  font-weight: bold;
  } 

.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;
  }

.speaker {
  color: #5A5A5A;
  font-style: italic;
  font-weight: bold;
  }
  
.blue {color: #0164A2; 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: bold;
  line-height: 3;
  list-style-image:url(http://www.transporeon.com/templates/transplate/images/aufzaehlung.gif)
  }


/* ---- links ---- */

a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #0164A2;  
  border-bottom: 1px solid #0164A2;
  }

  
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;}

#missingField{
background-color:#ffb7b7;
border:1px solid #BAD1E2;
}

#error{
color:#ff0000;
font-size:14px;
}