@import url(sidebar.css);
@import url(header_content.css);
@import url(rightnav.css);
/*
   default.css:
   bitte nur für das grundtemplate css einfügen!
   */

/* defaults für html-tags */

body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font: normal normal normal 11px/15px Arial, Helvetica, Sans-Serif;
  color: #333333;
  background-color: #ffffff;
}

html {
  width: 100%;
  height: 100%
}

img {
  display: inline;
  border: 0px;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

input {
  font-size: 11px;
}

/* links */

a:link { color: #003F74; text-decoration: none; }
a:visited { color: #003F74; text-decoration: none; }
a:active { color: #003F74; text-decoration: none; }
a:hover { color: #003F74; text-decoration: none; }

a img {
  border: 0px;
}

form {
  display: inline;
}

table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

td,th {
  font-size: 11px;
  line-height: 15px;
}

select {
  font: normal normal normal 11px/15px Arial, Helvetica, Sans-Serif;
}


/* allgemeine class-Definitionen */

.fl {
  float: left;
}

.clear {
  clear: both;
}

.absm {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}


/* auto-width table */
.table_auto {
  width: auto !important;
}




#maintable_content {
  vertical-align: top;
}

#maintable_rightnav {
  vertical-align: top;
  width: 240px;
}



#header {
  height: 123px;
  vertical-align: top;
  background-color: #003F74;
  border: 0px solid black;
  text-align: right;
  background-image:url(../images/hg_bild.jpg);
  background-repeat:no-repeat;
}

#header .nav {
  float: right;
  width: 750px;
  margin-top: 5px;
  margin-right: 3px;
  border: 0px solid black;
  text-align: right;
  color: #003F74;
}

#header .nav a {
  padding-top: 1px;
  padding-bottom: 1px;
}

#header .nav a.toplnk:hover, #header .nav a.toplnk:active{
  background-color: white;
  padding-top: 1px;
  padding-bottom: 1px;
}

#header .nav span.active {
  background-color: white;
  padding-top: 1px;
  padding-bottom: 1px;
}


#header input {
  border: 1px solid #003F74;
  height: 12px;
  margin-top: 14px;
}

#header form {
  float: right;
  display: block;
  margin-top: 0px;
  text-align: left;
  width: 240px;
}


