p, .font {
    font-family: verdana, times new roman;
    font-weight: normal;
    color: #2b364d;
}

b, strong, i, italic {
   color: #f5529d;
}

#container {
    position: absolute;
    top: 450px;
    left: 150px;
    width: 700px;
}

#topnav {
	position: absolute;
    top: -40px;
    left: 300px;
    width: 100%;
}
/* Inlines CSS für die Header-Grafik */
#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
table {
    font-weight: normal;
    font-size: 12pt;
    color: #2b364d;
    font-style: normal;
    font-family: verdana, times new roman, georgia;
    table-border: 1;
    height: 1px;
    letter-spacing: 0px;
    text-indent: 0cm;
    line-height: 14pt;
    text-align: justify;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 10px;
    border-radius: 5px;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative; /* Damit die Pseudoelemente relativ zu diesem Element positioniert werden */
}

td {
	padding-left: 10px;
}

.meta {
	padding-right: 10px;
	border-right: 1px solid #d6d6d6;
}

body {
    scrollbar-face-color: #2b364d;
    font-size: 12pt;
    scrollbar-highlight-color: #e2e6ed;
    scrollbar-shadow-color: #e2e6ed;
    color: #2b364d;
    scrollbar-3dlight-color: #e2e6ed;
    scrollbar-arrow-color: #2b364d;
    scrollbar-track-color: #e2e6ed;
    scrollbar-darkshadow-color: #e2e6ed;
    background-color: #e2e6ed;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 16pt;
    font-family: verdana, times new roman, georgia;
	background: url('https://treasure-chest.org/guestbook/templates/musashi/images/gb-background.jpg') repeat;
}

a:link,
a:visited,
a:hover {
    font-family: verdana, times new roman;
    text-decoration: none;
    border-bottom: 2px dotted #f3d933;
}

a:link {
    color: #ea5896;
}

a:visited,
a:active {
    color: #dd0e54;
}

a:active {
    border-bottom: 2px dotted #ff2a8a;
    cursor: default;
}

a:hover {
    color: #ff2a8a;
    font-weight: normal;
    cursor: help;
    border-bottom: 1px dotted #2b334b;
}

h1,
h2 {
    border-bottom: 2px dotted #f3d933;
    margin: 5px 0px;
    font-weight: bold;
    height: 20px;
    text-align: left;
    letter-spacing: 1px;
    padding-right: 5px;
    line-height: 22px;
}

h1 {
    font-size: 20pt;
    color: #f5529d;
    font-family: georgia, verdana, times new roman;
}

h2 {
    font-size: 16pt;
    color: #2b364d;
    font-family: georgia, verdana, times new roman;
}

#footer {
	font-size: 9pt;
	color: #f5529d;
}

/* Eintragen Stil */

form {
    width: 600px;
    font-family: Verdana, sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"], textarea {
    width: 600px;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12pt;
    box-sizing: border-box; /* Verhindert, dass die Breite durch Padding erhöht wird */
}

textarea {
    height: 220px;
}

.hidden {
    margin-bottom: 10px;
}

.hidden label {
    display: block;
    color: #f5529d;
    font-weight: bold;
}

input[type="submit"] {
  background-color: #f4d934; 
  color: #f50355;            
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #f5529d;
  color: #ffffff;            
}

