@charset "UTF-8";
/* CSS Document */

p{
	font-family: "Optima", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #3c3c3b;
	line-height: 1.5em;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	text-align: justify;
}

.trennung{
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Optima", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #86754d;
}

h7{
	font-family: "Optima", Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #C2C2C2;
}
/*HEADIND*/
h8{
	font-family: "Optima", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #C2C2C2;
}
h10{
	font-family: "Optima", Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #C2C2C2;
}


.co1 {
    color: #fff;
}
.co2 {
    color: #3c3c3b;
}
.co3 {
    color: #C2C2C2;
}
.co4 {
    color: #000;
}
.co5{
	color: #86754d;
}