﻿Body {
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

#Content {
  margin: 13px;
  padding: 0;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  padding-bottom: 50px;
}

img {
  border: none;
}

h2 {
  margin: 0 0 10px -4px;
  padding: 0;
}

h3 {
  margin: 0 0 10px -2px;
  padding: 0;
}

h4 {
  color: #03528c;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

input {
  border: 1px solid #a0d8fb;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  padding: 3px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
}

table.Data th {
  color: Gray;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e7e7;
  border-top: 1px solid #e8e7e7;
  font-weight: normal;
}

table.Data td {
  border-top: 1px solid #e8e7e7;
  border-bottom: 1px solid #e8e7e7;
}

table.Data td, table.Data th {
  padding: 5px;
}

table.Data .spacer td, table.Data .spacer th {
  border: none;
  background: none;
  height: 20px;
}

a {
  text-decoration: none;
  color: Red;
}

a:hover {
  color: #75aad6;
}

.submit {
  background: #03518c;
  border: none;
  color: White;
  padding:7px;
}

.submit:hover {
  opacity: 0.8;
}

.submit.klein {
  padding: 4px;
} 

.ValidatorPopup {
  position: absolute;
  background: transparent url(/Images/ValidatorPopup.gif) 0 0 no-repeat;
  border-right: 1px solid Red;
  padding: 4px 6px 0 32px;
  margin: 6px 0 0 4px;
  cursor: default;
  height: 22px;
  font-size: 10px;
  font-weight: normal;
}

ul.Tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.Tabs li {
  float: left;
  border-bottom: none;
  padding: 11px 11px 13px 12px;
}

ul.Tabs li.selected {
  /*background: white url(/Images/Tabs/selected.png) 0 0 no-repeat;*/
  border: 1px solid #e7e7e7;
  border-bottom: 2px solid #f7f7f7;
  background: #f7f7f7;
}

ul.Tabs li a {
  color: #959393;
}

ul.Tabs li a:hover {
  color: Silver;
}

ul.Tabs li.selected a {
  color: Black;
}

#TabContainer {
  background: white url(/Images/Tabs/ContentAchterg.png) 0 38px repeat-x;
  height: 60px;
  clear: both;
  margin: 0;
  padding: 0 0 0 14px;
  position: relative;
  left: -12px;
  width: 800px;
}