html {
	height:100%;
}

body {
	font-size:100.01%;
	font-family:'trebuchet ms',arial,sans-serif;
	margin:0;
	padding:0;
	height:100%;
	color:white;
	background-image:url(../backs/back0.gif);
	background-color: #143E7A;
	background-position: 61em;
	background-repeat:repeat-y;
}

#all {
	background-color:#FEFDF8;
	color:black;
	min-height:100% !important;
	width:62.7em;
	margin:0 0 -2.5em 0;
}

* html #all {
	height:100%;
	}
	
#bottom {
	display:none;
	}

/* Kopf ******************************************************************************* */
	
	#head {
		background:url(../backs/head1.jpg) no-repeat top right;
		height:165px;
		}
	#logo {
		margin: 30px 0 0 20px;
		float:left;
		width:auto;
		}


/* Linke Spalte ************************************************************************ */	

	#left {
		float:left;
		width:12em;
		padding:0 10px;
		}	

/* Contentbereich ************************************************************************ */
	
	#main {
		float:left;
		width:47em;
		padding:0;
		}	

/* Fuß *********************************************************************************** */
	
#foot {
	height:1em;
	width:62em;
	text-align:right;
	color:black;
}	
#foot p {
	padding-right:1em;
	font-size:86%;
	text-align:right;
	}


