
/***************************************************************
*  Copyright notice
*
*  (c) 2007 Thomas Wittich, www.bueffelsoft.de <rotes.bueffelfell@web.de>
*  All rights reserved
*
*  This script is part of the CyWeb project. The CyWeb project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 3 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/

/* This is the one and only CSS-File of CyWeb-Project */


* {padding:0px; margin:0px;}

* { font-family: verdana,arial,helvetcia;
    font-size: 12px;
  }

body  {
  margin-left:0;
}
  
td, th { vertical-align:top; }
ul {margin-left:25px;}

/* CyWeb-Searchform ==========================================================
 *
 *
 * prefix = uebergabe in index.php 
 *
 *    
 * table.cyweb_searchform#cyweb_prefix_maintable
 *    th.cyweb_searchform#header
 *    form[name="cyweb_prefix_searchform"]
 *    th.cyweb_searchform#keywords
 *    th.cyweb_searchform#categoryId
 *    th.cyweb_searchform#categoryTree
 *    th.cyweb_searchform#since
 *    th.cyweb_searchform#tradeType
 *    th.cyweb_searchform#internalname          
 *    td.cyweb_searchform.select[name="cyweb_prefix_categoryId"]
 *    td.cyweb_searchform.select[name="cyweb_prefix_categoryTree"]
 *    td.cyweb_searchform.select[name="cyweb_prefix_since"] 
 *    td.cyweb_searchform.select[name="cyweb_prefix_tradeType"]         
 *    td.cyweb_searchform.select[name="cyweb_prefix_internalname"] 
 *    td.cyweb_searchform.input[name="cyweb_prefix_internalname"]          
 *    td.cyweb_searchform.input[name="cyweb_prefix_keywords"] 
 *  
 *    tr.cyweb_prefix_keywords 
 *    tr.cyweb_prefix_categoryId
 *    tr.cyweb_prefix_categoryTree    
 *    tr.cyweb_prefix_since
 *    tr.cyweb_prefix_tradeType     
 *    tr.cyweb_prefix_internalname (internalname=benutzerdefiniertes Feld)
 *    
 *    td.cyweb_searchform input.search[name=cyweb_prefix_search_submit]  
 */        
table.cyweb_searchform {}

/*Beispiel, um eine (oder mehrere) Zeilen mit prefix auszublenden prefix="pefix"*/
tr.cyweb_prefix_since, tr.cyweb_prefix_tradeType {
  display:none;
}

/*Searchform: headertext z.B: 'Suchformular' */
th.cyweb_searchform#header {
   font-family:    verdana,arial,helvetcia;
   font-size:      12px;
   font-weight:    bold;
   padding-bottom: 8px;
}

/* Searchfrom: alle labels */
th.cyweb_searchform {
    width:       125px;
    margin-left: 3px;
    margin-right:3px;
    text-align:  left;
    font-family: arial, helvetica, courier;
    font-weight: normal;
    font-size:   14px;
    white-space: nowrap;
}
/*Searchform-label: bei allen tags th ist die id internal_name  */
th.cyweb_searchform#keywords {
}
/*Searchform: input */
select.cyweb_searchform, input.cyweb_searchform {
    border:1px solid #a3b8de;
    height:18px;
}
/*Searchform: search-button */
.cyweb_searchform input.search {margin-top: 5px;width:120px;font-weight:bold;}

/* CyWeb-Pager ===============================================================*/

/*Seitenanzeige ganz oben 1 2 3 ... */
div.cyweb_pager {
    padding: 5px;    
    border-left:  1px solid #666666;
    border-right: 1px solid #666666;
    border-top:   1px solid #666666;
    border-bottom:1px solid #666666;
    background-color: #fffcf4;
    font-family: arial, helvetica, courier;
}

span.cyweb_pager_act {
    color: white;
    font-weight: bold;
    background-color: #505050;
    border: 1px solid #505050;
}

span.cyweb_pager {
    color: #776655;
    font-weight: bold;
}

span.cyweb_pager a, span.cyweb_pager a:hover, span.cyweb_pager a:visited {
    text-decoration: none;
    color: inherit;
}

/* CyWeb-List ================================================================*/
  
/* used for whole list wrapper */
div.cyweb-list {width:600px;}

/* used for caption of subitems */
div.cyweb_list {
    font-weight: bold;
}

/* used as container for all items of one entry */
.xxxcyweb_list_item {
   border-bottom: 1px dotted green;
}

td.cyweb_list_item {
    margin-left: 0px;
    /*border: 1px solid red; */
}

/* used for labels of field of one entry */
.cyweb_list_item_label {
    width: 80px;
    float:left;
    border-bottom: 1px dotted yellow;
    border-right: 1px dotted yellow;
}

/* used for values of fields of one entry */
.cyweb_list_item_value {
    width: 240px;
    border-bottom: 1px dotted blue;
    border-right: 1px dotted blue;
}

/* alle images rechts !*/
.cyweb-list-item img {
    /*border: 0px solid #000;*/
    /*float:right;*/
    border: 0px solid #d9d9d9;
    margin-left:10px;
    padding-right:10px;
}


/* div.cyweb-list-item
   width: 360px breite des inserates  

*/
table.cyweb-list-item {
    border-collapse: collapse;
    background-color: #ffffff;
    border-left:   1px solid #666666;
    border-right:  1px solid #666666;
}
.cyweb-list-item-odd {
    background-color: #F3F1ED;
    /*
    border-top: 1px solid #666666;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    */
}

tr.cyweb-list-item#title td {
    border-top:    0px solid #666666;
    padding-top:   5px;
    padding-left:  5px;
    padding-right: 5px;            
}
tr.cyweb-list-item#content td {
    padding-bottom: 5px;
    border-bottom:  1px solid #666666;    
}
tr.cyweb-list-item td {
    padding-left:    5px;
    padding-right:   5px;
}

.cyweb-list-item-date {
    float: right;
}

/* Im Inserat: Titel */
.cyweb-list-item-title {
    font-family: verdana, arial;
    font-weight: bold;
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 0px;
    /* background: white url('media/bg_cyweb_item2.png') repeat-y;*/
    /* background-color: #70bd35; */
    
}

/* Im Inserat: Titel */
.cyweb-list-item-odd .cyweb-list-item-title {
    background-color: #F3F1ED;
    
}

/* Im Inserat: Titel (Schriftgroesse wird von hier genommen) */
.cyweb-list-item-title a, .cyweb-list-item-title a:hover, .cyweb-list-item-title a:visited {
    text-decoration: none;
    color: #000000;
    font-size:10px;
    /* display:block; */
    padding:0px;
    padding-bottom:0px;
}
.cyweb-list-item-title a:hover {
	/* background-color: #ddddFF; */
	color: #0000FF;
}


/* Member (norbert) */
div.cyweb-list-item-address {
    font-family: verdana, arial;
    font-size:10px;
    font-style: normal; 
    color: #000000;   
}

/* Member (norbert) */
div.cyweb-list-item-address a {
    font-family: verdana, arial;
    font-size:10px;
    font-style: normal; 
}


/* Im Inserat: Kategorie*/
div.cyweb-list-item-category_name {
    font-style: italic;
    padding-bottom: 5px;
}

div.cyweb_clear {
    clear:both;
    height:0px;
    line-height: 0px;
}

/* Im Inserat: Angebot oder Nachfrage */
span.cyweb-list-item-searching {
    /* font-weight: bold; */
    color: #000000;
    font-style: normal;
    font-size: 11px;
}

div.cyweb-list-item-description {
    font-family: arial, helvetica, courier;
}
div.cyweb-list-item-date {
    font-family: arial, helvetica, courier;
    font-size:10px;
}

/* Im Inserat: Benutzername */
a.cyweb-list-item-owner {
    font-weight: bold;
    color: #000080;
    font-style: normal;
    font-size: 11px;
    text-decoration:none;
}

.cyweb-list-item-owner a:hover {
    color: red;
}

