
/* ---------------- UBB Klasse */

.ubb_img { margin:5px; border:0; }

.ubb_bild {
	/* float:left; */
	margin-top:10px;
	text-align:center;
	border:0;
	}

.ubb_ul {
	margin:10px;
	}


.ubb_lexikon {
	cursor: help;
	}

/* ---------------- Darstellung von Flash */

.ubb_flash {
	width: auto;
	text-align: center;
	}

/* ---------------- Darstellung von Downloads */

.ubb_down { background:#E3F4CD; border-top: 1px solid #999999; border-bottom: 1px solid #999999; padding:5px; }
.ubb_down img { float:left; margin-right:15px; }
.ubb_down ul { list-style-type:none; margin:0; font-size:10px; }
.ubb_down ul li span { display:block; float:left; width:80px; }

/* ---------------- Darstellung von Zitat */

.ubb_quote {
  background-color:#D8EAEE;
  border-top:1px solid #989BAA;
  border-bottom:1px solid #989BAA;
  padding:5px;
  margin:10px;
}

/* ---------------- Darstellung von Codes */

.ubb_code_hl { font-weight: bold; margin-bottom:10px; color:#333; }

.ubb_code { border: 1px #bbb solid; background-color: #f4f4f4; color: #333; }
.ubb_code div { margin:10px; }

.ubb_code_php { border: 1px #bbb solid; background-color: #f4f4f4; }
.ubb_code_php div { margin:10px; }

.ubb_code_html { border: 1px #bbb solid; background-color: #f4f4f4; color: #333; }
.ubb_code_html div { margin:10px; }

.ubb_code_flash { border: 1px #bbb solid; background-color: #f4f4f4; color: #333; font-size: 11px; }
.ubb_code_flash div { margin:10px; }

.ubb_code_ts {
	border: 1px #bbb solid;
	background-color: #f4f4f4;
	color: #333;
	font-size: 11px;
	}
