/******************************************/
/* Layout */
/******************************************/
div#head {
  width:697px;
  height:165px;
  background-color:#fff;
  position:relative;
}

div#logo {
  position:absolute;
  left:5px;
  top:10px;
}

div#headerpic {
  position:absolute;
  left:202px;
  top:0px;
}

div#headertext {
  position:absolute;
  z-index:100;
  width:490px;
  left:202px;
  top:143px;
  text-align:right;
  color:#fff;
  font-weight:bold;
}

/* ---- Breadcrumb ---- */
div#breadcrumb_wrapper {
  display:none;
}

/* ---- Menu ---- */
div#menu_wrapper {
  display:none;
}

div#menu_tabs {
   display:none;
}

/* ---- Content ---- */
div#body_content {
  width:697px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:left;
  background-color:#fff;
}

div#content_wrapper {
  width:697px;
  margin-top:0px;
  margin-left:0px;
}

div#content {
  text-align:left;
  color:#000;
  font-size:0.75em;
  padding-left:12px;
  padding-right:12px;
}

/* ---- Featurelinks ---- */
div#featurelinks {
  display:none;
}


/* ---- News (right-col.) ---- */
div#news_wrapper {
  display:none;
}

/* ---- Footer ---- */
div#footer_wrapper {
  width:697px;
  margin-top:30px;
  background-color:#fff;
  padding-bottom:10px;
  border-top:6px solid #002279;
}

div#footer_content {
  width:697px;
  border-top:1px solid #fff;
  font-size:0.75em;
  text-align:right;
  line-height:1.5em;
}

div#footer_copyright {
  margin-right:10px;
  color:#000;
  line-height:3em;
}

div#footer_menu {
  display:none;
}

/* ************************************************** */
/* Allgemein */
/* ************************************************** */
body {
  font-family:Tahoma, Verdana, Sans-Serif;
  font-size:100.1%;
  font-weight:normal;
  color:#000;
  background-color:#dedede;
  margin:0px;
  padding:0px;
  position:relative;
  text-align:center;
}

p, p.bodytext {
  margin-top:0.5em;
  margin-bottom:0em;
}

div#headertext p.bodytext {
  margin:0;
  padding:0;
}

a, a:link, a:active, a:visited, a:focus {
  text-decoration:none;
  color:#002279;
} 

a:hover {
  text-decoration:underline;
  color:#002279;
}

hr {
  border:none;
  border-top:1px solid #ccd3e4;
  height:1px;
  margin-top:1.5em;
  margin-bottom:1.5em;
  clear:both;
}


span.invisible {
  display:none;
}

.align-center {
  text-align:center;
}

.align-right {
  text-align:right;
}

#content ul {
  list-style-type:square;
}

.contenttable thead tr {
  background-color:#fff;
  color:#021938;
}

.contenttable {
  width:100%;
}
.contenttable tbody td {
  border-bottom:1px dotted #ccd3e4;
}

/******************************************/
/* Ueberschriften etc. */
/******************************************/
h1 {
  font-size:1.6em;
  font-weight:bold;
  margin:0px;
  margin-top:1.5em;
  margin-bottom:1.5em;
}

h2 {
  font-size:1.3em;
  font-weight:bold;
  margin-top:1.5em;
  margin-bottom:1.5em;
}

h3 {
  font-size:1.1em;
}

h4 {
  font-size:1.0em;
  font-weight:bold;
}



/******************************************/
/* Formulare */
/******************************************/
input, textarea {
  border:1px solid #000;
  background-color:#d0d6e4;
  color:#000;
}

input.button {
  border:2px solid #000;
  background-color:#d0d6e4;
}

input.checkbox {
  border:none;
  background-color:transparent;
}




