@charset "utf-8";

/* CSS Document */
/*
===============================================
*  	[Basic Reset Stylesheet]
*
*	Projekt: 			strichundpunkt - Relaunch
*	Autor: 				www.strichundpunkt.de
*	Letzte Änderung: 	10/11/2009
===============================================
*/


html {
	padding: 0;
	margin: 0;
	border:0;
	font-size: 100.01%; /* setzt allgemeine Fontgröße auf 16px */
	font-weight: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	border:0;
	line-height:1em;
	font-weight:normal;
}

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

ul, ol, dl {
	list-style: none;
	position:relative;
	line-height:normal;
}

li, li a, a {
	text-decoration:none;
}

b, strong {
	font-weight: bold;
}

img, a img {
	border: none;
}

a:link, a:visited, a:active, a:hover, a:focus {
	outline:0;
	text-decoration:none;
	color:#000;
}
