/* ***************************** */
/* Standard Design Einstellungen */
/* ***************************** */

/**********************************************************************************
Nehmen Sie Änderungen am besten nur am Benutzer Design benutzer.css im Hauptverzeichnis
durch den Admin, oder über FTP vor. Diese Datei sollte im Normalfall nicht geändert werden
***********************************************************************************/

/* Allgemeines für Body und nicht näher zugewiesene Ausgaben */

body{
        padding:0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-image: url(../bilder/background.jpg);
        background-repeat:repeat-x;
        font-size:12px;
        font-family: Trebuchet MS;
        font-weight: normal;
        background-color:#c7cad0;

}

td {
        font-size:11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Der alles umschließende Außenbereich */
/* ##########################################################*/
table.main_border {
        border-width:0px;
        padding: 0px;
        background-color: #ffffff;
}


/* Navigation über dem Logo + Bannerfeld */
/* ####################################################### */
table.navi_head {
        border-width:0px;
        padding: 1px;
        background-color: #fbe5c9;
}
td.navi_head {
        
}

a.navi_head:link {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        
}
a.navi_head:visited {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        
}
a.navi_head:hover {
        text-decoration: none;
        color: #FF8F00;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        
}



/* Box mit dem Logo und Banner */
/* ####################################################### */
table.logo_box {
        border-width:0px;
        padding: 0px;
        background-color: #ffffff;
        
}
td.logo_box {
        border-width:0px;
        padding: 3px;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}




/* Navigation unter dem Logo + Bannerfeld */
/* ####################################################### */
table.footer_navi {
       width:930px;
       height:35px;
        
}
td.footer_navi {
        padding: 8px;
        color: #fff;
        font-size: 12px;
        font-family: 'Trebuchet MS', Verdana;
        font-weight: normal;
        background-image: url(../bilder/menu_buttons.jpg);
}
a.footer_navi:link {
        text-decoration: none;
        color: #FFF;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        font-weight: bold;
}
a.footer_navi:visited {
        text-decoration: none;
        color: #FFF;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        font-weight: bold;
}
a.footer_navi:hover {
        text-decoration: none;
        color: #FFF;
        font-size: 13px;
        font-family: 'Trebuchet MS', Verdana;
        font-weight: bold;
}



/* Box mit dem Suchfeld */
/* ####################################################### */
table.such_box {

}
#suchen {margin-left:-435px; margin-top:-35px;}
td.such_box {
        
        padding: 8px;
        background-image:url(../bilder/suchfeld.jpg);
        background-repeat:no-repeat;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.such_box {
        text-decoration: underline;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}

td.such_box_suche {
        
        padding: 8px;
		background-color:#fdf1e3;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}




/* Das Design der Inhaltsfelder aller Ausgaben
( Kategorien, Webtipps, Anzeigen, Suchergebnisse etc. */
/* ##########################################################*/

table.main {
        border-left-width:0px;
        border-right-width:0px;
        border-top-width:0px;
        border-bottom-width:0px;
        padding: 0px;
        border-style: solid;

        border-left-color: #dddddd;
        border-right-color: #dddddd;

        background-color: #ffffff;
}

/* Überschriften für allgemeine große Ausgabefelder
wie Kategorieübersicht und Inhalte: */

td.main_headline {
               padding: 3px;
        background-color: #f7c68b;

        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}


/* Überschrift der Eintragsmenge im Verzeichnis */
td.main_headline_verz {
        border-left-width:0px;
        border-right-width:0px;
        border-top-width:0px;
        border-bottom-width:1px;
        border-style: solid;

        border-bottom-color: #dddddd;

        padding: 3px;
        background-color: #ffffff;

        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}

/* Überschriften für die kleinen Felder Webtipps und Anzeigen */
td.main_headline_small {
        border-left-width:0px;
        border-right-width:0px;
        border-top-width:1px;
        border-bottom-width:1px;
        border-style: solid;

        border-top-color: #666666;
        border-bottom-color: #666666;

        padding: 3px;
        background-color: #efefef;

        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}

/* Inhaltsbereich für allgemeine große Ausgabefelder
wie Kategorieübersicht und Inhalte: */

td.main_inhalt {
        border-width:0px;
        padding: 5px;
        background-color: #ffffff;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}

/* Inhaltsbereich für die kleinen Felder Webtipps und Anzeigen */
td.main_inhalt_small {
        padding: 5px;
        background-image: url(../bilder/content_left.jpg);
        background-repeat:no-repeat;
        color: #666666;
        font-size: 12px;
        font-family: 'Trebuchet MS',Verdana;
        font-weight: normal;
        height:552px;
}

td.main_inhalt_small_right {
        background-image: url(../bilder/content_right.jpg);
        background-repeat:no-repeat;
        color: #666666;
        font-size: 12px;
        font-family: 'Trebuchet MS',Verdana;
        font-weight: normal;
        height:552px;
}


/* Links in Fettschrift */
a.main_fett:link {
        text-decoration: none;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}
a.main_fett:visited {
        text-decoration: none;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}
a.main_fett:hover {
        text-decoration: none;
        color: #FF8F00;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}

/* Normale Links */
a.main:link {
        text-decoration: none;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.main:visited {
        text-decoration: none;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.main:hover {
        text-decoration: none;
        color: #FF8F00;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Werbefeld Unter den Hauptinhalten */
/* ####################################################### */
table.werbe_box {
        
}
td.werbe_box {
        
        padding: 3px;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
        background-image: url(../bilder/footer_trend.jpg);
        background-repeat:no-repeat;
        height:144px;
}
a.werbe_box:link {
        text-decoration: underline;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.werbe_box:visited {
        text-decoration: underline;
        color: #666666;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.werbe_box:hover {
        text-decoration: none;
        color: #FF8F00;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}



/* Copyright unter der Seite */
/* ####################################################### */
table.copyright {
        
}

td.copyright {
       
        color: #ffffff; 
        font-size: 7pt;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
        height:33px;
        padding:0px;
}
a.copyright {
        color: #808080;
        font-size: 7pt;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
        text-decoration: none;

}




/* Die Kleine URL Anzeige unter Such- und Verzeichniseinträgen */
.kleine_url {
        color: #008040;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Kleine Kategorie Anzeige bei Verzeichniseinträgen */
.kleine_kat {
        color: #666666;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.kleine_kat:link {
        text-decoration: none;
        color: #666666;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.kleine_kat:visited {
        text-decoration: none;
        color: #666666;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.kleine_kat:hover {
        text-decoration: none;
        color: #FF8F00;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Kleine Resultrank Anzeige bei Verzeichniseinträgen */
.result {
        color: #666666;
        font-size: 10px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Hervorhebung der aktuellen Seitenzahl in
Suchergebnis- und Verzeichnisnavigation */

.seite_jetzt{
        color: red;
        font-weight: bold;
        text-decoration: none;

}

/* Kleine Pfeile vor den Unterkategorien
auf der Startseiten Übersicht */
.pfeile{
        color: #808080;

}



/* Sonstige Designs wie Buttons, Eingabefelder etc. */
/* ##################################################*/

.submit_such{
border-width: 1px;
font-size: 13px;
border-color: #918472;
color: #000;
font-weight: normal;
background-color: #efefef;
background-position: 1px 1px;
border-style: solid;
font-family: 'Trebuchet MS', Verdana;
cursor: pointer;
width:54px;
}

.submit{
border-width: 1px;
font-size: 9pt;
border-color: #666666;
color: #666666;
font-weight: normal;
background-color: #efefef;
border-style: solid;
font-family: Arial;
cursor: pointer;
}

.textfeld{
border-width: 1px;
border-color: #666666;
color: #666666;
border-style: solid;
font-family:'Trebuchet MS', Verdana;
cursor: text;
}

.select{
color: #666666;
background-color: #f4f4f4;
font-family:Arial;
cursor: pointer;
width: 394px;
}


h1 {
        color: #666666;
        font-size: 18px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h2 {
        color: #666666;
        font-size: 16px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h3 {
        color: #666666;
        font-size: 14px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h4 {
        color: #666666;
        font-size: 12px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}

.logo { width:930px; height:244px; background-image:url(../logo_trend.jpg);}
.logo .schnellanfrage { width:383px; height:171px; background-image:url(../bilder/bg_schnellanfrage.jpg); background-repeat:no-repeat;}
#button1off { width:178px; height:41px; margin-top:38px;}
#button2off { width:178px; height:41px; }
#button3off { width:178px; height:41px; margin-top:2px;}
#button4off { width:178px; height:41px; margin-top:1px;}
#button5off { width:178px; height:41px; margin-top:1px;}
#button6off { width:178px; height:41px; margin-top:1px;}
#button7off { width:178px; height:41px; margin-top:1px;}
#button8off { width:178px; height:41px; margin-top:1px;}
#button9off { width:178px; height:41px; margin-top:1px;}
#button10off { width:178px; height:41px; margin-top:1px;}
img 					{border:0}

#w1off { width:190px; height:48px; margin-top:37px;}
#w2off { width:190px; height:42px; margin-top:1px;}
#w3off { width:190px; height:42px; margin-top:1px;}
#w4off { width:190px; height:42px; margin-top:1px;}
#w5off { width:190px; height:42px; margin-top:1px;}
#w6off { width:190px; height:42px; margin-top:1px;}

#links { width:850px; height:90px; margin:48px 0 0 20px;float:left;}
#links a {color:#626262; text-decoration: none;}

/* Hauptbox */

#ueberschrift {width:; height:; font:16px 'Trebuchet MS'; color:#000;}
.bildcontainer {float:left; margin-top:16px;width:309px; height:247px; }
.googlewerbung {float:left;}
.beschreibung {clear:left; width:523px; font:12px 'Trebuchet MS'; color:#000; padding-top:17px;}

.unterbox {float:left; width:266px; height:84px; margin-top:24px;}
.unterbox .linkebox {float:left; width:115;}
.unterbox .rechtebox {float:left; background-image:url(../bilder/background_box.jpg); background-repeat:no-repeat; width:134px; height:83px;}
.unterbox .rechtebox .titel {padding:13px 0 0 12px; font:14px 'Trebuchet MS'; color:#000;}
.unterbox .rechtebox .text 	{height:32px; font:12px 'Trebuchet MS'; color:#000; padding: 8px 0 0 13px;}
