.contentbody
{
	margin-right: 25px;
	text-align: justify;
}

.commentbody
{
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: justify;
}

.backlink
{
	top: 15px;
}

ul
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 15px;
	
}

li
{
	margin-bottom: 7px;
}

p
{
	margin-top: 10px !important;
}

.tutorial-spacer
{
	border-bottom: 1px dotted #BCB69B;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 25px;
}


.commentform input, textarea
{
	width: 450px;
	border: 1px solid #999582;
	background-color: #E3DDC1;
	color: #4C4C4C;
	padding: 2px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin-top: 2px;
}

.commentform input:focus, textarea:focus
{
	background-color: #F9F4DA;
}

.formbutton
{
	width: 150px !important;
	margin-top: 5px !important;
}

.comment-p
{
	margin-bottom: 0px;
}

#nucleus_cf_remember
{
	width: 15px;
	border: 0px none;
	margin-top: 5px;
}

.error
{
	color: #760000;
	font-weight: bold;
}

.comment-title
{
	font-size: 15px;
	font-weight: bold;
}

.comment-title a
{
	text-decoration: none;
}

.comment-title a:hover
{
	text-decoration: underline;
}

.commentinfo
{
	margin-bottom: 10px;
}

.beispiel, .vorschau
{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: monospace;
	color: #585858;
}

.vorschau
{
	margin-top: 20px;
}

.code
{
	border: 1px dotted #808080;
	background-color: #F9F7EF;
	padding: 10px;
	color: #000000;
}

.beispiel-titel
{
	padding-left: 2px;
	margin-bottom: 2px;
}

.beschreibung
{
	padding-left: 2px;
	margin-top: 2px;
	font-style: italic;
	font-size: 11px;
}

.tag
{
	color: #3146D7;
}

.attribut
{
	color: #6A1E1E;
}

.string
{
	color: #52761B;
}

