/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
*{
	font-family: "Trebuchet MS", Arial, Verdana;
}

body {
	background: #000000 url(http://www.siggisfahrschule.de/demo/images/layout/gaestebuch.jpg) top center no-repeat;
	padding-top: 250px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
	
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
	background-color: #d2d2d2;
	margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
	padding: 5px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
	background-color: #3F3F3F;
	font-size: 12px;
	font-weight: bold;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
	background-color: #3F3F3F;
	font-size: 11px;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
	background-color: #3F3F3F;
	font-size: 11px;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
	color: #2ae361;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;	
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
	background-color: #efefef;
	font-size: 11px;
	border: 1px solid #d2d2d2;
	width: 200px; 
}
.textfeld {
	background-color: #efefef;
	font-size: 11px;
	border: 1px solid #d2d2d2;
	width: 300px; 
}
.los {
	background-color: #efefef;
	font-size: 11px;
	border: 1px solid #ffffff;
	width: 100px; 
}

form {
	display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
}

.tc {
	font-size: 11px;
	text-align: center;
	padding: 2px;
	width: 20px;
}

.tca {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	width: 18px;
	text-align: center;
}

.tci {
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

.tc a {
	text-decoration: none;
	color: #800000;
}
.tc a:hover {
	text-decoration: none;
	color: #000000;
}

/* ------------------------------------------- */
