/*Formatierung für normalen Text*/
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #FFFFFF;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #FFFFFF;
}

/*Fettschrift*/
b {
font-weight:bold;
}






/*Formatierung für die auswahl.php*/
/*Überschrift h1*/
#auswahl h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color:#FFFFFF;
text-align:center;
}
/*Links*/
#auswahl a:link {
font-size: 12px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
/*besuchte Links*/
#auswahl a:visited {
font-size: 12px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
/*Mouseover-Effek*/
#auswahl a:hover {
font-size: 12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
/*Aktive Links*/
#auswahl a:active {
font-size: 12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}


/*Formatierung für die show.php/new.php*/
/*Überschrift h2*/
#show h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color:#FFFFFF;
text-align:center;
}
/*Links*/
#show a:link {
font-size: 12px;
color:#FFFFFF;
text-decoration:underline;
}
/*besuchte Links*/
#show a:visited {
font-size: 12px;
color:#FFFFFF;
text-decoration:underline;
}
/*Mouseover-Effek*/
#show a:hover {
font-size: 12px;
color:#FFFFFF;
text-decoration:none;
}
/*Aktive Links*/
#show a:active {
font-size: 12px;
color:#FFFFFF;
text-decoration:none;
}
#show p.comments{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #FFFFFF;
}
#show .textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*Formatierung für Copyright*/
#copy p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
color: #FFFFFF;
}
/*Link (Copyright)*/
#copy a:link {
font-size: 10px;
color:#FFFFFF;
text-decoration:underline;
}
/*besuchter Link (Copyright)*/
#copy a:visited {
font-size: 10px;
color:#FFFFFF;
text-decoration:underline;
}
/*Mouseover-Effek (Copyright)*/
#copy a:hover {
font-size: 10px;
color:#FFFFFF;
text-decoration:none;
}
/*Aktiver Link (Copyright)*/
#copy a:active {
font-size: 10px;
color:#FFFFFF;
text-decoration:none;
}