/* Wieselnetz - CSS */

#content .bodytext a {
	padding-left: 12px;
	background: transparent url('../gfx/icon_arrow_small.gif') 0 4px no-repeat;
}

#content ul {
	margin: 10px 0;
	list-style-type: none;
}

#content ul li {
	margin-top: 5px;
	display: block;
	padding-left: 20px;
/*	background: transparent url('../gfx/line_1.gif') 7px 7px no-repeat;*/
	background-image: url(../gfx/line_1.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

#content ul ul {
	margin-left: 10px;
}

#content HR {
	border: 0pt none;
	background-color: #bbbbbb;
	color: #bbbbbb;
	height: 1px;
	margin: 30px 0px 30px 0px;
}

input, textarea {
	border: 1px solid #bbbbbb;
}


/* ### override csc ### */

/* csc-linkToTop */

.csc-linkToTop {
	margin-top: 10px;
	float: right;
}

.csc-linkToTop a {
	display: block;
	background: transparent url('../gfx/icon_arrow_up.gif') 0 0 no-repeat;
	line-height: 0;
	color: #ffffff;
	font-size: 0;
	width: 13px;
	height: 13px;
}

/* csc-mailform */
.csc-mailform {
	margin: 0;
	padding: 0;
	border: none;
}

.csc-mailform-field {
	margin: 10px 0;
	padding: 0;
}
.csc-mailform-field label {
	color: #666666;
	display: block;
	font-weight: bold;
	float: left;
	width: 120px;
}
.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select, #tx-indexedsearch-searchbox-sword {
	width: 370px;
	color: #666666;
	border: 1px solid #bbbbbb;
}
.csc-mailform-field input.csc-mailform-check {
	border: none;
	width: auto;
}
.csc-mailform-radio fieldset {
	border: none;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-radio fieldset label {
	width: auto;
	float: none;
}
.csc-mailform-radio fieldset input {
	width: auto;
	clear: left;
	float: left;
	border: none;
	margin: 0 10px 0 0;
}
.csc-mailform-field .csc-mailform-submit {
	float: left;
	padding: 0 4px;
	margin: 20px 0 10px 120px;
	clear: both;
	cursor: pointer;
	border: 0;
	width: auto;
	color: #666666;
	border: 1px solid #bbbbbb;
	background: #fff;
}

/* csc-textpic */

#content .csc-textpic-imagewrap {
	margin: 20px 0;
}

/* csc-sitemap */

#content .csc-sitemap {
	position: relative;
}
#content .csc-sitemap a {
	color: #666666;
}
#content .csc-sitemap a:hover {
	color: #d4a16f;
}
#content .csc-sitemap ul li {
	font-weight: bold;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: none;
}
#content .csc-sitemap ul {
	margin-top: 0;
}
#content .csc-sitemap ul li ul li {
	font-weight: normal;
	padding-left: 30px;
	padding-bottom: 0;
	background: transparent url('../gfx/icon_arrow_small_inactive.gif') 17px 3px no-repeat;
}

/*
*Filedownloads
*/
TABLE.csc-uploads {border-collapse: collapse; width: 350px; }
.csc-uploads TD {padding: 7px 5px; text-align_ left; width: auto; }
.csc-uploads .tr-even {background-color: #e6e6e6; }
.csc-uploads .tr-odd {background-color: #f6f6f6; }
.csc-uploads .csc-uploads-icon {width: 16px; }
.csc-uploads .csc-uploads-fileName {color: #666666; }
.csc-uploads .csc-uploads-fileSize {width: 35px; color: #666666;}

.csc-uploads .csc-uploads-fileName A,
.csc-uploads .csc-uploads-fileSize A {color: #666666; }



