/* typo css */
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-Regular.ttf')  format('truetype'),
  		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.woff2') format('woff2');   
		font-weight: 400;
		font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-Italic.ttf')  format('truetype'),
  		url('../fonts/Roboto-Italic.woff') format('woff'),
		url('../fonts/Roboto-Italic.woff2') format('woff2');  
		font-weight: 400;
		font-style: italic; 
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-Medium.ttf')  format('truetype'),
  		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.woff2') format('woff2');   
		font-weight: bold;
		font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-Light.ttf')  format('truetype'),
  		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.woff2') format('woff2');  
		font-weight: 300;
		font-style: normal; 
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-LightItalic.ttf')  format('truetype'),
  		url('../fonts/Roboto-LightItalic.woff') format('woff'),
		url('../fonts/Roboto-LightItalic.woff2') format('woff2');   
		font-weight: 300;
		font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-Medium.ttf')  format('truetype'),
  		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.woff2') format('woff2');  
		font-weight: 500;
		font-style: normal; 
}
@font-face {
  font-family: 'Roboto';
  src: 	url('../fonts/Roboto-MediumItalic.ttf')  format('truetype'),
  		url('../fonts/Roboto-MediumItalic.woff') format('woff'),
		url('../fonts/Roboto-MediumItalic.woff2') format('woff2');   
		font-weight: 500;
		font-style: italic;
}
@font-face {
	font-family: 'Timpani';
	src: url('../fonts/TimpaniHeavyRegular.woff') format("woff"),
		 url('../fonts/TimpaniHeavyRegular.woff2') format("woff2"),
		 url('../fonts/TimpaniHeavyRegular.ttf') format("truetype");
		 font-weight: normal;
		 font-style: normal; 		 
}
body {
	font-family: 'Roboto', Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
h1, h2, h3, h4 {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #FF0000;
	font-size: 20px;
}
/* new definition for img next to headline */
h5 {
	color: #FF0000;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h5.header_text {
	font-family: 'Timpani', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	margin: 18px 0;
	color: #FF0000;
	margin: 5px;
}


p, .header_subtxt {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
}
p.text-center {
	text-align: center;
}
/* text in tables */
table.contenttable td {
	padding: 2px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
}
table.contenttable p {
	margin: 2px;
}
/* ############################# */
div.frame-type-menu_pages {
	/* display: block; */
}
div.frame-type-menu_pages ul {
	padding: 0;
}
div.frame-type-menu_pages li {
	list-style-type: none; 
	margin: 0;
	padding: 6px 0px 6px 12px;
	border-bottom: solid 1px #B0A060;
}
div.frame-type-menu_pages li a {
	color: #555555;
}
.catalog-filter-tree h2 {
	display:none;
}
/* ################ */
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
} 
div#footer a:hover {
	color: #FF0000;
} 
div#footer ul, div#footer li {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	list-style-type: none;
	color: #FFFFFF;
}
div#footer ul a:link, div#footer li a:link, div#footer ul a:visited, div#footer li a:visited {
	color: #FFFFFF;
}
div#footer ul a:hover, div#footer li a:hover {
	color: #FF0000;
}
div.flexBox50 td {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
}