html {
  padding:0; margin:0;
}

BODY {
	padding:0; margin:0;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 80%;
  width: 720px;
}

A {
  color: #14618F;
  text-decoration: none;
}

P {
  margin: 0 0 8px 0;
  padding: 0;
}

HR {
  height: 1px;
  color: #A0A0A0;
  background-color: #A0A0A0;
  border: 0px solid #A0A0A0;
  padding: 0; margin: 0;
}

TABLE {
  border-collapse: collapse;
}

TD {
  color: #000;
}

UL, OL {
  margin-top: 3px;
}

UL LI, OL LI {
  margin-top: 3px;
}

IMG {
  border: 0px;
}

IMG.img_left {
  float: left;
  margin-right: 10px;
}

IMG.img_right {
  float: right;
  margin-left: 10px;
}

FORM {
  padding: 0; margin: 0;
}


#divPreview {
  color: #000;
  font-size: 80%;
}

#Container {
  width: 720px;
  text-align: left;
}

#InnerContainer { 
}


/*** Kopfbereich ***/

#Header {
  display: none;
}

#TopBar {
  display: none;
}


/*** Inhaltsbereich ***/

#Navigation {
  display: none;
}

#Ticker {
  margin-left: 10px;
  font-size: 80%;
}


#ContentArea {
}

#Content {
  padding: 0; margin: 0;
}

#ContentLeft {
  float: left;
  padding: 0;
  margin: 0;
  width: 450px;
}

#ContentRight {
  position: absolute;
  left: 490px;
  top: 0px;
  width: 210px;
}

#Footer {
  margin: 10px 0 0 0;
  text-align: center;
  color: #808080;
  font-size: 65%;
}

.moreBtn, .backBtn {
  display: none;
}


H1 { font-size: 130%; font-weight: bold; padding:0px; margin: 0px; color: #14618F; }
H2 { font-size: 120%; font-weight: bold; }
H3 { font-size: 100%; font-weight: bold; }

/***** Seitenmodule *****/

.container_content_module {
  margin-right: 5px;
}

.bg_content_module, .bg_content_module2 {
  padding: 5px;
}

.bg_content_module_active {
  padding: 5px;
  background-color: #e5e5e5;
  /*overflow: hidden;*/
}

.bg_content_module H1, .bg_content_module2 H1 {
  padding: 0; margin: 0;
}

.bg_content_module_active H1 {
  background-image: url(../uploads/Symbole/pfeil_rechts.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 5px 0 0 15px; margin: 0 0 10px 0;
  font-size: 100%;
  color: #000;
  font-weight: bold;
}

.bg_content_module A, .bg_content_module2 A, .bg_content_module_active A {
  color: #000;
}

.bg_content_module A.back_btn, .bg_content_module2 A.back_btn, .bg_content_module_active A.back_btn {
  font-weight: bold;
  clear: both;
}

.content_module_group_active {
  font-weight: bold;
}

.content_module_group_inactive {
  color: #999;
}

H1.content_module_group_header {
  padding: 0; margin: 20px 0 10px 0;
  font-weight: bold;
}

.window_gray {
  padding: 15px; 
  margin-bottom: 15px;
  background-color: #E5E5E5;
}

.small { font-size: 11px; }

.input_300 { font-size: 13px; color:#000; width: 300px; border: #999 1px solid; }
.input_250 { font-size: 13px; color:#000; width: 250px; border: #999 1px solid; }
.input_200 { font-size: 13px; color:#000; width: 192px; border: #999 1px solid; }
.input_150 { font-size: 13px; color:#000; width: 150px; border: #999 1px solid; }
.input_80  { font-size: 13px; color:#000; width: 80px; border: #999 1px solid; }
.input_50  { font-size: 13px; color:#000; width: 50px; border: #999 1px solid; }
.txtfield  { font-family:Arial,Helvetica,sans-serif; font-size: 13px; color:#000; border: 1px solid #999; }

.media_symbole {
  display: none;
}

.media_symbole_off {
  display: none;
}

.media_symbole_list {
  display: none;
}

.media_symbole_list_off {
  display: none;
}


.btn            { 
  display: none;
}

.btnOver        { 
  display: none;
}