/*---- Aktuelles ----*/
	#holder		{
          		width:450px;
                         float:left;
                         }
         .news		{
         		position:relative;
                         background-image:url('images/aktuellesBG.png');
                         background-repeat:repeat;
                         }
	.headline_holder{

         		height:27px;

                         border-top:3px red solid;
                         border-bottom:1px red solid;

                         position:relative;

                         text-align:left;
                         font-size:12pt;
                         font-weight:bold;
         		}
         .inhalt_holder	{
                         text-align:left;
                         font-size:11pt;
         		}
         .fusszeile	{
         		height:30px;

                         border-top:1px red solid;
         		}
         .headline_cont	{
         		margin-top:3px;
                         margin-left:25px;
                         }
         .inhalt_cont	{
                         margin-top:10px;
                         margin-bottom:10px;
                         margin-left:5px;
         		}
         .fusszeile_cont {
         		width: 100%;
                         height: 100%;
                         font-size:9pt;
                         }
         .fusszeile_link	{
         		border-bottom:1px black dashed;
                         }
/*---- Unwetterwarnungen ----*/
         .rechts		{
         		float:right;
         		width:300px;
                         }
         #unwetter	{
                         width:300px;
         		}
         .unwetter_img	{
                         width:250px;
                         margin-left:25px;
                         border:0;
         		}
