/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#FFFFFF;
	background: white;
	line-height:1.3em;
}

ol, ul {
	font-weight:bold;
	list-style-image:url(/_include/css/img/li.gif);
	list-style-position:outside;
	margin:10px 0;
}

li {
	margin:2px 20px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:active, a:hover, a:visited {
	color:#000000;
	text-decoration:none;
}

img {border:0;}

.we {
	display:none;
}

.Titel,.SubTitel {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin:9px 0 4px;
}

.SubTitel {
	font-size:12px;
	margin:7px 0 3px;
}
