/* CSS */

html {
min-height: 101%;
}

body {
	background:   #EEEEEE  url(../pics/bg_start.jpg) repeat-y center; 	
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}

#container {
   	width: 285px;
	\width: 305px;
	w\idth: 285px;
	border: none;
	margin-top: 0px ;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/* Kopf der Seite mit Hintergundbild */

#banner {
	height: 111px;
	background-repeat: no-repeat;
	margin-top: 200px;
	top: 0px;
	left: 0px;
	}


/* Inhalt */


#inhalt {
	width:285px;
	overflow: auto;
	margin-top: 19px;	
	text-align:center;
}

#inhalt p {
	text-align:center;
	line-height: 1.7em;
	font-variant: normal;
	}
	
#inhalt a {
	color: #555555;
	text-decoration: underline;
	}
	
#inhalt a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
/* Fusszeile der Seite */

#footer {
	clear:both;
	margin-top: 0px;
	width: 285px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	}
	
#footer p {
	font-size: 9px;
	color: #333333;
	padding-left:0px;
	padding-top: 10px;
	}
	
#footer a {
	font-size: 9px;
	color: #999999;
	padding-right: 0px;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}


/* Formatierungen */

p {
	font-size: 0.7em;
	line-height: 20px;
	color: #555555;
	margin: 0px;
	padding: 0px;
	}


