div.csc-textpic,
div.csc-textpic-imagewrap {
	padding: 0;
}

/**
 * FCE: Zweispaltiger Inhalt
 */

.zweispaltiges_inhaltselement {
	width: 100%;
	clear: both;
}

.zweispaltiges_inhaltselement .linker_inhalt,
.zweispaltiges_inhaltselement .rechter_inhalt {
	width: 49%;
	float: left;
	line-height: 1.1em;
}

.zweispaltiges_inhaltselement .linker_inhalt {
	margin-right: 2%;
}

.zweispaltiges_inhaltselement .clear {
	clear: left;
}

/**
 * Hoch und tiefer gestellt
 */

sup {
	font-size: 0.8em;
	font-weight: inherit;
}

sub {
	font-size: 0.8em;
	font-weight: inherit;
	vertical-align: -2px;
}

/**
 * Sitemap Textlinks
 */

a.sitemap_link {
	color: inherit;
}

/**
 * dam_downloads expand und collapse Links
 */

/*
.dam_downloads_row {
	margin: 0;
	display: none;
}

.dam_downloads_row li {
	padding-left: 15px;
}


.dam_downloads_row_expand_collapse {
	margin-bottom: 12px;
}

.dam_downloads_row_expand,
.dam_downloads_row_collapse {
	display: block;
	padding: 1px 30px;
	font-weight: bold;
	margin-top: 3px;
	background: #EEE url(../pics/shared/arrow-down1.gif) 15px center no-repeat;
}

.dam_downloads_row_collapse {
	display: none;
	background-image: url(../pics/shared/arrow-up1.gif);
}
*/

/**
 * News
 */
 
 .news-single-img img {
	margin-left: 10px;
 }
 
 .news-single-files img {
	margin-right: 5px;
 }
 
 /**
  * Drucklink
  */

#cnt-footer div a.printLink {
	padding: 0;
	background: none;
}

/**
 * Text mit Bild Definitionen
 */

.image img {
	margin: 0;
}
 
.image-left-over-text,
.image-center-over-text,
.image-right-over-text,
.image-left-in-text,
.image-right-in-text {
	line-height: inherit;
}
 
.image-right-in-text .image,
.image-right-over-text .image {
	float: right;
	margin: 0 0 5px 10px;
}

.image-left-in-text .image {
	float: left;
	margin: 0 10px 5px 0;
}

.image-right-over-text .image-text {
	clear: both;
}

.image-text {
	line-height: inherit;
}

.lh-plus .image-text {
	line-height: 1em;
}

/*
Lupenfunktion fuer Bilder
*/


img.lupe{
	position: relative;
	right: -206px;
	bottom: 18px;
	margin-bottom: 0.5em;
}

img.lupettNews{
	position: relative;
	right: 28px;
	bottom: -6px;
	margin-bottom: 0.5em;
}

/**
 * Mailformular
 * th_mailformplus
 */

.salutation input,
.salutation label {
	float: left;
}

.salutation input {
	width: 16px;
	margin-top: 4px;
}

.salutation label {
	width: 100px;
}

.form_zip {
	float: left;
	width: 60px;
}

.form_zip input {
	width: 50px;
}

.form_city {
	float: left;
	width: 170px;
}

.form_city input {
	width: 152px;
}

.form_country {
	float: left;
	width: 219px;
}

.form_country input {
	width: 213px;
}
