html, body, form, form p {
	margin: 0px; padding: 0px;
}
html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, fieldset {
	margin: 0px;
	padding: 0px;
}

/* styles for headings */

h1 	{ color: #4c658f; font-size: 18px; margin: 14px 0px 25px 0px;}
h2 	{ color: #4c658f; font-size: 14px; margin: 0px 0px 3px 0px; }
h3	{ color: #666666; font-size: 10px; font-weight: bold; }
h4	{ color: #666666; font-size: 10px; font-weight: normal; }

p 	{ color: #666666; line-height: 16px; }
ul	{ margin-bottom: 15px; list-style: url(/fileadmin/img/swissbusiness/bullet.gif); }

/* links */
a:link				{ color: #943032; text-decoration:none; }
a:visited			{ color: #943032; text-decoration:none; }
a:hover				{ color: #666666; text-decoration:underline; }
a:active 			{ color: #666666; text-decoration:none; }

a img 				{ border:none; }

/* Apply left margin:
   Only to the few elements that need it: */
li, blockquote, dd { margin-left: 1.5em; }

fieldset { border: none;}

address { color: #7F7F7F; font-style: normal; line-height: 14px;}

table td { vertical-align: top; }

/* reusable classes */
.clear { clear:both; }

