/*----------- allgemeine formatierung -----------*/

table {
  border-collapse   :collapse;
}

td {
vertical-align     : top;
}

h1{
  text-align            :center;
  font-size             : 24px;
}


/*----------- layout für die Ausgabetabelle-------- */

body.gaestebuch
{ 
  background-color : white;
}

table.gaestebuch {
  width             : 500px;  
  border            : solid #CECFCE 2px;
  table-layout      :auto;          
}

td.ueberschrift {
  
  color            : rgb(255,209,129);
}

tr.ueberschrift {
  height           : 25px;
  background-color : rgb(0,0,0);
}

td.beitrag {
  background-color : rgb(255,209,129);
  color            : black;
  margin-left       :10px; 
  margin-right      :10px;
}

div.eintrag {
  margin          : 10px;
}

div.eintragen {
  text-align    : center;
}


/*------------------ neuer_eintrag -------------------*/

table.eintrag{
background-color: rgb(255,209,129);
}

td.betreffundeintrag {
  width             : 80px;  
}

h1.ueberschrift{
color       : rgb(0,0,0);
}

textarea.beitrag {
 width             : 300px;
 height            : 200px;
 vertical-align    : top;
}

input.betreff {
  width           : 300px;
}

#seite{
width	: 20px;
border	: 1px solid black;
text-align : center;
font-size           : 11px;
background-color: rgb(0,0,0);
}


/*----------------definieren der Farbverhalten von Links--------------------*/
a:link {color:rgb(255,209,129); text-decoration:none}
a:visited {color:rgb(255,209,129); text-decoration:none}
a:active {color:#rgb(255,209,129); text-decoration:none}
a:hover {color:#rgb(255,209,129); text-decoration:none}

/*---------------- admin.php------------------------------*/

table.admin_layout{
  background-color   : rgb(255,209,129);
  width              : 400px;
  text-align         : center;
  border             : solid black 1px;
}

td.tabellen_ueberschrift{
  background-color   : rgb(255,209,129);
  font-weight        : bold;
  font-size          : 20px;
  text-align         : center;
}

/*--------------- news_schreiben--------------------------*/

textarea.news {
 width             : 300px;
 height            : 200px;
 vertical-align    : top;
}

