@charset "utf-8";

/* /////////////////////////////////////////////////////////////////////////// Links */

/* ----------------------------------------------------- Headlines */
#main h3{
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d9d9d9;
	color: #333;
	font-weight: bold;
}

/* ----------------------------------------------------- Lists */
#main dl{
	margin-bottom: 20px;
}

#main dl dt{
	padding-left: 15px;
	background: url(img/outside.gif) no-repeat 0px 50%;
}

#main dl dd{
	margin: 0px 0px 5px 15px;
}
