/* Reset */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.00%; /* SchriftgrÃ¶Ã�e 12px */
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,span,img,abbr,acronym { 
	margin: 0;
	padding: 0;
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

input, textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
    font-size:95%;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

small {
	font-size:83.33%;
}


/* Definition der Ã�berschriften */

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 0 0 0.25em 0;
	padding: 0;
}

h1 { font-size: 300%; font-weight:bold; }  /* 36px */
h2 { font-size: 200%; font-weight:bold; } /* 24px */
h3 { font-size: 150%; }                  /* 18px */
h4 { font-size: 133.33%; }              /* 16px */
h5 { font-size: 116.67%; }             /* 14px */
h6 { font-size: 116.67%; }            /* 14px */

/* Ein paar Standard-Margins / -Paddings */

p,table {
	margin: 0.3em 0;
}
ul,ol {
	margin: 0.3em 0 0.3em 2em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td { padding: 0.2em; }

/* Skip-Navigation und generische Klasse um was zu verstecken */

.skip, .hideaway {
	position: absolute;
	left: -1000em;
	top: -1000em;
}

.skip:focus, .skip:active {
	position: static;
	left: 0;
	top:0;
}
