/********************************************* SEITENLAYOUT *******************************************/

/********************************************* UMSCHLIESSENDE SEITENTABELLE ************************/
.table_site
{
/* Breite der Seite */
width:760px; /* Mögliche Werte sind: Pixel und Prozent (z.B. 760px oder 100%) */

/* Rahmenbreite, -typ und -farbe des Seitenrahmens */
border:0px solid #8B0000;

/* Innenabstand vom Seitenrahmen zu den folgenden Objekten */
padding:0px 0px 0px 0px; /* oben, rechts, unten, links */

/* Vorder- und Hintergrundfarbe */
color:#000000;
/* background-color:#8B0000; */

/* Hintergrundbild */
background-image:url(../images/pixel.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:top left; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* NAVIGATION OBEN *******************************************/
.navigation_top
{
/* Schriftart */
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size:10pt;
font-style:normal; /* Mögliche Werte sind: normal, italic */
font-weight:normal; /* Mögliche Werte sind: normal, bold, bolder, lighter */
color:#333333;

/* Höhe der oberen horizontalen Navigationstabelle */
height:25px;

/* Rahmenfarbe, -typ und -breite des Tabellenahmens */
border-color:#8B0000;
border-style:solid;	/* Mögliche Werte sind: none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;

/* Innenabstand vom Rahmen */
padding:0px;

/* Hintergrundfarbe */
/* background-color:#FF9933; */

/* Hintergrundbild */
background-image:url(../images/header.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* TABELLE LOGO *******************************************/
.table_logo
{
/* Schriftart und -farbe */
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size:10pt;
font-style:normal; /* Mögliche Werte sind: normal, italic */
font-weight:normal; /* Mögliche Werte sind: normal, bold, bolder, lighter */
color:#ffffff;

/* Höhe der Logotabelle */
height:100px;

/* Rahmenfarbe, -typ und -breite des Tabellenahmens */
border-color:#000000;	
border-style:solid;	/* Mögliche Werte sind: none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-width:0px;	

/* Innenabstand vom Rahmen */
padding:0px;

/* Hintergrundfarbe */
/* background-color:#F5F5F5; */

/* Hintergrundbild */
background-image:url(../images/logo_bg.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* LOGO ECKEN UNTEN *******************************************/
.logo_ecken_unten
{
/* Höhe der Tabelle */
height:17px;

/* Hintergrundbild */
background-image:url(../images/logo_ecken_unten.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}


/********************************************* TABELLE ECKEN OBEN *******************************************/
.table_ecken_oben
{
/* Höhe der Tabelle */
height:10px;

/* Hintergrundbild */
background-image:url(../images/header_ecken_oben.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* TABELLE ECKEN UNTEN *******************************************/
.table_ecken_unten
{
/* Höhe der Tabelle */
height:15px;

/* Hintergrundbild */
background-image:url(../images/header_ecken_unten.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* TABELLE HAUPTTEIL *******************************************/
.table_main
{
/* Höhe des Hauptteils */
height:550px;

/* Rahmenfarbe, -typ und -breite des Tabellenahmens */
border-color:#000000;	
border-style:solid;	/* Mögliche Werte sind: none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-width:0px;

/* Innenabstand vom Rahmen */
padding:0px;

/* Hintergrundfarbe */
background-color:#ababab;
color:#000000;

/* Hintergrundbild */
background-image:url(../images/pixel.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:top left; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* HAUPTTEIL NAVIGATION LINKS *******************************************/
.navigation_left
{
/* Schriftart */
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size:10pt;
font-style:normal; /* Mögliche Werte sind: normal, italic */
font-weight:normal; /* Mögliche Werte sind: normal, bold, bolder, lighter */
color:#333333;
vertical-align:top;

/* Breite der linken Navigation */
width:175px;

/* Rahmenfarbe, -typ und -breite des Tabellenahmens */
border-color:#F5F5F5;	
border-style:solid;	/* Mögliche Werte sind: none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;

/* Innenabstand vom Rahmen */
padding:0px;

/* Hintergrundfarbe */
background-color:#FF9933;

/* Hintergrundbild */
background-image:url(../images/pixel.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:top left; /* Mögliche Werte sind: top, left, right, bottom, center */
}

/********************************************* HAUPTTEIL INHALT MITTE *******************************************/
.content_center
{
/* Schriftart */
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size:10pt;
font-style:normal; /* Mögliche Werte sind: normal, italic */
font-weight:normal; /* Mögliche Werte sind: normal, bold, bolder, lighter */
color:#333333;


height:550px;
/* Die Breite des mittleren Inhaltteils passt sich automatisch an und wird durch die Breite der linken und rechten Navigation beeinflusst */

/* Rahmenfarbe, -typ und -breite des Tabellenahmens */
border-color:#C0C0C0;	
border-style:solid; /* Mögliche Werte sind: none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;

/* Innenabstand vom Rahmen */
padding:15px 15px 15px 15px; /* oben, rechts, unten, links */

/* Hintergrundfarbe */
background-color:#F5F5F5;

/* Hintergrundbild */
background-image:url(../images/content_oben.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:no-repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:top; /* Mögliche Werte sind: top, left, right, bottom, center */
}

.schatten_rechts
{
width:15px;
height:550px;
/* Hintergrundbild */
background-image:url(../images/schatten_rechts.gif); /* pixel.gif ist eine transparente 1x1 Pixel grosse Gif-Datei, pixel_orange.gif ist eine orange 10x10 Pixel grosse Gif-Datei zum Testen*/
background-repeat:repeat-y; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:; /* Mögliche Werte sind: top, left, right, bottom, center */
}

