@charset "utf-8";
/*===========================================
pcard.ch für Haws
www.pcard.ch

Daniel Fiechter
=============================================*/

* {
	border:none;
	margin:0px;
	padding:0px;
}

html { height: 100% } 

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:160%;
	min-height: 101%;
	padding-top:5px;
	
	background:url(../data/images/body-bg.png) no-repeat fixed top center;
}

a {
	font-weight:normal;
	text-decoration:none;
	color:#006DB8;
}

ul, ol {
	list-style-type:none;
	list-style-position:outside;
}

input, textarea {
	font-family:"Century Gothic","Myriad Pro","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:160%;
}
