/*
		Styles by gavjof
		www.gavjof.com
		
	\\ PRINT.CSS (for use when printing) //
*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #fff;
}
a:link, a:visited, a:active {color: #900;text-decoration: none;}
hr {
	color: #660033;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight:normal;
	padding:0;
	margin:0;
}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}
#main {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	text-align: left;
}
#footer {
	font-size: 10pt;
	color: #666;
	text-align: left;
	padding-top: 20px;
	border-top: 2px solid #666;
}
/* Stuff we're not so bothered about seeing in print */
#login-box, #powered_by, #coding, #search_box, 
#nav, .stealth {display: none;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Inline font Styles */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box		{ background-color:#d1d1d1; padding:4px; display: block; }
#s1 { display: none; }
#subnav { display: none; }
#content ul.pfeil li { background-image: url(images/pfeil.gif); background-repeat: no-repeat; background-position: 0 2px; margin-bottom: 6px; padding-left: 40px; list-style-type: none; list-style-image: none; }
#content ul.wuerfel li { background-image: url(images/wuerfel.gif); background-repeat: no-repeat; background-position: 0 2px; margin-bottom: 6px; padding-left: 20px; list-style-type: none; list-style-image: none; }
#header { height:83px; background-image: url(images/kopf.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; }
#header img { margin-right: 0; margin-left: auto; }
#imagebox img { float: right; padding-bottom: 10px; }
