﻿/**
 * 123plakat.de - Content Management System
 *
 * This is the CSS-STYLED-CONTENT CSS DOCUMENT
 * of the 123plakat.de - content managament system frontend
 *
 * @file    css-style-content.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  csc-header
 ***********************/
DIV.panel DIV.csc-header, DIV.panel DIV.csc-textpicHeader { font-size: 0.667em; padding: 3px 0px; margin-bottom: 5px; }
DIV#left DIV.csc-header H1, DIV#left DIV.csc-header H2, DIV#left DIV.csc-header H3, DIV#left DIV.csc-header H4, DIV#left DIV.csc-header H5, DIV#left DIV.csc-header H6, 
DIV#left DIV.csc-textpicHeader H1, DIV#left DIV.csc-textpicHeader H2, DIV#left DIV.csc-textpicHeader H3, DIV#left DIV.csc-textpicHeader H4, DIV#left DIV.csc-textpicHeader H5, DIV#left DIV.csc-textpicHeader H6 {
	background: url(../image/background-cscHeader-left-item.gif) no-repeat bottom left;
	color: #002046;
	padding: 1px 0px 5px 8px;
}
DIV#right DIV.csc-header H1, DIV#right DIV.csc-header H2, DIV#right DIV.csc-header H3, DIV#right DIV.csc-header H4, DIV#right DIV.csc-header H5, DIV#right DIV.csc-header H6, 
DIV#right DIV.csc-textpicHeader H1, DIV#right DIV.csc-textpicHeader H2, DI#right DIV.csc-textpicHeader H3, DIV#right DIV.csc-textpicHeader H4, DIV#right DIV.csc-textpicHeader H5, DIV#right DIV.csc-textpicHeader H6 {
	background: url(../image/background-cscHeader-right-item.gif) no-repeat bottom right;
	color: #002046;
	padding: 1px 8px 5px 0px;
}
DIV#left DIV.csc-header, DIV#left DIV.csc-textpicHeader { background: url(../image/background-cscHeader-left.gif) no-repeat; }
DIV#right DIV.csc-header, DIV#right DIV.csc-textpicHeader { background: url(../image/background-cscHeader-right.gif) no-repeat right top; }


/***********************
  csc-textpic
 ***********************/
DIV.csc-textpic .csc-textpic-caption { font-size: 0.833em; }


/***********************
  linkToTop
 ***********************/
.csc-linkToTop { font-size: 0.833em; 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 #97C00E; padding: 2px; }
DIV.csc-uploads-2 DIV.csc-uploads-fileName P { display: none; }
