﻿/* css fuer cazano.de */


p,td,tr,br,form,input,nobr,div,ul,ol,li 
{
    font-family:"Arial";
    color:#0000FF;
    text-align: left;
}



h1 {font-family:"Arial";
    color:#0000FF;
    font-size:20px;}
h2 {font-family:Century Gothic;color:#0000FF;font-size:16px;}

a:active {color:#0000FF; text-decoration:"underline";}
a:visited {color:#2424FF; text-decoration:"underline";}
a:link {color:#4848FF; text-decoration:"underline";}
a:hover {color:#FF0000; text-decoration:"underline";}


body {
scrollbar-base-color: #B4B4FF;         /* Basisfarbe der Scroll-Leiste ???*/

scrollbar-3dlight-color: #ff0000;      /* Farbe für 3D-Effekte   */
scrollbar-darkshadow-color: #ff0000;   /* Farbe für Schatten   */

scrollbar-highlight-color: #B4B4FF;    /* Farbe für oberen und linken Rand   */
scrollbar-shadow-color: #B4B4FF;       /* Farbe für unteren und rechten Rand   */

scrollbar-arrow-color: #0000ff;        /* Farbe für Verschiebepfeile   */

scrollbar-face-color: #B4B4FF;         /* Farbe für Oberfläche   */
scrollbar-track-color: #D8D8FF;        /* Farbe für freibleibenden Verschiebeweg   */

background-color: #D0D0D0;
}



/* Allgemeine formate --------------------------------------------------------*/




/* Styles vom Presentation-Bereich -------------------------------------------*/


.style_table_presentation /* Tabellenformat für Toolbar Sub */
{
    width: 600;
    height: 320;
    border: 0px solid #008C78;  /* Farbe vom Rahmen */
    background-color: #ffffff;   /*Hintergundfarbe */
/*    border-collapse:seperate;  /* collapse: Linien von Zellen laufen zusammen */
/*    background-image: url('Bilder\NatStArb-2_H.jpg'); Funktioniert im IE nicht - keine Ahnung warum */
}
.style_table_presentation_cell_left /* Tabellenformat für Toolbar Sub */
{
    width: 200;
    vertical-align:middle;
    text-align:center; 
    border: 0px solid #008C78;  /* Farbe vom Rahmen */
}
.style_table_presentation_cell_right /* Tabellenformat für Toolbar Sub */
{
    border: 0px solid #008C78;  /* Farbe vom Rahmen */
}
.style_table_presentation_cell_mid /* Tabellenformat für Toolbar Sub */
{
    width: 400;
    vertical-align:middle;
    text-align:center; 
    border: 0px solid #008C78;  /* Farbe vom Rahmen */
}
.style_image_presentation_image_preview
{
    width: 90px;
    height: 60px;
}
.style_image_presentation_image_detail
{
    width: 320px;
    height: 200px;
    filter:blendTrans(Duration=1, Transition=16)
}
.style_image_presentation_text_detail_headline
{
    text-align:center;
    font-weight:bold;
    font-size:small;
}
.style_image_presentation_text_detail_info
{
    text-align:center;
}












