/*  =========================================================
	plumbohm.cn
	
	Datei: reset.css
	Media: screen, projection 
	
	Datum: 29.01.2009
	Autor: MARIO NAETHER 
	Mail:  mario.naether@queo-flow.com
	Web:   http://www.queo-flow.com
	                                   
	1. setzt alle Browser standard Einstellungen zurueck 
	   - Block-Elemente
	   - Inline-Elemente
	      
*/


html * {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	/* margin-bottom: 1px;/* Scrollbar allways visible -> no page jumping */
}
 
body {
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Set default font size to 1em = 10px */
	color: #000;
	background-color: #fff;
}

a {
	color: #00f;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

hr {
	display: none;
} 
.clear {
	clear: both;
	height:0px;
	width:0px;
	overflow:hidden;
}

/* Skiplinks */ 
.skip {
	position: absolute;
} 
.skip:link, .skip:visited {
	top: -999em;
	left: -999em;
}
 /* off screen = invisible */ 
.skip:focus, .skip:focus, .skip:active {
	top: 0;
	left: 0;
}
 /* on screen = visible */
thead {
	text-align: left;
}