body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#druck {
  background-color: #FFFFFF;
  background-image: url('img/line_white.gif');
  text-align: left;
  vertical-align: top;
  letter-spacing: 1px;
}

.smfont {
  font-size: 10px;
  letter-spacing: 1px;
}
.smfontrot {
  font-size: 10px;
  letter-spacing: 1px;
  color: #01458A;
}
.frot {
  color: #01458A;
}
.fgruen {
  color: #008000;
}
.fblau {
  color: #0000FF;
}
.bgrot {
  background-color: #01458A;
}
.bggruen {
  background-color: #008000;
}
.frotbold {
  color: #01458A;
  font-weight: bold;
}
.black {
  color: #000000;
}

.header {
  background-color: #26AAD0;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  padding: 3px;
  margin-top: 4px;
  text-align: left;
  letter-spacing: 1px;
}
.subheader {
  font-size: 11px;
  margin-bottom: 1px;
  padding-left: 3px;
  text-align: left;
}
.subheader2 {
  font-size: 10px;
  margin-top: 1px;
  padding-left: 3px;
  text-align: left;
}
.subheaderright {
  background-color: #C5CAFF;
  width: 100%;
  font-size: 11px;
  border-left: 6px solid #26AAD0;
  margin-top: 1px;
  padding-left: 3px;
  text-align: right;	
}
.subheadercenter {
  background-color: #C5CAFF;
  width: 100%;
  font-size: 11px;
  border-left: 6px solid #26AAD0;
  margin-top: 1px;
  padding-left: 3px;
  text-align: center;	
}

#t_main {
  background-image: url('img/bg_main.jpg');
  background-repeat: repeat-y;
  width: 980px;
  height: 100%;
}
#t_header {
  background-image: url('img/bg_header.jpg');
  padding: 0;
  border: 0;
  border-style: none;
  width: 100%;
  height: 255px;
  text-align: left;
  vertical-align: top;
}
#t_content {
  float: left;
  width: 360px;
  margin: 0 0 0 10px;
  text-align: justify;
}
#t_footer {
  clear: both;
  background-image: url('img/bg_footer.jpg');
  width: 100%;
  height: 25px;
}
#t_nav_left {
  float: left;
  width: 380px;
  padding: 0;
  margin: 0 10px 0 5px;
  text-align: justify;
}
#t_nav {
  float: left;
  width: 204px;
  padding: 0;
  margin: 0;
  text-align: center;
}
#t_keywords {
  width: 100%;
  background-color: #FFFFFF;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 12px;
  text-align: left;
  vertical-align: bottom;
}
#nav_header {
  position: absolute;
  top: 188px;
  width: 100%;
  color: #FFFFFF;
}
#intro {
  position: relative;
  top: 25px;
  left: 0;
  width: 100%;
}

.nobr {
  white-space: nowrap;
}

/* ### FORMS ### */
form {
  display: inline;
}
input, textarea, select {
  background-color: #F5F5F5;
  border: 1px solid #01458A;
  color: #000000;
}
select.optgroup {
  background-color: #E6E6E6;
  color: #BE3232;
  font-style: normal;
  font-weight: bold;
}
select.optgroup_sub {
  background-color: #E6E6E6;
  color: #000000;
  font-style: normal;
  font-weight: bold;
}
.form {
  background-color: #f0f0f0;
  border: 1px solid #404040;
  color: #000000;
}
.smform {
  background-color: #f0f0f0;
  border: 1px solid #404040;
  color: #000000;
  font-size: 10px;
}
.redform {
  background-color: #FFD9D9;
  border: 1px solid #BE3232;
  color: #000000;
}
.blueform {
  background-color: #CCCCFF;
  border: 1px solid #F5F6FF;
  color: #323299;
}
.button {
  background-color: transparent;
  border: 0px;
  font-size: 11px;
  padding: 1px;
}
.send {
  background-color: #F7F7F7;
  border: 2px solid #01458A;
  font-size: 14px;
  font-weight: bold;
  color: #01458A;
}
.send_small {
  background-color: #F7F7F7;
  border: 2px solid #01458A;
  font-size: 10px;
  font-weight: bold;
  color: #01458A;
}
/* ### INPUT, TEXTAREA --> BGW-EDITOR ### */
input #text {
  text-align: left;
}

/* ### TABLE ### */
table {
  font-size: 11px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  line-height: 16px;
  letter-spacing: 1px;
}
table.auto {
  font-size: 11px;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  line-height: 16px;
  letter-spacing: 1px;
}
.td {
  background-color: transparent;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-spacing: 1px;
}
.tdlefttop {
  text-align: left;
  vertical-align: top;
}
.tdright {
  text-align: right;
}
.tdrighttop {
  text-align: right;
  vertical-align: top;
}
.tdsmall {
  font-size: 10px;
  table-layout: auto;
  border-collapse: collapse;
}
.tdpad {
  vertical-align: top;
  padding-bottom: 10px;
}
.tdmiddle {
  text-align: left;
  vertical-align: middle;
}
.tdcenter {
  text-align: center;
}
.tdtop {
  text-align: left;
  vertical-align: top;
}
.tdrightcenter {
  text-align: right;
  vertical-align: middle;
}
.tdbg {
  background: #01458A;
  font-weight: bold;
  color: #FFFFFF;
}
.tdbgright {
	background: #01458A;
	font-weight: bold;
	text-align: right;
  color: #FFFFFF;
}
.tdbgcenter {
	background: #01458A;
	font-weight: bold;
	text-align: center;
  color: #FFFFFF;
}
.tdbold {
  font-weight: bold;
}
.tdboldtop {
  background: transparent;
  font-weight: bold;
  vertical-align: top;
}
.tdsub {
	background: #F5F5F5;
}
.tdsubbold {
	background: #F5F5F5;
	font-weight: bold;
}
.tdsubright {
	background: #F5F5F5;
	text-align: right;
	vertical-align: top;
}
.tdsubcenter {
	background: #F5F5F5;
	text-align: center;
}
.tdsubcenterbold {
	background: #F5F5F5;
	text-align: center;
  font-weight: bold;
}
.tdsubrightbold {
	background: #F5F5F5;
	text-align: right;
  font-weight: bold;
}
.tdsub2 {
	background: #ECECEC;
}
.tdsub2center {
	background: #ECECEC;
	text-align: center;
}

/* ### ALIGNS ### */
.left {
  text-align: left;  
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

/* FORMAT */
.news {
  background-color: #e7e7e7;
  border: 1px solid #001c73;
  color: black;
  font-size: 11px;
  padding: 2px;
  vertical-align: top;
  width: 160px;
}
.bg {
  background-color: #D6DBE2;
  width: 100%;
  margin-top: 1px;
}

img {
  border: 0px;
  border-style: none;
}
img.default {
  border: 0px;
  border-style: none;
}
.img {
  border: 1px solid #01458A;
}

/* ### LISTE ### */
ul {
  list-style-image: url('img/icons/ul.gif');
  text-align: left;
}
ol {
  list-style: decimal;
}

/* ### HEADLINES ### */
h1 {
  font-size: 33px;
  letter-spacing: 1px;
  color: #01325F;
  width: 100%;
  height: 40px;
  text-align: left;
  padding-left: 10px;
  font-style: italic;
}
h2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #01458A;
}
h3 {
  font-size: 12px;
  background-color: #FFFF00;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
  font-weight: bold;
  display: inline;
}
h6 {
  font-size: 10px;
  border-bottom: 1px dotted #404040;
  color: #404040;
}
