/*********Stileigenschaften für alle sites*********/
*{
text-decoration:none;
font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
color:#cccccc;
letter-spacing: 1px;
}

/*********Stileigenschaften für den Body*********/
body{
background-color:#444444;
}

/*********Stileigenschaften für alle Links*********/
a{
color:#999999;
}

a:link { font-weight:normal; color:#666666; text-decoration:none; }
a:visited { font-weight:normal; color:333333; text-decoration:none; }
a:hover { font-weight:normal; color:#ffffff;; text-decoration:none; }
	m { font-size: 14px; color:#ffffff; font-style:italic; font-weight:light }
	l { font-size: 12px; color:#444444;}




/*********Stileigenschaften für den Titel*********/
table#titel{
background-color:#ff9900;
width:800;
height:140;
cellspacing:0;
cellpadding:0;
}

/*********Stileigenschaften für das Menü*********/
table#menue{
background-color:#ff9900;
padding-left:10px;
width:260;
height:350;
cellspacing:0;
cellpadding:0;
}

/*********Stileigenschaften für das Menü unten *********/
table#unten{
background-color:#ff9900;
width:240;
height:10;
cellspacing:0;
cellpadding:0;
font-size:11px;
font-weight:70;
}

/*********Stileigenschaften für alle content-sites*********/
table#mitte_content{
width:508;
height:400;
cellspacing:0;
cellpadding:0;
color:#999999;
font-size:11px;
font-weight:100;
}
/*********Stileigenschaften für alle Unterteile der content-sites*********/
table#mitte_content tr#content{
color:#999999;
font-size:11px;
font-weight:70;
position:top;
}
table#mitte_content td#menue{
width:300;
height:400;
cellspacing:0;
cellpadding:100;
font-size:18px;
font-weight:200;
color:#999999;
}


/*********Stileigenschaften für alle Unterseiten*********/
table#unterseite{
background-color:#333333;
font-family:arial;
font-size:11px;
color:#666666;
}

table#seite{
background-color:#fff;
font-family:arial;
font-size:11px;
color:#333333;
}