body {
	font-family: Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;
	
	list-style: none;

	border: none;
	outline: none;
	
	color: #333;
	
	background: #81c1e3 url(http://www.mitraco-promotion-service.com/images/bg-backgroundContainer.jpg) no-repeat top center;

text-align: center;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

#top{
width: 550px;
margin: 0 auto;

padding-top: 250px;

background: url(http://www.mitraco-promotion-service.com/images/bg-guestbook.jpg) no-repeat top center;
}

.outborder {
}


/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
padding: 2px;
font-size: 11px;
color: #4a5871
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
}

.gbentrytop, .gbentrybottom {  
padding: 2px;
}
.gbentryout{
	padding: 10px 2px
}

/* GB-Eintragstemplate oben */
.gbentrytop {
	background-color: #B71414;
	font-size: 13px;
	color: white;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
	backgound: #FFFFFF;
	font-size: 13px;
	color: #333;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #B71414;
font-size: 13px;
color: white;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 13px;
color: white;
text-decoration: none;
font-weight: bold;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 13px;
color: white;
text-decoration: underline;
font-weight: bold;
}
.gbentryout textarea{
	background: white;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: white;
font-size: 12px;
border: 1px solid #d2d2d2;
width: 200px; 
}
.textfeld {
background-color: white;
font-size: 12px;
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*/

input.los{
	cursor: pointer;
}

.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-size: 12px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
font-style: italic;
color: #B71414;
}

.tci {
font-size: 12px;
padding: 2px;
color: #B71414;
font-weight: bold;
font-style: italic;
text-align: center;
}

.tc a {
text-decoration: none;
color: #800000;
}
.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */
