<!--
/**
 * Knusperleicht Newsscript CSS Template
 * (c) 1998-2005 - Knusperleicht Development
 * Alle Rechte vorbehalten. All rights reserved.
 * Supported by Prelax Webdesign http://www.prelax.at
 * Comments: german
 *
 * Default Style - made by Knusperleicht (http://www.knusperleicht.at)
 */


@import url(../../../schriftlayout.css);


/* meine eigenen Stylevorgaben*/

.news_aussenrum
{
 width:100%;
 position:relative;
 border-style:solid;
 border-width:1px;
 border-color:#666666;
 
 margin-top:1.5em;
 margin-bottom:2em;
}

.news_date
{
 position:absolute;
 top:3px;
 left:0px;
 width:85px; /*auch bei news_heading ändern!*/
 font-size:8pt;
 font-weight:bold;
 color:#949494;
 margin:0px;
}

.news_heading
{
 position:absolute;
 top:0px;
 left:85px; /* auch bei news_date ändern! */
 margin:0px;
}

.news_newstext
{
 padding-left:85px;

 margin-top:18pt;    /* = 11pt schriftgröße h2 + pt abstand */
 margin-bottom:15pt; /* = 8pt schriftgröße footer + 2 pt abstand */
}


.news_footer
{
 position:absolute;
 bottom:0px;

 border-top-style:solid;
 border-top-width:1px;
 border-top-color:#666666;
 
 font-size:8pt; /*wenn hier Änderung, dann auch bei news_newstext margin ändern */
 
 background-color:#E9E9E9;
 
 margin:0px;
 
 padding-left:0.5em;
 padding-right:0.5em;
}



-->


