/* CSS Print f8agent.com, by Thomas Kümmel, http://www.f8agent.com/ */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

body{
	margin: 0;
	padding: 0;
	font: small/1.5em verdana, geneva, arial, helvetica, sans-serif;
	color: black;
}

h1{
        font-size: 110%;
}

h2{
        font-size: 100%;
}

p,li,h3{
	font-size: 88%;
	margin: 0 0 0.6em 0;
}

/* To correct p, h and li text size in IE */

/* \*/ * html body p { font-size: 80%; } /* */
/* \*/ * html body h1 { font-size: 100%; } /* */
/* \*/ * html body h2 { font-size: 92%; } /* */
/* \*/ * html body h3 { font-size: 80%; } /* */
/* \*/ * html body li { font-size: 80%; } /* */

abbr{
	border: 0;
}

#f8logo{
	position: absolute;
	width: 240px;
	height: 100px;
}

#f8intro{
	position: relative;
	width: 520px;
	left: 240px;
	top: 0px;
        color: black;
        background: transparent;
}

#menu{
	position: relative;
        color: black;
        background: transparent;
	margin-bottom: 20px;
}

#smenu{
	display: none;
}

#fuss{
	font: xx-small arial, helvetica, sans-serif;
	color: #5a5a5a;
	background: transparent;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}

.f8{
	font-weight: bold;
}

#f8logo img,#f8intro img{
	display: block;
	border: 0;
}