/*
*	Globale
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{
	margin:								0;
	padding:							0;
}
table{ 
	border-collapse:					collapse;
	border-spacing: 					0;
}
fieldset,img,abbr{
	border:								none;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{
	font-style:							normal;
	font-weight:						normal;
}
ul {
	list-style:							none;
}
caption, th {
	text-align:							left;
}
div {
	text-align: 						left;
	vertical-align: 					top;
}
a,ins{ 
	text-decoration:					none;
}
strong {
	font-weight: 						bold;
}
/*
*	Extrawurst f�r den lieben Internet Explorer
*/
html {	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
	overflow:							auto;
	height:								100%;
}

