html, body, form, form p {
	margin: 0px; padding: 0px;
}
html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-family: Arial, Verdana, 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: #645329; font-size: 12px; margin: 0px 0px 16px 0px;}
h2 	{ color: #8c1e1e; font-size: 11px; font-weight: bold; margin: 0px 0px 3px 0px; }
h3	{ color: #8c1e1e; font-size: 10px; font-weight: normal; }
h4	{ color: #000000; font-size: 10px; font-weight: normal; }

p 	{ color: #000000; line-height: 17px; }
ul	{ margin-bottom: 15px; /*list-style-image: url(/fileadmin/img/bullet.gif);*/ }

/* links */
a:link				{ color: #000000; text-decoration:none; }
a:visited			{ color: #645329; text-decoration:underline; }
a:hover				{ color: #cb0017; text-decoration:underline; }
a:active 			{ color: #cb0017; text-decoration:underline; }

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; }


