html{
	background-color: #F5ECCE
}


body{


	max-width: 920px;
	margin: 0 auto;
	padding: 20px;
	font-size: 100%;
	line-height: 1.5;
	background-color: #F5DA81;
}

h1,h2,h3{
	
	font-family: 'Source Sans Pro', sans-serif;
	color: #111111;
	font-weight: 400;

}



h3{

color:#857D7B;
/*color: #DA6446;*/
}

h3.aside{
color: inherit;
}


h1{
	font-weight: 300;
	font-size: 4em;
}


i{
	color: red;
}




 p{

/*	font-family: 'PT Mono';*/
/*font-family: monospace;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	color: #222222;
	background: rgba(231,228,157,.25);
	font-size: 1em;
	/*font-size: 24px;*/
	/*font-variant: small-caps;*/
	/*font-variant: common-ligatures small-caps;*/
}

li{

font-family: 'Source Sans Pro', sans-serif;
/*padding-left: 20px;*/
 list-style-type: none;
/*background-color:#C3E995;*/
padding: 10px;
margin: 2px;
display: inline;

}


 li.untertitelBold{

font-weight: 700;
}




a{
	font-family: monaco, 'andale mono', monospace;
	color: #0095dd;
	text-decoration: none;
}

a:hover{
	font-family: monaco, 'andale mono', monospace;
	color: #60723F;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #000;
	padding-bottom: 4px;

}



nav{
	margin-bottom: 10px;
	margin-top: 10px;
}
}

header{

	margin-bottom: 10px;
	margin-top: 10px;
}


footer{

	  background: #f4f7f8;
	  min-height: 400px;

}



	.exampleserif {
    font-family: Times, "Times New Roman", Georgia, serif;

	}

	.examplesansserif {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.examplemonospace {
    font-family: "Lucida Console", Courier, monospace;
	}

	.examplecursive {
    font-family: cursive;
	}

	.examplefantasy {
    font-family: fantasy;
	}


	.smiley{
	font-size: 5em;
	}
	.hellerKasten{
	background-color: #E8F6A4;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 2px red;	
	}