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

/********************************************* umschließende Seitentabelle *******************************/
<!--
.table-site
{
/* Breite der Seitentabelle */
width:100%;

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

/* Abstand Elemente zum Seitenrand */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

/********************************************* Haupttabelle *******************************************/

.table-main
{
/* Breite der Haupttabelle */
width:100%;

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

/********************************************** Logo/Kopfzeile ************************************************/

/* erste Spalte */
.td-1
{width:20px; height:30px}

.td-1-dunkel
{width:20px; height:30px; background-color:#333333;}
 
/* Logo */
.td-logo
{width:130px; text-align:center;}

/* Überschriftenzelle */
.td-ueberschrift
{
background-color:#333333;
font-family:Futura Md BT, Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-style:normal;
font-weight:normal;
color:#ffffff;
text-align:center;
}

/************************************************* Navi/Hauptteil ******************************************/

/* erste Spalte */
.td-1-2
{width:20px;}

/* Navispalte */
.td-navi-groß
{width:130px; height:480px; background-color:#333333; text-align:left; vertical-align:top}

/********************************************** Fußteil **********************************************************/

/* Navi klein / dritte Spalte */
.td-navi-klein
{
heigth:35px;

/* Textausrichtung */
text-align:right; vertical-align:bottom;

/* Schrift */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
}

/**************************************************** große Navitabelle *******************************************************/

.table-navi-groß
{
/* Breite der Navitabelle */
width:125px;

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

.td-link
{height:30px}

.td-linie
{height:10px;}

/********************************************* Inhaltstabelle *******************************************/

.table-content
{
/* Breite und Höhe der Inhaltstabelle */
width:800px; height:445px;

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

/* Textausrichtung */
.td-content
{vertical-align:top;}

/************************************ kleine Navitabelle *******************************************************/

.table-navi-klein
{width:300px; height:20px;}

//-->