/*******************************/
/* LAYOUT & HINTERGRUNDFARBEN */
/*****************************/
body {
	background-color:#f2f2f2;
	text-align:center;
	}
div#outerWrap {
	width:650px;
	margin:0 auto;
	}
div#header {
	background-color:#c6c6c6;
	padding:1em 0 1em 0;
	}
div#content {
	background-color:#f2f2f2;
	padding:1em 0 1em 0;
	}
div#footer {
	background-color:#c6c6c6;
	padding:1px;
	}

/**********/
/* LINKS */
/********/
a:link {
	color: #3c8dd9;
	text-decoration: none;
	}
a:visited {
	color: #3c8dd9;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

/*************************/
/* SCHRIFTEIGENSCHAFTEN */
/***********************/
body {
	font-family:sans-serif;
	color: #353535;
	font-size:105%;
  }
h1, h2 {
	font-weight:bold;
	margin:1em 0 1em 0 ;
	}
h1 {
	font-size:140%;
	}
h2 {
	font-size:120%;
	}
div#content {
	text-align:justify;
	}
p {
	font-weight:normal;
	margin:1em 0 1em 0 ;
	}
div#footer {
	text-align:center;
	}
div#header {
	text-align:center;
	}

/*******************/
/* SILBENTRENNUNG */
/*****************/
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   -hyphens: auto; 
}
