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

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






/*Formatierung für die auswahl.php*/
/*Überschrift h1*/
#auswahl {
	line-height:2;
}
#auswahl h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color:#282858;
text-align:center;
}
/*Galerieüberschriften auf der auswahl.php*/
#auswahl h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
text-align:center;
}
/*Links*/
#auswahl a:link {
font-size: 12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
/*besuchte Links*/
#auswahl a:visited {
font-size: 12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
/*Mouseover-Effek*/
#auswahl a:hover {
font-size: 12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
/*Aktive Links*/
#auswahl a:active {
font-size: 12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
#auswahl .rundrahmen {border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-color:black; border-left-color:black; border-top-color:black; border-bottom-color:black; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;}


/*Formatierung für die show.php/new.php*/
/*Überschrift h2*/
#show h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color:#282858;
text-align:center;
}
/*Links*/
#show a:link {
font-size: 12px;
color:#000000;
text-decoration:underline;
}
/*besuchte Links*/
#show a:visited {
font-size: 12px;
color:#000000;
text-decoration:underline;
}
/*Mouseover-Effek*/
#show a:hover {
font-size: 12px;
color:#000000;
text-decoration:none;
}
/*Aktive Links*/
#show a:active {
font-size: 12px;
color:#000000;
text-decoration:none;
}
#show p.comments{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #000000;
}
#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: #000000;
}
/*Link (Copyright)*/
#copy a:link {
font-size: 10px;
color:#282858;
text-decoration:underline;
}
/*besuchter Link (Copyright)*/
#copy a:visited {
font-size: 10px;
color:#000000;
text-decoration:underline;
}
/*Mouseover-Effek (Copyright)*/
#copy a:hover {
font-size: 10px;
color:#000000;
text-decoration:none;
}
/*Aktiver Link (Copyright)*/
#copy a:active {
font-size: 10px;
color:#282858;
text-decoration:none;
}
