@CHARSET "utf-8";
/**********************************************************************
* Font
**********************************************************************/
body{	
	font-weight: normal;
	font: normal 8pt Tahoma,sans-serif;
	color:#84311f;
}
/**********************************************************************
* Font colors
**********************************************************************/
.errorMessage{
	color:#f00;
	background-color:inherit;
}
.succesMessage{
	color:#006400;
	background-color:inherit;
}
/***************************************
* Kapitel font (first letter Big)
***************************************/ 
.kapitel:first-letter {
	font-size: 2.0em; 
	text-transform: uppercase; 
	color: #9c3131; 
	margin:0 0.2em 0 0;
	font-family: "Monotype Corsiva",cursive; 
	font-weight: bold; 
	background-color: transparent; 
}
/**********************************************************************
* Font styles
**********************************************************************/
h1{
	color:#F9A766;
	display:block;
	font-size:1.3em;
	letter-spacing: 0.1em;
	margin:0 0 1em 0;
	text-align: left;
	font-style: italic;
	
}
h2{
	color:#F9A766;	
	display:block;
	font-size:1.1em;
	padding-left: 1.2em;
}
h3 {
	color:#F9A766;
	font-size:1em;
	display: block;
	text-align: left;
}
h4{
	color:#F9A766;	
	display:block;
	font-size:1em;
	padding-left: 1.2em;
}
h5{
	display:block;
	font-size:1em;
	margin:4em 0 2em 0;
}
.highlight{
	font-weight: bold;
	color:#F18A5D;	
}
