
html, body { height:100%; margin:0;padding:0;color:#000;}
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

body{ background:#a6a6a6;}

a, address, blockquote, h1, h2, h3, h4, div,  img, input, label, legend, 
li, ol, option, p, q, select, strong, span, textarea, td, th, ul {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

img { 	border:0; }
form, div {	padding:0; margin:0; }

textarea { /*Safari*/ 
     resize: none;
}

th{ text-align:left; }

input, .selecter{ font-size:10px;background:#cccccc; }

.einhundert{ height:100%;}
.clearBoth, .clear{ clear:both; }
.floatLeft{ float:left; }
.floatRight{ float:right; }

.txtSmall{font-size:10px;}

a.norm  {
	color:#996633;
	font-size:10px;
	font-style:italic;
	text-decoration:none;
}

 a.norm:hover, a.norm:active  {
	text-decoration:underline;
}