/*
 * normal tags
 */

body { 
  background-color:#BABAFF;
  font-family:Arial,sans-serif; 
}

img { 
  border:0px;
}

a {
  text-decoration:none;
}

h1 {
   font-size:20px;
}

h2 {
   font-size:14px;
}

table {
  font-size:12px;
}

td.text_line {
   background-color:#000087;
   color:#BABAFF;
   font-size:10px;
   height:10px;
}

td.line {
   background-color:#000087;
   height:2px;
}

table.footer {

}

td.footer_right {
   text-align:right;
   font-size:10px;
}

td.footer_left {
   text-align:left;
   font-size:10px;
}


td.content {
  color:#FFEC83;
  width:100%;
  vertical-align:top;
}

td.navigation {
   vertical-align:top;
}

td.werbung {
   background-color:#000087;
   vertical-align:top;
}


/*
 * definiert den breadcrumptrail
 */
img.bct_nav {
   width:170px;
   height:1px;
}

a.bcp_nav:link { 
   color:#BABAFF;
   font-size:10px;
}

a.bcp_nav:visited  { 
   color:#BABAFF;
   font-size:10px;
}
   
a.bcp_nav:hover  { 
  text-decoration:underline;
}

a.bcp_nav:active  { 
}

a.bcp_nav:focus  { 
}

table.main {
   width:1000px;
}


/* ------------------------------------------------------------------- */

/*
 * navigation
 */
table.navigation {
   background-color:#000087;
   color:#BABAFF;
   width:170px;
   border:0px;
}

a.navigation:link { 
   color:#BABAFF;
   font-size:12px;
}

a.navigation:visited  { 
   color:#BABAFF;
   font-size:12px;
}
   
a.navigation:hover  { 
  color:#ABABFF;
  text-decoration:underline;
}

a.navigation:active  { 
}

a.navigation:focus  { 
}

/* ------------------------------------------------------------------- */

/*
 * kontakt
 */
table.kontakt {
   color:#000000;
   width:600px;
   border:0px;
}

table.kontakt td {
   vertical-align:top;
   border:0px;
}

input.kontakt {
   width:400px;
}

textarea.kontakt {
   width:400px;
   height:200px;
}


/* ------------------------------------------------------------------- */

table.werbung {
   width:170px;
}

/* ------------------------------------------------------------------- */

/*
 * kontakt
 */
table.download {
   color:#000000;
   width:600px;
   border-collapse:collapse;
}

table.download th {
   vertical-align:top;
   text-align:left;
   height:30px;
}

table.download td {
   vertical-align:top;
   border:1px solid;
   border-color:#000000;
   text-align:left;
   padding-left:10px;
   padding-right:10px;
}