/*
Stylesheet für Newsscript

Author:		Markus Müller
Version:	0.2

- Short Ansicht		(news) wird nicht mehr verwendet !!
- Komplett Ansicht 	(news-detail)
*/

/*Short Ansicht*/
#news_container
{
    
    width: 660px;
    height: 100%;
    text-align: left;
}
#news
{
    margin: 0px 20px 10px 5px;
    height: 150px;
    width: 300px;
    float: left;
}
#news_header
{
    font: 1.2em georgia, 'times new roman', times, serif; letter-spacing: 1px;
    width: 100%;
    height: 20px;
    text-align: left;
    background-color: white;
    border-bottom: 1px dashed #72811f;
}
#news_by
{
	font-size: .8em;
    height: 25px;
    text-align: left;   
    padding-bottom: 5px;
    padding-left: 2px;
}
#news_content
{
    width: 99%;
    height: 100px;
    padding-left: 2px;
    background-color: white;
}


/* Komplett Ansicht */
#news_detail_container
{
    
    width: 660px;
    height: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}

*html #news_detail_container
{
	margin-bottom: 20px;
	m\argin-bottom: 20px;
}

#news_detail
{
    margin: 10px 10px 20px 0px;
    width: 620px;
    text-align: left;
	float: left;
    background-color: transparent;
}
#news_detail_header
{
    width: 620px;
    height: 25px;
    text-align: left;
    background-color: transparent;
    border-bottom: 1px dashed #72811f;   
}
#news_detail_header_left
{
    width: 400px;
    height: 25px;
    text-align: left;
    float: left;
    padding-left: 5px;
    font: 1.2em georgia, 'times new roman', times, serif; letter-spacing: 1px; color: #72811f;
   
}
#news_detail_header_right
{
    width: 200px;
    height: 25px;
    float: right;
    text-align: right;
    font-size: .7em; position: relative; top: 10px;
   
}
#news_detail_content
{
    width: 99%;
    padding-top: 5px;
    padding-left: 15px;
    background-color: transparent;
}

