/**
 * t3
 */
.typo3-adminPanel {
	text-align: left;
}

.tx-sremailsubscribe-pi1 {
	margin-top: 8px;
}


/**
 * sitemap
 */

#bd .csc-sitemap {
	width: 460px;
}

#bd .csc-sitemap ul {
    /*
	 *margin-left: 7px;
     */
}
#bd .csc-sitemap ul li {
	list-style-type: none;
	margin-bottom: 3px;
	line-height: 14px;
	margin-left: 0;
    /*
	 *border-top: 1px solid #FF7900;
	 *border-right: 1px solid #C16B00;
	 *border-bottom: 1px solid #C16B00;
	 *border-left: 1px solid #FF7900;
     */
	font-weight: bold;
}

#bd .csc-sitemap ul ul {
	margin-top: 2px;
}

#bd .csc-sitemap a {
	background-image: url(../user_upload/elemente/arrows_orange.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	color: #0D214B;
	text-decoration: none;
}

#bd .csc-sitemap a:hover {
	text-decoration: underline;
}


/**
 * forms
 */

.csc-mailform-field label {
	width: 100px;
	display: block;
	float: left;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field input,
.csc-mailform-field textarea {
	margin: 4px 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 300px;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field .csc-mailform-submit {
	width: auto;
}

.csc-mailform-field .csc-mailform-submit {
	margin-left: 340px;
}


/**
 * contact channel
 */
#contact-channel div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}

#contact-channel div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

#contact-channel div.csc-textpic-left div.csc-textpic-imagewrap {
	float: none;
}





