body{
	background: #353c3f;
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

a {
	color: #545E63;
	text-decoration: underline;
}
a:hover {
	color: #C99F05;
	text-decoration: underline;
}
	a img {
	border: none;
}

h2 {
	color: #0f4086;
	font-size: 1.2em;
}

#left {
	z-index:2;
	float:left;
	width: 220px;
	padding:10px 0 0 10px;
	margin:0;
}
#content {
	z-index:0;
	width:auto;
	padding:25px 0 20px 0;
	text-align:left;
	margin:0 15px 0 250px;
} 


#pointclick .box-content{
	background: url(/fileadmin/images/helpsite/pointclick.gif) no-repeat top right;
	padding-right: 40px;
}

#general .box-content{
	background: url(/fileadmin/images/helpsite/generalhelp.gif) no-repeat top right;
	padding-right: 40px;
}

#general ul{
	margin:0;
	padding:1em 2em;
}

.box { background-color: #eaece8;}
.box-top div { background: url(/fileadmin/images/helpsite/hs_tl.gif) no-repeat top left; }
.box-top { background: url(/fileadmin/images/helpsite/hs_tr.gif) no-repeat top right; }
.box-bot div { background: url(/fileadmin/images/helpsite/hs_bl.gif) no-repeat bottom left; }
.box-bot { background: url(/fileadmin/images/helpsite/hs_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.box-top div, .box-top, .box-bot div, .box-bot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.box-content { margin: 0 7px; }
.box { width: 100%; margin: 1em auto; }
