/* * * * * * * * * * * * * * * * * * * * *
 * layout_newspresse.css
 * CSS version: 2.1
 *
 * Defines the layout (div's)
 *
 * author: Benno Mielke
 * eMail:  benno.mielke@googlemail.com
 *
 * * * * * * * * * * * * * * * * * * * * */
body {
   background-image: url( '../../../pictures/bg_maisfeld.jpg' );
}

#content
{
   width: 980px;
   margin: 0 auto;
   padding-top: 10px;
   padding-bottom: 10px;
}

#old_news
{
   width: 220px;
   float: left;
}

#act_news
{
   width: 220px;
   margin-top: 10px;
   float: left;
}

#news
{
   width: 500px;
   margin-top: 2px;
   float: left;
   margin-left: 5px;
}

#search
{
   width: 240px;
   margin-top: 17px;
   margin-left: 10px;
   float: left;
   font-size: 11px;
}

.news-list-item
{
   margin-bottom: 20px;
   margin-top: 15px;
}

.news-list-item p
{
   text-align: justify;
   background-image: url( '../../../pictures/bg_tab_0.png' );
   background-repeat: repeat;
}

.news-list-item h3, .news-list-category
{
   background-image: url( '../../../pictures/bg_tab_1.png' );
   background-repeat: repeat;
   padding: 0;
   margin: 0;
}

.news-list-item a, .news-list-item a:hover, .news-list-item h3 a {
   color: #000;
}

/* Definition des Innenabstands der news records */
.news-list-item p, .news-single-item p, .news-list-category, .news-list-morelink, .news-single-category, .news-single-backlink
{
   padding-right: 10px;
   padding-bottom: 5px;
   padding-top: 5px;
}

#news .news-single-item
{
   background-image: url( '../../../pictures/bg_tab_0.png' );
   background-repeat: repeat;
}

#news .news-single-item p, #news .news-single-category
{
   text-align: justify;
}

#news .news-single-item h2
{
   background-image: url( '../../../pictures/bg_tab_1.png' );
   background-repeat: repeat;
   color: #000;
   margin-top: 15px;
   font-size: 20px;
   text-align: center;
}

#news .news-single-backlink
{
   font-weight: bold;
}

#search h3, #search p, #search .news-list-category
{
   background-image: none;
}

#search h3
{
   font-size: 13px;
   font-weight: bold;
}

#search .news-catmenu-NO, #search .news-catmenu-ACT
{
   width: 45px;
   float: left;
   padding-top: 3px;
}

#search .news-search-form form .news-search-form-submit input {
   width: 80px;
}

#search .news-search-form input {
   width: 150px;
}

.news-single-img, .news-list-item a img {
   float: left;
   margin-right: 15px;
}

.news-list-item h3 {
   margin-bottom: 5px;
}

.news-list-category {
   font-weight: bold;
   margin-top: 5px;
}

.news-single-img {
   width: 240px;
}

.news-single-item p {
   padding-left: 10px;
}

.news-single-img p {
   font-weight: bold;
   padding-right: 3px;
   font-size: 10px;
   padding-top: 0px;
   padding-left: 0px;
   margin-top: 0px;
}

#news p {
   text-align: justify;
}

#news td {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

