/*Formatierung für die auswahl.php*/
/*Überschrift h1*/
#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:underline;
font-weight:bold;
}
/*besuchte Links*/
#auswahl a:visited {
font-size: 12px;
color:#000000;
text-decoration:underline;
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;
}
.td_background{
	background-color:#C1CDCD;
}
a.buttons{
	background-color:#C1CDCD;
	font-family: Verdana;
	text-decoration: none;
	font-size:12px;
	display: block;
	border-color: #e3e3e3;
	border-style: groove;
	text-align: center;
	padding: 3px;
}

a.buttons:hover{
	background-color:#C1CDEE;
	font-family: Verdana;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

.entry {
    ;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid;
    font-size:12px;
}

.newhead {

    background-image: url(images_gb/neu_eintrag.gif);
    background-repeat: no-repeat;
    color: white;
    font-family: Verdana;
    font-size:12px;
    padding: 5px;
}

.newheadunten {

    background-image: url(images_gb/neu_eintrag_unten.gif);
    background-repeat: no-repeat;
    color: #000000;
    font-family: Verdana;
    padding: 1px;
}


.newleft {
    background-color: #C1CDCD;
    color: #000000;
    font-family: Verdana;
}


.newright {
    background-color: #C1CDCD;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}
