/* CSS Document */

/* Menügrafik ausrichtung korrigieren */
#grafik_menue {
	top: -13px;
}

.gast_eintrag {
	position: relative;
	padding-top: 20px;
	left: 45px;
	width: 630px;
	clear: both;
}

.gast_eintrag h3 {
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

.gast_eintrag span {
	display: block;
	font-size: 12px;
}

.gast_eintrag span a {
	test-decoration: none;
	color: #EC8624;
}

.gast_eintrag p {
	font-size: 12px;
	text-align: justify;
}

#gast_neu {
	position: relative;
	width: 250px;
	border: 1px solid #ccc;
	margin: 20px 0 20px 240px;
}

#gast_neu strong {
	color: #FF0000;
}

#gast_neu h3 {
	color: #EC8624;
	padding: 10px 0 20px 10px;
	margin: 0;
	font-weight: normal;
}

#gast_neu div {
	position: relative;
	width: 250px;
	margin-bottom: 5px;
}

#gast_neu label {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
}

#gast_neu input {
	position: absolute;
	width: 140px;
	right: 10px;
	font-size: 12px;
}

#gast_neu textarea {
	position: relative;
	display: block;
	width: 230px;
	left: 10px;
	font-size: 12px;
	height: 120px;
}

#gast_neu p {
	position: relative;
	width: 230px;
	left: 10px;
	font-size: 12px;
	padding-top: 20px;
}

#gast_neu img {
	position: relative;
	left: 10px;
}

#system_meldung {
	color: #009900;
	width: 700px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

.gaestebuch_anmerkung {
	font-size: 12px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}

.gaestebuch_anmerkung strong {
	font-weight: normal;
	color: #EC8624;
}

.gaestebuch_anmerkung span {
display: inline;
color: #666;
}


.trennpunkte {
	clear: both;
}
