@charset "UTF-8";
/* CSS Document */


/*
---------------------------
reset allg.
--------------------------- */

html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 93%;
	font-weight: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: inherit;
}

optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}


/*
---------------------------
reset fonts
--------------------------- */

body {
	/*13 pixel size/18 pixel line-height = ca 140%*/
	font-size: 12px; /*14px;*/
	line-height: 1.385;
	font-family: helvetica, verdana, arial, sans-serif; 
	/*font-size-adjust: 0.52;validiert nicht nach CSS 2.1 ...*/
}

button,
input,
select,
textarea
{
	font-size:99%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

table {
	font-size:inherit;
}