/*********************************************************************************

  Project   : Norddeutscher Fundraisingtag
  Copyright : Martin R. Findert

**********************************************************************************/

/* ### HTML ###################################################################### */
html {
  min-height: 99%;
  margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
  background-color:#E0E0F0;
  background-image:url(background.png);
  background-repeat:repeat-x;
  color: #000000;
  font-family:"Arial", arial, helvetica, sans-serif;
  font-size: small;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }

/* ### Website Content ############################################################ */

#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:900px;
	color:#000000;
	text-align:left;
	background: inherit;
}

/* ### Content Header ##################################################################### */

#content-header {
  position:relative;
  margin:0;
  padding:0;
  height:102px;
  background-color:#FFFFFF;
}

#content-header img {
  margin-top:30px;
  margin-left:760px;
}

/* ### Content Body #################################################################### */

#content-body {
  display:block;
  clear:both;
  position:relative;
  width:892px;
  padding:0 0 0 0;
  background-color:#F0F0FF;
  border-color:#9DB4D4;
  border-style:solid;
  border-width:4px;
}

/* hide from IE/MAC \*/
* html #content-body {
  height:1px;
}
/* end hide */

/* ### Content Footer ###################################################################### */

#content-footer {
  display:block;
  width:100%;
}

#content-footer p {
  padding: 20px 0;
  color:#C4C4C4;
  background:inherit;
}

#content-footer p a,
#content-footer p a:link {
  color:#C4C4C4;
  text-decoration: underline;
  background:inherit;
}

#content-footer p a:hover {
  color:#C4C4C4;
  text-decoration: none;
  background:inherit;
}
