acronym {
	cursor: help;
}

h3 {
	margin-top: 1.5em;
}

h4 {
	margin-bottom: 0.5em;
}

img {
	border: 0;
}

img.introbild {
	float: left;
	margin: 0 1em 1em 0;
}

img.example {
	float: right;
	margin: 0 0 1em 1em;
}

img.license {
	float: left;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

p {
	margin-top: 0.5em;
}

p.disclaimer {
	font-size: smaller;
	margin-bottom: 0;
}

p.fabric {
	margin-top: -0.5em;
	font-style: italic;
}

p.reference {
	font-size: smaller;
	font-style: italic;
}

p.tips {
	/*
	margin-left: -0.5em;
	border-left: 1px solid Green;
	padding-left: 0.5em;
	*/
	padding: 0.5em;
	border: 1px dashed #99cc99/*A8D48C*/;
	background: #fcfcf0;
}

span.plugin-warning {
	font-size: smaller;
	color: Gray;
}

ul.linklist {
	list-style: none;
}

.divider-major {
	background: url("images/divider.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 64px;
}

.divider-minor {
	background: url("images/divider-small.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
}