/* CSS Document */
/*--- CSS Standard Konform zurücksetzen 
-------------------------------------*/
* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal; 
}

ul, ol {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

img, a img {
  border: none;
}

div {
  padding: 0;
  margin: 0;
}
/*--- Body zuweisung, Standard Tags, Schriften--
-----------------------------------*/
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #fff;  
}

#leftheader {
  background: url(../images/firma.png) no-repeat left 0;
  height: 97px;
  width: 173px;
  float: left;
}

#middleheader {
  height: 97px;
  width: 450px;
  border-bottom:1px solid #e9eef0;
  border-right:1px solid #e9eef0;
  float: left;
}

#rightheader {
  height: 97px;
  width: 50px;
  border-bottom:1px solid #e9eef0;
  padding: 0px;
  margin: 0px;
}

.clear {
	clear:both;
}

#leftmain {
  background: url(../images/firma.png) no-repeat left -98;
  height: 303px;
  width: 239px;
  float: left;
}

#rightmain {
  width: 381px;  
  height: 303px;
  text-align: right;
  border-right:1px solid #e9eef0;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2255a4; 
  padding-right: 5px;
}

a:link, a:visited {
  color: #b2b2b2;
  text-decoration: none;
  padding-right: 5px;  
}

a:hover, a:focus, a:active {
  color: #ad1910;
  text-decoration: underline;
  padding-right: 5px;
}

p {
 padding-bottom: 40px;
}