html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button {
    border: 0;
} 

 /* Tabelle */
  
/* tables still need 'cellspacing="0"' in the markup */

#main-wrapper table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	border: 0;
	table-layout: fixed;  
}  

.x-toolbar-ct {
	table-layout: auto; 
}
  
#main-wrapper table th, 
#main-wrapper table td
{
  padding: 8px 8px;
  border: none;
  line-height: 16px;
  vertical-align: top;
  font-family: 'ProximaNovaRegular', sans-serif;	
  
}

#main-wrapper table th
{
  background-color: #F7F4F0;
  text-align: left;
  font-weight: normal;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
}
  
#main-wrapper table td
{
  background: none;
}

#main-wrapper table td p {
	margin: 0 !important;
	line-height: 16px;
}

#main-wrapper table td ul {
	margin: 10px 0 10px 0 !important;
}

#main-wrapper table tr:nth-child(2n) td
{
  background: none;
}