/* roboto-mono-300 - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-mono-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local('fonts/roboto-mono-v22-latin-300.eot'),
       url('fonts/roboto-mono-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-mono-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-mono-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-mono-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-mono-v22-latin-300.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* roboto-mono-300italic - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-mono-v22-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('fonts/roboto-mono-v22-latin-300italic.eot'),
       url('fonts/roboto-mono-v22-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-mono-v22-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-mono-v22-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-mono-v22-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-mono-v22-latin-300italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}


body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt01 {
	font-family: 'Roboto Mono', sans-serif;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	font-size: 1em;
}
.txt_impressum {
	font-family: 'Roboto Mono', sans-serif;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	font-size: 0.8em;
}
.txtlink {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 1em;
	color: #ff00ff;
	font-weight: 300;
	line-height: 24px;
	font-style: italic;
}	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
    text-decoration: none;
    color: #999999;
}
.menue {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 1em;
	color: #999999;
	font-weight: 300;
	line-height: 24px;

}