/* Global stuff */

BODY { 
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:0px;
   margin: 0px;
   padding: 0px;
  
   background: white;
   /* background-image: url(/windspeed/pics/bg_oy.gif); */
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}

IMG {
   border: 0px;
}

/* Headlines */

H1 {
        font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 0px;
}

H2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
        color: #ccccff;
	margin-bottom: 10px;
	margin-top: 0px;
}

H3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
}

H4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 4px;
	margin-top: 0px;
}

HR { color: #FFFFFF; }

A:link { text-decoration:none; color:#BBBBFF; }
A:visited { text-decoration:none; color:#BBBBFF; }
A:hover { text-decoration:underline; }
A:active { text-decoration:underline; }

A.main_nav:link { text-decoration:none; color:#111155; }
A.main_nav:visited { text-decoration:none; color:#111155; }
A.main_nav:hover { text-decoration:underline; }
A.main_nav:active { text-decoration:underline; }

TD {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
}

TH {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
}



/* Head Navigation */

A.headPic_mainLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

.headPic_txt {
	font-size: 10px;
	color: #FFFFFF;
}

.headPic_txt_black {
	font-size: 10px;
	color: #000000;
}

A.headPic_link {
	font-size: 10px;
	color: #FFFFFF;
}



/* Error Messages */

.err_head {
   color: red;
   font-size: 12px;
   font-weight: bold;
}

.err_text {
   color: black;
   font-size: 12px;
}

.err_title {
   color: red;
}



/* OK Messages */

.ok_msg {
   font-weight: bold;
}
     

/* Wind Trigger Table */
TH.trigger {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
}

/* Price List Marking */
TD.mark {
   color: #CCCCFF;
}

/* Print Digits */
TD.digits {
   text-align: right;
}

/* Forecasts */
TD.forecast {
   color: #000000;
   text-align: center;
   font-size: 9pt;
}

TD.forecast_head {
   color: #FFFFFF;
   text-align: center;
   font-size: 9pt;
}


/* MAIN Tabellen */

TD.main_headline {
   color: #FFFFFF;
   background: #610707;
}

TD.main_textarea {
   color: #FFFFFF;
   background: #535353;
}

TD.main_footer_1 {
   color: #FFFFFF;
   background: #4D4D4D;
   text-align: center;
}

TD.main_footer_2 {
   color: #FFFFFF;
   background: #747474;
}

TD.main_navborder {
   background: #FFFFFF;
}

TD.main_nav {
   color: #000000;
   background: #A2A2A2;
}

/* Board /Forum */
DIV.board {
   width: 500px;
   margin-bottom: 10px;
   padding-bottom: 10px;
   background-image: url(/windspeed/pics/dotted99.gif);
   background-position: bottom left;
   background-repeat: repeat-x;
}

DIV.board_overview {
   width: 500px;
   margin-bottom: 10px;
   padding-bottom: 10px;
}

