/*  
Theme Name:WordPress Theme Vorlage
Theme URI: 
Hier kannst Du walten und schalten wie Du magst und kannst.
viel Spass mts von http://www.texto.de
*/


/* fuer unterschiedliche Kommentare*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
a {
	color: #af0303;
	text-decoration: none;
	position:static;
}
a:hover {
	color: #666666;
	text-decoration: none;
	position:static;
}



/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}



