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

@font-face{
	font-family: 'FisRegular';
	src: url('../fonts/FisRegular.ttf') format('truetype'),
		 url('../fonts/FisRegular.woff') format('woff')
		 url('../fonts/FisRegular.eot') format('embedded-opentype'),
		 url('../fonts/FisRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

p{
	font-family: "FisRegular", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.07em;
	color: #000;
	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: "FisRegular", Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #000;
}


/*HEADIND*/
	
a {
	font-family: "FisRegular", Arial, sans-serif;
	letter-spacing: 0.1em;
	color: #000;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #E1E1E1;
	}
a:active {
	text-decoration: none;
	color: #E1E1E1;
	}
a:link, a:focus, a:visited{
	text-decoration: none;
}

.co1{
	color: #000;
}
.co2{
	color: #000;
}
.co3{
	color: #fff; 
}
.co4{
	color: #E1E1E1;
}
.co5{
	color: #CCC;
}
.co6{
	color: #FF0000;
	}
.bco{
	background-color: #CCC;
	}
.brb{
	color: #000;
}
.brw{
	color: #fff;
}

/*A-Z*/
@media all and (min-width: 801px) {
	#contentin a {
		font-size: 18px;
		}
	}
@media all and (max-width: 800px) {
	#contentin a {
		font-size: 11px;
		}
	}