/* DATEI: default.css */
/* Style-Definitionen fuer www.sandkorn.de */

/* allgemeine Definition */
body, td, p, div, .buttonklasse2, ol, ul, li, dl, dt, dd, span, input, select, textarea {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	color: Lime;
}
body, p, div {
	background-color: Blue;
}
/* #99ccff	#e5e8f1		BBC6DF		D7DCFB DFE0F0  */

body { margin-left:10px; }

/* allgemeine Groessendefinition */
h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; }
h4 { font-size:12pt; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
pre { font-family:Courier New,Courier; font-size:10pt; }

/* Linkdefinition */
a { color: #000066 }
a:active { color: #ff6600 }
a:link { color: #000066 }
a:visited { color: #000066 }
a:hover {
	color: #CC33FF;
}

/*
a:link { color:#0000ff; text-decoration:underline; }
a:visited { color:#003333; text-decoration:underline; }
a:active { color:#ffcc33; text-decoration:none; }
a:hover { color: #ffcc33; text-decoration:underline; }
*/
