/* 
#######################################################
## KLXM RESET CSS 
## Version 1.0 
## 14.10.2008 
## Thomas Skerbis
## KLXM Crossmedia GmbH
## www.klxm.de
#######################################################
## Sie dürfen dieses CSS für eigene Zwecke einsetzen, 
## sofern dieser Kommentar bestehen bleibt
#######################################################
*/


body{
	font-size: 0.8em;
	line-height: 1;

}
/* Füllung und Ränder festlegen */ 
html,body,div,dd,dl,dt,li,ol,ul,span,applet,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,object,iframe,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;

}
address,caption,cite,code,dfn,em,strong,th,var 
{  
font-style:normal;   
font-weight:normal;
} 



a, a:link, a:hover, a:visited {
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6
{  
font-size:1em;   
font-weight:normal;   
} 

/* Tabellendefinition */
table{border-collapse:collapse;border-spacing:0;}
table{font-size:inherit;font:100%;}
td,th {
	
	vertical-align: top;
}


/* Bilder */ 
img{border:0;}


/* Listen-Eigenschaften */
ul {
	list-style-position: outside;
	padding-left: 1.2em;
}
ol {
	list-style-position: outside;
	padding-left: 1.6em;
	
}

/* Absatzformatierung P */ 
p {padding-bottom: 1em; }


/* Focus-Definition  */
:focus {
	outline: 0;
}
/* gelöscht */
del {
	text-decoration: line-through;
}
