/****************************************************************
	BB CODE
****************************************************************/
.bbcode {
	background: #ECECEC;
	border: 1px solid #b3bcc3;
	color: #585A54;
	font-size: 9px;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
}
.bbclip {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	background-color: #E1E2DF;
	border: 1px solid #A0A0A0;
}
.bb_bracket {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	padding: 3px;
	float: left;
	margin: 10px 0px 10px 0px;
	width: 98%;
	text-align: center;
	border: 1px solid #D9DFE6;
	background-color: #EAEBEF;
}
.bb_sbracket {
	color: #125463;
	padding: 3px;
	float: left;
	margin: 10px 0px 10px 0px;
	width: 98%;
}
.bb_tip {
	padding: 5px;
	border: 1px solid #a25024;
	background-color: #c19d81;
	margin-top: 5px;
	color: #110700;
	font-size: 13px;
}
.bb_img {
	padding: 1px;
	border: 5px solid #c1c1c1;
	background-color: #FFF;
	margin-top: 5px;
}
.bb_imgfr {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #c1c1c1;
	padding: 1px;
	vertical-align: top;
}
.bb_imgfi {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #c1c1c1;
	padding: 1px;
	vertical-align: top;
}
.bb_small {
	font-size: 9px;
}
.bb_quotehead {
	font-weight: bold;
	color: #103845;
	padding: 5px;
}
.bb_quote {
	background: #F2F2F2;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 5px 10px 5px;
	color: #103845;
	font-size: 12px;
}
.bb_php_head {
	background: #F4F4F4;
	border-top: 1px solid #C6C6C6;
	font-weight: bold;
	padding: 5px;
	color: #103845;
}
.bb_php {
	background: #EBEBEB;
	border: 1px solid #C6C6C6;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	color: #555555;
}
.bb_anker {
	font-weight: bold;
	font-size: 14px;
}
.bb-line {
	color: #7893A6;
	background-color: #7893A6;
	border: 1px;
	height: 1px;
}
.bb_headline {
	color: #1B1B1B;
	font-size: 13pt;
	font-weight: bold;
	padding: 5px 1px 2px 0;
	border-bottom: 1px solid #8B8B8B;
	margin-bottom: 10px;
}
.bb_subheadline {
	color: #1B1B1B;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 1px 6px 0;
}
a.bb_gamelink:link , a.bb_gamelink:visited, a.bb_gamelink:active, a.bb_gamelink:hover {
	font-weight:bold;
	color:#006b9d;
	cursor:pointer;
	font-size: 12px;
}
a.bb_gamelink:hover {
	color:#191919;
}

.bb_ankerlnk:link       { font-weight:bold; color:#AF0000; cursor:pointer;}
.bb_ankerlnk:visited    { font-weight:bold; color:#AF0000; cursor:pointer;}
.bb_ankerlnk:active     { font-weight:bold; color:#AF0000; cursor:pointer;}
.bb_ankerlnk:hover      { font-weight:bold; color:#960303; cursor:pointer;}

.ilink:link, .ilink:visited, .ilink:active, .ilink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #AF0000;
	cursor: pointer;
	font-size: 12px;
}
.ilink:hover {
	text-decoration: underline;
	color: #960303;
}
a.elink:link, a.elink:visited, a.elink:active, a.elink:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #3E98D4;
	cursor: pointer;
}
a.elink:hover {
	color: #4793C6;
	cursor: pointer;
}

.lnk-bbclip:link	{ text-decoration:none; color:#012847;}
.lnk-bbclip:visited	{ text-decoration:none; color:#012847;}
.lnk-bbclip:active	{ text-decoration:none; color:#012847;}
.lnk-bbclip:hover	{ text-decoration:none; color:#01589B; cursor:pointer;}

/****************************************************************
	Tabellen Style
****************************************************************/
table.bbtabelle {
	background-color: #DDDDDD;
	border: 1px solid #9E9EAE;
	padding: 5px;
}
table.bbtabelle th {
	background-color: #9E9EAE;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: inherit;
}
table.bbtabelle td {
	background-color: #C5C5C5;
	padding-left: 5px;
	padding-right: 5px;
	display: table-cell;
	text-align: inherit;
	vertical-align: inherit;
}