/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
* vertical-align
 * white-space
 * other text
 * content
 * rtecontent
 */

#maincontent .standardForm {
	width: auto !important;
	width: 360px;
	overflow: auto !important;
	overflow: hidden;
}
.content h3 {
	margin: 15px 0;
	color: #600;
	font-size: 13px;
}

.content h4 {
	padding:6px 4px 0 8px;
	color:#fff;
	background:url(../images/boxtop.gif);
	height:22px;
	line-height:22px;
}

.content h5 {
	margin: 10px 0;
}

.content h6 {
	font-weight: normal;
	font-style: italic;
}

.content a {
	color: #c00;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
}

.content p {
	margin: 5px 0;
}

.content ul {
	margin: 5px 0 5px 2px;
}


.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content .contenttable {
	border: 1px solid #66f;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #fff;
}

.content .contenttable th,
.content .contenttable td {
	padding: 0 4px;
	border: 1px solid #66f;
	border-width: 1px 0;
}
.content .filelinks {
	margin-top:12px;
}
.content .filelinks div{
	margin-bottom:8px;
}
.content .filelinks img{
	margin-top:1px;
	margin-right:5px;
	float:left;
}
.content .filelinks .text{

}
.content .filelinks .description{
	display:block;
}
.content .csc-uploads-fileName {
	padding-right:10px;
}

.content .csc-textpic .csc-textpic-image {
	margin: 0 2px 2px 0;
}

.onecol #iframecontent iframe {
    margin:13px 0 0 1px;
	float:left;	
}
    .onecol #iframecontent .contentElement {
    	border-bottom:1px solid #006;
    	padding-bottom:10px;    
    	height:100%;
    	overflow:auto;
    }
    .onecol #iframecontent h4 {
    	padding:6px 4px 0 8px;
    	color:#fff;
    	background:url(../images/boxtop.gif) ;
    	height:22px;
    	line-height:22px;
    }

.twocols #iframecontent  iframe {	
	width:648px;
	margin:13px 0 0 1px;
	background:#fff;
	float:left;
	border-bottom: 1px solid #006;	
}
    .twocols #iframecontent .contentElement {
    	border-bottom:1px solid #006;
    	padding-bottom:10px;    
    	height:100%;
    	overflow:auto;
    }
    
#iframecontent h3,
#iframecontent h5,
#iframecontent h6 {    
	padding:0 10px 0 10px;	 
}
#rightcontent ul,
#outercontent ul,
#iframeright ul {
    margin-left:8px;
}


#iframecontent .csc-textpic,
#iframecontent p {
	padding:0 10px 0 10px; 
}


#rightcontent .contentElement,
#outercontent .contentElement,
#iframeright .contentElement {
	border-bottom:1px solid #006;
}

#rightcontent .csc-firstHeader,
#outercontent .csc-firstHeader,
#iframeright .csc-firstHeader {
	height:auto;
	margin:0 0 0 0;
	padding:0 4px 0 8px;
	background: #006;
	color:#fff;
}


#rightcontent .contentElement .csc-textpic-imagewrap,
#outercontent .contentElement .csc-textpic-imagewrap,
#iframeright .contentElement .csc-textpic-imagewrap{
	padding:8px 0 0 8px;
	float:left;	
}
#rightcontent .csc-textpic {
    height:100%;
    overflow:auto;
}
#midCol .csc-textpic{
    height:100%;
    overflow:auto;
}

#rightcontent .contentElement dl,
#outercontent .contentElement dl,
#iframeright  .contentElement dl{
	margin:0;
}

#rightcontent .contentElement .bodytext,
#outercontent .contentElement .bodytext,
#iframeright .contentElement .bodytext {
	padding:8px;
}

ul.bilderliste {
	margin:0;
	padding:8px 8px 0 8px;
	list-style-type:none;
	line-height:15px;
	overflow:auto;
}
ul.bilderliste li {
	padding:0 0 14px 0;
	display:block;
	clear:both;
	background:none;
	overflow:auto !important;
	overflow:none;
}
ul.bilderliste li img{
	margin-right:6px;
	float:left;
}

.typo3-adminPanel {
	position:absolute;
	z-index:600 !important;
	top:0;
	left:0;
	background:#000;
}

.printbox {
	margin: 0 3px 2px 0;
	line-height:40px;
	text-align: right;
}

.printbox a {
	padding-left: 18px;
	line-height: 16px;
	background: url(../images/printbox.gif) no-repeat 0 50%;
}