/**
 * econfence.de - Content Management System
 *
 * This is the CSS-STYLED-CONTENT CSS DOCUMENT
 * of the econfence.de - content managament system frontend
 *
 * @file    css-styled-content.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  imgtext
 ***********************/
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD.csc-textpic-caption {
	font-size: 7.5pt;
	line-height: 8pt;
}
.csc-textpic-imagerow { height: 1% !important;}


/***********************
  linkToTop
 ***********************/
.csc-linkToTop { font-size: 7.5pt; text-align: right; }


/***********************
  csc-uploads
 ***********************/
DIV.csc-uploads DIV.tr-even, DIV.csc-uploads DIV.tr-odd { padding-bottom: 4px; }
DIV.csc-uploads DIV.csc-uploads-icon { display: inline; }
DIV.csc-uploads DIV.csc-uploads-icon IMG { vertical-align: text-bottom; }
DIV.csc-uploads DIV.csc-uploads-fileName, DIV.csc-uploads DIV.csc-uploads-fileName P { display: inline; white-space: nowrap; }
DIV.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { display: block !important; font-size: 8pt; white-space: normal; }
DIV.csc-uploads DIV.csc-uploads-fileSize, DIV.csc-uploads DIV.csc-uploads-fileSize P { display: inline; white-space: nowrap; }
DIV.csc-uploads DIV.csc-uploads-fileSize P { padding-left: 5px; font-size: 8pt; }
DIV.csc-uploads-2 DIV.csc-uploads-icon IMG { border: 1px solid #C5001E; }


/***********************
  csc-frame
 ***********************/
DIV.main DIV.normal DIV.content DIV.csc-frame-frame1 {
	background: #CCCCCC url(../_ext_/tt_content/csc-frame4.gif) repeat-y top right;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 35px;
	width: 473px;
}
DIV.main DIV.normal DIV.content DIV.csc-frame-frame1 .csc-textpic-imagewrap {
	border-right: 1px solid #FFFFFF;
}
DIV.main.wide DIV.normal DIV.content DIV.csc-frame-frame1 {
	width: 676px;
	width: 683px;
}
DIV.main DIV.normal DIV.content DIV.csc-frame-frame1 DIV.csc-textpic-intext-right DIV.csc-textpic-text,
DIV.main DIV.normal DIV.content DIV.csc-frame-frame1 DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text {
	padding-left: 7px;
}
DIV.main DIV.normal DIV.content DIV.csc-frame-frame1 DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 0px !important;
}


/***********************
  header
 ***********************/
	/* left side */
DIV.main DIV.left .csc-header { /*padding-bottom: 3px;*/ padding: 21px 5px 0px 0px; }
DIV.main DIV.left .csc-header H1,
DIV.main DIV.left .csc-header H2,
DIV.main DIV.left .csc-header H3,
DIV.main DIV.left .csc-header H4,
DIV.main DIV.left .csc-header H5,
DIV.main DIV.left .csc-header H6 {
	background: url(../_ext_/tt_content/csc-header.gif) top right no-repeat;
}
DIV.main DIV.left .csc-header * { color: #C5001E; font-size: 8pt; text-decoration: none; }
	/* center side */
DIV.main DIV.normal .csc-header { margin: 5px 0px; }
DIV.main DIV.normal .csc-header * {  }
	/* right side */
DIV.main DIV.right .csc-header { padding-bottom: 3px; }
DIV.main DIV.right .csc-header H1,
DIV.main DIV.right .csc-header H2,
DIV.main DIV.right .csc-header H3,
DIV.main DIV.right .csc-header H4,
DIV.main DIV.right .csc-header H5,
DIV.main DIV.right .csc-header H6 {
	background: url(../_ext_/tt_content/csc-header.gif) top left no-repeat;
}
DIV.main DIV.right .csc-header * {
	color: #C5001E;
	font-size: 8pt;
	text-align: right;
	text-decoration: none;
}
