#page #center_detail {
	width: 800px;
	margin-top: 4px;
	clear: both;
}

.article p {
	margin-top: 8px;
	color: #575558;
}

.article p.anotation {
	margin-bottom: 20px;
	color: #676588;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
}

/***********************
		Die BB koden
***********************/

.article .bb_s {
	text-decoration: line-through;
}

.article .bb_u {
	text-decoration: underline;
}


.article .bb_table {
	border-collapse: collapse;
}

.article .bb_table td {
	padding: 5px 8px;
	background-color: #F0F0F0;
}

.article .bb_table th {
	padding: 5px 8px;
	background-color: #555555;
	color: #FFFFFF;
}


.article .bb_quote {
	padding: 5px;
	background-color: #FFFFAA;
	color: #000044;
	border: 1px solid #666666;
}


.article .bb_hr {
	width: 99%;
	height: 2px;
	color: #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
}


.article a, .article a:hover {
	color: #6765AA;
	font-size: 12px;
	text-decoration: underline;
}

.article a:hover {
	color: #8888FF;
	text-decoration: underline;
}


.article pre.code {
	font-family: courier new;
	font-size: 12px;
}



.article .bb_left {
	width: 100%;
	text-align: left;
}

.article .bb_center {
	width: 100%;
	text-align: center;
}

.article .bb_right {
	width: 100%;
	text-align: right;
}

.article li {
	list-style-type: square !important;
	margin-left: 30px;
}

.article span {
	line-height: 25px;
}
