@meta { Title: "DIG Vertrieb- default"; }

body { 
	font-family: "Raleway", "Arial";
	font-size: 12px;
	color: #06203a;
	background-color: #e6e9eb ;
	font-family: "Arial"; 
	scrollbar-base-color: #e6e9eb;  
	scrollbar-3dlight-color: #e6e9eb; 
	scrollbar-arrow-color: #06203a; 
	scrollbar-darkshadow- color: #06203a; 
	scrollbar-face-color: #e6e9eb;  
	scrollbar-highlight-color: #e6e9eb; 
	scrollbar-shadow-color: #e6e9eb; 
	scrollbar-track-color: #e6e9eb; 
}

h2 {
	font-family: "Raleway", "Arial";
	font-weight: 400;
	font-size: 1.6em;
  	text-decoration: none;
}

h4 {
	font-family: "Raleway", "Arial";
	font-weight: 300;
	font-size: 1em;
  	text-decoration: none;
}

p {
 	font-size: 13px;
}

a {
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", "Arial";
	color: #06203a;
  	text-decoration: none;
  	line-height: 2em;
}

a:visited {
	font-weight: none;
	font-size: 12pt;
	color: #06203a;
	text-decoration: none
}

a:hover {
	font-size: 12pt;
	color: #3f3f3f
}

a:active {
	font-size: 12pt;
	color: #06203a;
}


@media screen and (max-width : 768px) {

	body { 
		font-size: 20px;
	}

	table {
		overflow-x: auto;
		display: block;
	}

}