/* ALLGEMEIN */

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #FF0003;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}

blockquote {
  margin: 0px;
  padding: 10px;
  font-style: italic;
  text-align: justify;
  color: #999999;
}

table {
  margin: 0px;
  padding: 0px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  vertical-align:text-top;
}


/* HEADER */

#header .left {
  width:175px;
  float: left;
}

#header .middle {
  width: 75%;
  padding-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #CCCCCC;  
  float: left;

}

#header .right {
  width: 12px;
  float:right;
}

#header img.right {
  margin: 0px;
  padding: 0px;
  float:left;
}

#header {
  text-align: right;
  margin: 0px;
  height: 106px;
  width: 100%;
  background-image: url(img/flying_spitfire.gif);
  background-repeat: no-repeat;
  background-position: 200px 50px;
}


/* LEFTCOLUMN */

#leftcol {
  padding-top: 30px;
  text-align:center;
  float: left;
  width: 19%;
}


/* CONTENT */

#content h4 {
padding: 15px;
text-transform: uppercase;
margin-left: 0px;
padding-left: 0px;
}

h4 a {
color: #000000;
font-size: 1.4em;
text-decoration: underline;
}

#content {
  float: right;
  width: 80%;
  background-image: url(img/right_border.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

body>#content {
min-height: 500px;
}

#content .left {
width: 55%;
float: left;
padding: 10px;
}

#content .right {
width: 35%;
float: right;
padding: 10px;
}

#content .angebotleft {
width: 25%;
float: left;
padding: 10px;
}

#content .angebotright {
width: 55%;
float: right;
padding: 10px;
}

#content p {
text-align: justify;
padding-right: 10px;
padding-bottom: 30px;
}

#content p.center {
text-align: center;
padding: 40px;
}

.linkleiste {
  color: #CCCCCC;  
}

.right table {
margin-right: 30px;
}

/* BLOCK */

.block {
clear: both;
padding: 10px;
}

.block .small {
text-align: right;
font-size: 10px;
}

/* FOOTER */

#footer .left {
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  float: left;
  background-image: url(img/left_border_bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#footer .middle {
  width:85%;
  margin: 0px;
  padding: 0px;
  height: 40px;
  text-align: right;
  font-size: smaller;
  float: left;
}

#footer .right {
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  float:right;
  background-image: url(img/right_border_bottom.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#footer {
  height: 40px;
  clear: both;
  width: 100%;
  background-image: url(img/border_bottom.gif);
}
