html {
  padding: 0px;
}

body {
	font-family : Arial, Helvetica, sans-serif;
  color: Black;
  background-color: White;
  text-align: center;
  font-size: 10pt;
  SCROLLBAR-FACE-COLOR: #F5F5F5;
  SCROLLBAR-HIGHLIGHT-COLOR: #999999;
  SCROLLBAR-SHADOW-COLOR: #999999;
  SCROLLBAR-3DLIGHT-COLOR: #F5F5F5;
  SCROLLBAR-ARROW-COLOR: #999999;
  SCROLLBAR-TRACK-COLOR: #e5e5e5;
  SCROLLBAR-DARKSHADOW-COLOR: #eee;
  padding: 0px;
  overflow-x:auto; overflow-y: auto; 
}

/* Zentrierung der Tabelle */
div.container {
  width:98%; 
  margin:0%;
}

table#table1 {
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  width: 950px;
  height: 600px;
}

tr,td { 
  text-align: left;
}
/* Ende Zentrierung */

P {
	font-family : Arial, Helvetica, sans-serif;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
}

A {
	font-family : Arial, Helvetica, sans-serif;
  color: #0000ff;
  text-decoration: none;
}

#divPreview {
  font-size : 1em;
}


#Ticker_Popup {
  border: 1px solid #013155;
  background-color:#FFF;
  padding:10px;
}
.Ticker_Content {
  font-size : 10pt;
  background-color:#FFF;
}

#Logo {
  padding: 31px 0 0 220px;
  cursor:pointer;
}

#printbut {
  font-size: 14px;
  margin: 10px 0 10px 0;
}
.border { border: 1px solid #00008C; }


H1 { font-family: Arial,Helvetica,sans-serif; font-size: 17px; font-weight: bold; color: #596164; }
H2 { font-family: Arial,Helvetica,sans-serif; font-size: 15px; font-weight: bold; color: #596164; }
H3 { font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #596164; }

.link { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color:#0080D8; text-decoration:underline; }
.small { font-family: Arial,Helvetica,sans-serif; font-size: 11px; color:#000000; }
.footer { font-family: Arial,Helvetica,sans-serif; font-size: 10px; color:#000000; }
.small { font-size: 10px; }

.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_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; width: 425px; border: 1px solid #999; }

.ip { border: #999999 1px solid; background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

.btn            { 
  font-family:Arial,helvetica,sans-serif; 
  font-size:1em; 
  color:#000000; 
  background-color:#DBDBDB; 
  border:1px solid #DBDBDB; 
  height:22px; 
  text-decoration:none; 
  cursor:pointer; 
}

.btnOver        { 
  font-family:Arial,helvetica,sans-serif; 
  font-size:1em; 
  color:#FFFFFF; 
  background-color:#52595E; 
  border:1px solid #52595E; 
  height:22px;
  cursor:pointer; 
}

.media_symbole_list {
  font-weight: bold;
  padding: 2px 0;
  
}

.media_symbole_list A {
  color: #FFF;
}

.media_symbole_list_off {
  font-weight: bold;
  filter:Alpha(opacity=30); -moz-opacity:0.3;  
  padding: 2px 0;
}

.media_symbole_list_off A {
  color: #FFF;
}


