@charset "iso-8859-1";
/*********************************************************************************
   Set back to zero and define a few basic styles                                 
**********************************************************************************/
html, body, base, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, bdo, big, cite, code,
del, dfn, em, i, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup,  tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead,
col, colgroup, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	background-color: transparent;
	vertical-align:baseline;
	}
body {
	font: 62.5%/1.4 Arial, Helvetica, sansserif, Verdana;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
ins, del {
	text-decoration: none;
}
/*********************************************************************************
   No list style per default,                                                     
	 define everything in the specific stylesheet for each site                     
**********************************************************************************/
ol, ul {
	list-style: none;
}
/*********************************************************************************
   tables still need 'cellspacing="0"' in the markup                              
**********************************************************************************/
table, caption, tbody, thead, tfoot, tr, th, td { 
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}
/*********************************************************************************
   Formularfelder zuruecksetzen, sicherstellen das die Inputfelder irgendwie      
   mit Grenzen belegt werden.	                                                    
*********************************************************************************/
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align:baseline;
}
input, textarea {
	margin: 0;
	padding: 0;
	font-family:inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align:baseline;
}
/*********************************************************************************
   no special content for quotes, quotationmarks both upper,                      
   remember to mark up quotes whatsoever                                          
**********************************************************************************/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}