
/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
	width: 100%;
	font-size: 62.5%;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
	font-size: 12px;
	color: #4a5871
}

/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
	margin-bottom: 5px;
	border-collapse: collapse;
}

.gbentrytop,
.gbentryout,
.gbentrybottom {
	padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
	background-color: #4d981c;
	font-size: 1.2em;
	color: #fff;
	padding: 2px 2px 2px 10px;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
	font-size: 1.2em;
	color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
	background-color: #4d981c;
	font-size: 12px;
	color: #000000;
}

.gbentrytop a,
.gbentryout a,
.gbentrybottom a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.gbentrytop a:hover,
.gbentryout a:hover,
.gbentrybottom a:hover {
	font-size: 1.2em;
	color: #fff;
	text-decoration: underline;
}

/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
	background: url(http://www.trendstudio-patrick-niemann.de/images/form-hg.png) repeat-x #fcfcfc;
	border:1px solid #000;
	color: #000;
	color:#000;
	font-size: 1.2em;
	font-family:"Trebuchet MS", Verdana, Arial;
	margin:0 0 10px 0;
	padding:2px;
	width: 280px;
}

.textfeld {
	background: url(http://www.trendstudio-patrick-niemann.de/images/form-hg.png) repeat-x #fcfcfc;
	border:1px solid #000;
	color: #000;

	font-size: 1.2em;
	font-family:"Trebuchet MS", Verdana, Arial;
	width: 280px;
}

.los {
	background: #4d981c;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size: 1.2em;
	font-family:"Trebuchet MS", Verdana, Arial;
	height:28px;
	padding:0 0 3px;
	position:relative;
	text-align:left;
	text-decoration:none;
	text-indent:22px;
	width: 100px;
}

form {
	display: inline;
}

/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
	background-color: #4d981c;
}

.tc {

	font-size: 1.2em;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-align: center;
	background-color: #efefef;
	padding: 2px;
	width: 20px;
}

.tca {

	font-size: 1.2em;
	font-family:"Trebuchet MS", Verdana, Arial;	font-weight: bold;
	padding: 2px;
	width: 18px;
	text-align: center;
	background-color: #4d981c;
}

.tci {
	font-size: 0.85em;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #4d981c;
}

.tc a {
	text-decoration: none;
	color: #fff;
}

.tc a:hover {
	text-decoration: none;
	color: #000000;
}

/* ------------------------------------------- */

