/** ********** BBCode Formatierungen ********** **/
ul.bbcode {
	width: 100%;
	list-style-type: square;
	list-style-position: outside;
	border: 0px solid #808080;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
ul.bbcode li{
	width: 100%;
	list-style-type: square;
	list-style-position: outside;
	border: 0px solid #808080;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
ul.bbcode-dezimal {
	width: 100%;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid #808080;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}
ul.bbcode-dezimal li{
	width: 100%;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid #808080;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.code { /* Code */
	width: 86%;
	border-left: 5px solid #5e5e5e;
    color: #a1a1a1;
	background-color: #3b3b3b;
	/*background-image: url(../img/board/quote.png);
	background-repeat: no-repeat;
	background-position: top right;*/
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
div.code div.code-inhalt {
	border-top: 0px solid #4b365e;
    font-family: Courier New;
    color: #AAAAAA;
	padding-top: 10px;
    line-height: 15px;
	text-transform: none;
    overflow: auto;
}

/** ********** Zitat ********** **/
div.quote {
	width: 80%;
	border-left: 5px solid #4b365e;
    color: #805ca1;
	background-color: #2e213a;
	background-image: url(../img/board/quote.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 5px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
div.quote div.quote-inhalt {
	border-top: 0px solid #4b365e;
    color: #AAAAAA;
	padding-top: 5px;
	text-transform: none;
}
/** 1. Verschachtelung **/
div.quote div.quote {
    width: 90%;
	border-left: 5px solid #4b365e;
    border-right: 2px solid #4b365e;
	border-top: 2px solid #4b365e;
    border-bottom: 2px solid #4b365e;
    color: #805ca1;
	background-color: #2e213a;
	background-image: url(../img/board/quote.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 5px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/** Überschrift 1 **/
h1.bbcode {
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
    text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
/** Überschrift 2 **/
h2.bbcode {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
    text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
/** Überschrift 3 **/
h3.bbcode {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
    text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}

/** Horizontale Linie **/
hr.bbcode {
    width: 90%;
    height: 1px;
    border: 1px solid #555555;
    background-color: #353535;
}
