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

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


div.ubb_bild { 
 float:left;
 margin-bottom:5px;
 margin-right:7px;
}
div.ubb_bild div { }
div.ubb_bild a { display:block; width:80px; height:60px; overflow:hidden; border:3px solid #fff; }
div.ubb_bild img { border:0; }
div.ubb_bild a:hover { border:3px solid #999; }

.ubb_ul { margin:10px; }
.ubb_lexikon { cursor:help; }

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

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

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

.ubb_down { border: 1px solid #999999; padding:10px; }
.ubb_down a { display:block; float:left; margin-right:20px; }
.ubb_down img { border:0; }
.ubb_down ul { 
  float:left; 
  list-style:none outside none;
  margin:0;
  padding:0; 
  }
.ubb_down li { 
  background-image:url(/tpl/img/ul.gif); 
  background-repeat: no-repeat;
  background-position: left center;
  padding:0 0 0 18px; 
  line-height: 16px;
  }


.ubb_down .cell_2 { width:100px; font-weight:bold; color:#ffffff; }
.ubb_down .cell_2 span { font-size:18px; }

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

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

/* ---------------- 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;
	}

