/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0em;
	padding: 0em;
	font-family: Verdana, sans-serif; 
	font-size:0.85em;
	text-align:center;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address {
	margin:  0;
	padding: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

ul, li, ol{
padding:0em;
margin:0em;
}

/* Form field text-scaling */
input, select{
font-size: 100%;
}

textarea{
font-size: 110%;
font-family: Verdana, sans-serif; 
}

.peekaboo{
position:relative;
line-height: 1.2;
}

.skip{
position:absolute;
top:-1000em;
left:-10000em;
height:1px;
width:1px;
}

.skip:focus, .skip:active{
position:static;
top:0;
left:0;
height:auto;
width:auto;
}

img {
border: none;
}

.sciSucheGroesse{
font-size:1em !important;
}  
 
