/*********Stileigenschaften für alle sites*********/
*{
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#cccccc;
letter-spacing: 1px;	
}

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

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

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


/*********Stileigenschaften für alle Unterseiten*********/
table#unterseite{
background-color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}