/*Formatierung der Eingabefelder*/
FORM { margin: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
.input_line { padding-left:4px; padding-right:4px; WIDTH: 350px; }
.input_text { padding:4px; WIDTH: 350px; Height: 190px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.button { height:21px;}
/* Head der News */
#news_head_box{ width:400px; height:24px; background-color:#3e2a2c;  }
/* Hedline Box */
#news_head{ width:290px;  padding-top:5px;  padding-left:10px; padding-right:10px; float: left; font-weight:bold; color:#e3d6c6;  }
/* Date Box */
#news_date{ width:80px;  padding-top:5px; padding-right:10px; text-align:right; float: left; font-weight:bold; font-size:10px; color:#b98e6b;}
/* Box für Bilder der News */
#pic_box{width:400px; height:142px; background-color:#3e2a2c;}
#pic_box_padding{padding-top:11px; padding-left:10px;}
/* Formatierung der Bilder der News*/
.pic{ margin-right:9px;}

/* Text-Links */
A.headline_link:link{ 	 font-size:11px; font-weight:bold; color:#e3d6c6; text-decoration:none; }
A.headline_link:visited{  font-size:11px; font-weight:bold; color:#e3d6c6; text-decoration:none;}
A.headline_link:hover{	 font-size:11px; font-weight:bold; color:#e3d6c6; text-decoration:none;}
