html, body {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #1a1a1a;
	background-color: #fff;
	text-align:left;
}

@page { size:portrait; }



table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	text-align: left;
}


h3 {
	font-size:15px;
	color:#690;
	margin-top:15px;
}

img {
	border: #444 solid 2px;
}

/*==========================================CONTAINER==============================*/

#centercourt {
	margin:0 auto 0 auto;
	text-align: left;
	height: 100%;
}

#head {
	display:display !important;
	margin:0 auto 0 auto;
	background-image:   url(imago/header_print.gif); 
	background_repeat: no-repeat;
	height:141px;
	width:630px;
}

#content {
	text-align:left; /*Aufhebung des align-center des bodys wg. IE*/
	margin:0 auto 0 auto;
	width:80%;
}

#navi {
	display:none;	
}

#parle {
	text-align:left;
}

#navpoint {
	display:none;
	}

#navpoint_d {
	display:none;
}

#navsub {
	display:none;
}

#footer {
	display:none;

}

#footerlinks {
	display:none;
}

/* ENDE CONTAINER *** ENDE CONTAINER *** ENDE CONTAINER *** ENDE CONTAINER *** ENDE CONTAINER */

.hohelinie {
	line-height:1.5;
}

.bold {
	font-weight:bold;
}

.boldgreen {
	font-weight:bold;
	color:#690;
}

.imgsubtext {
	font-size: 11px;
	font-style: italic;
	padding: 0 0 0 5;
}


img.img-lio {
	margin: 0 10 10 0;
}

img.img-reo {
	margin: 0 0 10 10;
}

img.img-mitte {
	margin: 10 10 10 10;
}

img.img-linksmitte {
	margin: 10 10 10 0;
}

img.img-rechtsmitte {
	margin: 10 0 10 10;
}

img.img-pur {
	border: none;
}

/************************************ CSS FÜR DAS GÄSTEBUCH ***********************************************/
.signme { text-align: left;} /* main signme div container */
.signme .txt, .signme td, .signme .txt a { font-size:11px; text-align:left;}
/*.signme .signtable, .signme .logintable, .signme .signaturetable {margin-left: auto; margin-right: auto; }*/
.signme .signtable td { text-align:left; }
.signme .small, .signme .small a { font-size: 8px; text-align:right; margin-right:28px;} /*made by*/
.signme .count { font-size: 9px; text-align: left;}
.signme .input, .signme .field { width:<?=$fieldlength?>px; border:1px solid #cccccc; }
.signme .input:focus, .signme .field:focus { background-color:#f8f8f8; }
.signme .submit { width:<?=$fieldlength?>px; background-color:#ccc; color:#333; font-weight:bold; border:1px solid #888;}