/******************************************************************************/
/* Contentmaker */
/******************************************************************************/
/* alle cm-elemente gesammelt ansprechen */
.cm_text,
.cm_text_und_bild,
.cm_wysiwyg,
.cm_bild,
.cm_link,
.cm_download,
.cm_galerie_v1,
.cm_galerie_v2,
.cm_awb,
.cm_swf_galerie
{
  margin: 0px 0px 0px 0px;
  clear: both;
}

.cm_text div.text,
.cm_text_und_bild div.text,
.cm_wysiwyg  div.text,
.cm_link div.text,
.cm_download div.text,
.cm_galerie_v1 div.text,
.cm_galerie_v2 div.text,
.cm_awb div.text,
.cm_swf_galerie div.text{
  line-height: 145%;
	font-size: 11px;
}
.cm_line{
	border-top: 1px solid #fff;
}
.cm_line h1,
.cm_line h2,
.cm_line p{
	display: none;
}
/******************************************************************************/
/* wysiwyg */
.cm_wysiwyg .text p a:link,
.cm_wysiwyg .text p a:hover,
.cm_wysiwyg .text p a:active,
.cm_wysiwyg .text p a:visited
{
	background:transparent url(../../assets/common/pfeil_rechts.gif) no-repeat scroll 0px 3px;
	padding-left:15px;
	font-size:11px;
}


/******************************************************************************/
/* text */
.cm_text {
	padding-bottom:10px;
}
/* text und bild */
.cm_text_und_bild {

}

.cm_text_und_bild div.bild {
  /*float: left;*/
  width: auto;
  padding: 0px 10px 10px 0px; /* padding right reduziert, weil sonst ie spinnt */
}
.cm_text_und_bild div.bild span.bildtext {
  display: block;
  font-style: italic;
  margin: 5px 0px 10px 0px;
}

.cm_text_und_bild div.bild a span.bildtext {
  padding: 0px 0px 0px 10px;
  background: url('../../assets/common/lupe.gif') no-repeat 0px 3px;
}

/******************************************************************************/
/* bild */
.cm_bild {
  margin: 0px 0px 0px 0px;
  padding:0;
  text-align:center;
}

.cm_bild img.bild {
 	padding:0;
 	margin:0px;
  border:0px solid red;
  float:left;
}

.cm_bild span.bildtext {
  display: block;
  font-style: italic;
  margin: 5px 0px 10px 0px;
}

/******************************************************************************/
/* link */
.cm_link {
	border-top:1px solid #FFFFFF;
}
.cm_link h1 {
		border-bottom:1px solid #FFFFFF;
		color:#007FCC;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:3px 5px 3px 20px;
		text-transform:uppercase;
}
.cm_link h1 a:link,
.cm_link h1 a:hover,
.cm_link h1 a:visited,
.cm_link h1 a:active {
	color:#007FCC;
}
.cm_link div.bild{
  float: left;
  width: auto;
/*  padding: 0px 20px 0px 0px;*/
  padding: 0px 0px 0px 0px;
}

.cm_link div.text {
}

.cm_link a.link,
.cm_link a.link:link,
.cm_link a.link:visited,
.cm_link a.link:hover,
.cm_link a.link:active {
  display: block;
  padding: 2px 0px 2px 20px;
  margin: 10px 0px 10px 20px;
  text-decoration: underline;
	background:url(../../assets/common/link.gif)  no-repeat 0 0;
}

.cm_link a.intern,
.cm_link a.intern:link,
.cm_link a.intern:visited,
.cm_link a.intern:hover,
.cm_link a.intern:active {
  /*background: url('../../assets/common/link_intern.gif') no-repeat left 4px;*/
}

.cm_link a.extern,
.cm_link a.extern:link,
.cm_link a.extern:visited,
.cm_link a.extern:hover,
.cm_link a.extern:active {
  /*background: url('../../assets/common/link_extern.gif') no-repeat left 4px;*/
}

/******************************************************************************/

/******************************************************************************/
/* download */
.cm_download {

}

.cm_download div.bild{
  float: left;
  width: auto;
  padding: 0px 20px 10px 0px;
}

.cm_download a.link,
.cm_download a.link:link,
.cm_download a.link:visited,
.cm_download a.link:hover,
.cm_download a.link:active
{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 15px;
  float: left;
  text-decoration: underline;
  background:url(../../assets/common/download.gif) no-repeat left 4px;
}

.cm_download a.link img.icon,
.cm_download a.link:link img.icon,
.cm_download a.link:visited img.icon,
.cm_download a.link:hover img.icon,
.cm_download a.link:active img.icon{
  position: relative;
  top: 5px;
}

.cm_download span.groesse {
   display: block;
   margin: 15px 0px 0px 5px;
   float: left;
   font-style: italic;
   display:none;
}

/******************************************************************************/
/* galerie 1 */
.cm_galerie_v1 {

}

.cm_galerie_v1 div.bild{
  float: left;
  width: auto;
  padding: 0px 20px 10px 0px;
}

.cm_galerie_v1 a.link,
.cm_galerie_v1 a.link:link,
.cm_galerie_v1 a.link:visited,
.cm_galerie_v1 a.link:hover,
.cm_galerie_v1 a.link:active {
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  float: left;

  text-decoration: underline;

  background: url('../../assets/common/link_extern.gif') no-repeat;
}
/******************************************************************************/
/* galerie 2 */
.cm_galerie_v2 {

}

.cm_galerie_v2 div.bild{
  float: left;
  width: auto;
  padding: 0px 20px 10px 0px;
}

.cm_galerie_v2 a.link,
.cm_galerie_v2 a.link:link,
.cm_galerie_v2 a.link:visited,
.cm_galerie_v2 a.link:hover,
.cm_galerie_v2 a.link:active {
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  float: left;

  text-decoration: underline;

  background: url('../../assets/common/link_extern.gif') no-repeat;
}

#js_galerie {
		text-align:center;
		background:#E9F0F8;
}

#js_galerie img {
	background:#ffffff;
	padding:0 10px 0px 10px;
}

#js_galerie .blaettern {
	background:#ffffff;
	padding:8px 7px 0px 9px;
}


#js_galerie .blaettern a.vor,
#js_galerie .blaettern a.vor:link,
#js_galerie .blaettern a.vor:hover,
#js_galerie .blaettern a.vor:visited,
#js_galerie .blaettern a.vor:active
{
  background: url('../../assets/common/pfeil_rechts.gif') no-repeat;
	display:block;
	float:right;
	cursor: pointer;
	width:10px; height:10px;
}

#js_galerie .blaettern a.zurueck,
#js_galerie .blaettern a.zurueck:link,
#js_galerie .blaettern a.zurueck:hover,
#js_galerie .blaettern a.zurueck:visited,
#js_galerie .blaettern a.zurueck:active
{
  background: url('../../assets/common/pfeil_links.gif') no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	width:10px; height:10px;
}


/******************************************************************************/
/* expander */
/* teaser */
.cm_expander_teaser
{
  display: block;
  width: 470px;
  margin: 10px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
	background: url('../../assets/common/bg_cm_teaser.gif') #e9ebef top right repeat-y;
  cursor: pointer;
}

.cm_expander_teaser h1{
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
	background: url('../../assets/common/pfeil_rechts_weiss.gif') no-repeat 460px 50%;
	padding: 5px 10px 5px 15px;
	margin: 0px;
}

/* expander content */

.cm_expander {
  width: 465px;
  display: none;
  padding: 0px 0px 0px 5px;
  margin: 10px 0px 0px 0px;
	background: url('../../assets/common/bg_cm_expander.gif') repeat-y #e9ebef;
}

.cm_expander .kopf
{
  cursor: pointer;
  height: 12px;
	background: url('../../assets/common/bg_cm_expander_kopf.gif') #dee3e7 no-repeat top right;
}

.cm_expander h1{
  display: block;
  font-size: 11px;
  font-weight: bold;
  background: #e9ebef;
	padding: 5px 10px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.cm_expander div.bild{
  float: right;
  width: 120px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}


.cm_expander .bild img.bild
{
  margin: 0px;
  padding: 0px;
}

.cm_expander a.link,
.cm_expander a.link:link,
.cm_expander a.link:visited,
.cm_expander a.link:hover,
.cm_expander a.link:active
{
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  float: left;
  text-decoration: underline;
  background: url('../../assets/common/link_extern.gif') no-repeat;
}

.cm_expander .text
{
  padding: 10px;
}

.cm_expander .text table
{
  width: 330px;
}

.cm_expander tr
{

}

.cm_expander td
{
}

.cm_expander .fuss
{
  cursor: pointer;
  padding: 2px 0px 0px 420px;
  font-size: 10px;
  height: 14px;
	background: url('../../assets/common/bg_cm_expander_fuss.gif') #c4cbd1 no-repeat top right;
}

.cm_expander_table
{
}

.cm-expander_table .text
{
  float: left;
  width: 320px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
}

/*** Anwendungsbeispiele ******/

.cm_awb
{
  margin: 0px 0px 0px 0px;
}

.cm_awb div.awb_wrapper
{
  padding: 10px 0px 0px 0px;
  border: 1px solid #dee5ec;
}

.cm_awb h1
{
  margin: 0px 0px 20px 0px;
}

.cm_awb div.awb_bild
{
  width: 228px;
  height: 180px;
  margin: 40px 18px 5px 0px;
  float: left;
  display: inline;
  text-align: center;
}

.cm_awb div.awb_text
{
  width: 228px;
  float: right;
  display: inline;
  border: 1px solid #dee5ec;
  border-right: none;
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
}

.cm_awb div.awb_text .ab_box
{
	display: inline;
	float: left;
}

.cm_awb div.awb_text div.titel,
.cm_awb div.awb_text div.titel_leer
{
  float: left;
  font-size: 11px;
  color: #0096e1;
  width: 90px;
  margin: 0px 10px 0px 0px;
  padding: 3px 0px 3px 10px;
  background: url('../../assets/common/punkte_blau.gif') repeat-x left bottom;
}

.cm_awb div.awb_text div.titel_leer
{
  border: none;
}

.cm_awb div.awb_text div.text
{
  float: right;
  color: #737d88;
  width: 118px;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 4px 0px;
  border-bottom: 1px solid #dee5ec;
}

.cm_awb div.awb_text div.text a,
.cm_awb div.awb_text div.text a:link,
.cm_awb div.awb_text div.text a:visited,
.cm_awb div.awb_text div.text a:hover,
.cm_awb div.awb_text div.text a:active
{
  font-size: 11px;
  padding: 0px 0px 0px 12px;
  background: url('../../assets/common/pfeil_rechts.gif') no-repeat 0px 3px;
}
.cm_awb_flash {
	clear:both;
}
.cm_awb_flash #flash_ersatz{
	 position:absolute;
	 overflow-y:hidden;
	 overflow-x:scroll;
	 width:477px;
	 height:60px;
}
.cm_awb_flash #flash_ersatz img {
	border-top:1px solid #DEE5EC;
	border-right:1px solid #DEE5EC;
}

/* awb in spaltenansicht */

#content_left .cm_awb div.awb_wrapper,
#content_right .cm_awb div.awb_wrapper
{
  height: 480px;
  margin: 0px 0px 20px 0px;
}

#content_left .cm_awb div.awb_bild,
#content_right .cm_awb div.awb_bild
{
  width: 226px;
  height: 160px;
  display: block;
  float: none;
}

#content_left .cm_awb div.awb_text,
#content_right .cm_awb div.awb_text
{
  width: 226px;
  float: none;
  height: 170px;
  display: block;
  border: none;
}

#content_left .cm_awb div.awb_text div.titel,
#content_right .cm_awb div.awb_text div.titel_leer
{
  width: 90px;
}

#content_left .cm_awb div.awb_text div.text,
#content_right .cm_awb div.awb_text div.text
{
  width: 116px;
}

/******************************************************************************/
/* Formatvorlagen */
/* bild links im text */
.cm_image_left div.bild,
.cm_image_left_3 div.bild
{
  float: left;
}
.cm_image_left_2 div.bild
{
	clear:both;
}

.cm_image_left div.text,
.cm_image_left_2 div.text,
.cm_image_left_3 div.text
{
}

/* bild rechts im text */

.cm_image_right div.bild,
.cm_image_right_3 div.bild
{
  float: right;
}
.cm_image_right_2 div.bild
{
	clear:both;
}
.cm_image_right div.text,
.cm_image_right_2 div.text,
.cm_image_right_3 div.text
{
}

.cm_grau_hinterlegt
{
  padding: 10px;
  background: #dee3e7;
}

/* link */
.cm_teaserbox {
  width: 185px;
  height: 90px;
  float: left;
  display: inline; /* sonst wirds margin im ie verdoppelt... */
  clear: none;
  margin: 20px 0px 0px 15px;
}

.cm_teaserbox h1{
  font-size: 11px;
  background: #c4cbd1;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 2px 5px 2px 5px;
  margin: 70px 0px 0px 0px;
  width: 175px;

}

.cm_teaserbox div.bild{
  width: 185px;
  height: 70px;
  padding: 0px 0px 0px 0px;
  margin: -89px 0px 0px 0px;
}

.cm_teaserbox div.bild img{

}

.cm_teaserbox div.text {
  display: none;
}

.cm_teaserbox a.link,
.cm_teaserbox a.link:link,
.cm_teaserbox a.link:visited,
.cm_teaserbox a.link:hover,
.cm_teaserbox a.link:active {
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  float: left;
  text-decoration: underline;
}

.cm_teaserbox a.intern,
.cm_teaserbox a.intern:link,
.cm_teaserbox a.intern:visited,
.cm_teaserbox a.intern:hover,
.cm_teaserbox a.intern:active {
  background: url('../../assets/common/link_intern.gif') no-repeat;
}

.cm_teaserbox a.extern,
.cm_teaserbox a.extern:link,
.cm_teaserbox a.extern:visited,
.cm_teaserbox a.extern:hover,
.cm_teaserbox a.extern:active {
  background: url('../../assets/common/link_extern.gif') no-repeat;
}

/**********************************************************/
/* Formularbilder */

.form_wrapper {
	padding: 10px;
	font-size: 12px;
	width: 400px;
}
.form_wrapper table {
  border: none;
}

.form_wrapper tr {
  border: none;
}

.form_wrapper td {
  bordeR: none;
	vertical-align: top;
	width: auto;
}

/*****************************/
		/*  formular pro  */
		/*****************************/
		.fp_form h3 {
				font-size: 12px;
				margin: 20px 0px 5px 0px;
		}

		.fp_form td.title{
			height: 30px;
/*			padding-top: 10px;*/
			width: 95px;
		}
		.fp_form td.checkbox{
			text-align: left;
			padding: 0px 5px 0px 0px;
		}
		.fp_form input {
			width: 200px;
			margin: 0px 10px 0px 0px;
		}
		.fp_form input.checkbox,
		.fp_form input.radio {
			width: auto;
		}
		.fp_form textarea {
/*			width: 200px;	*/
		}
		.fp_form select {
			width: 200px;
		}
		.fp_form table.root {
			width: 440px;
		}
/*****************************/
.fp_form td.intro_gruppe{
	padding: 0px 0px 15px 0px;
}
/*****************************/
		.fp_form td.title_text {
			padding: 0px 0px 5px 0px;
			height: 30px;
			width: 95px;
		}
		.fp_form td.input_text {
			padding: 0px 5px 0px 5px;
		}
		.fp_form td.text_text {
			padding: 0px 20px 0px 0px;

		}



/*****************************/
		.fp_form td.radio {
/*			width: 20px; */
			padding: 0px 10px 20px 0px;
		}
		.fp_form td.title_radio {
			padding: 0px 5px 5px 5px;
/*			height: 0px;*/
			font-weight: bold;
		}
		.fp_form td.input_radio {
			padding: 0px 5px 0px 5px;
			width: 15px;
		}
		.fp_form input.radio {
		margin: 0px;

		}
		.fp_form td.text_radio {
			padding: 0px 15px 0px 0px;
		}
		.fp_form td.textfeld_radio {
			margin: 0px 10px 0px 5px;
		}
		.fp_form input.radio_text {
			width: 150px;
		}
/*****************************/
		.fp_form .unsichtbar {
				visibility: hidden;
				display: none;
		}
		.fp_form .submit {
			margin: 10px 0px 0px 0px;
		}
		/*****************************/
		/*  Ende Vorschau       */
		/*****************************/
		.pflichtfeld {
			font-weight: bold;
			font-size: 1.2em;
		}

/* ende Formularbilder */


/* custombereich */
/* Liste: erstmal nur fuer downloads */
#custom .cm_liste
{
  padding: 0px 0px 5px 0px;
}

#custom .cm_liste h1
{
  margin: 0px 0px 10px 0px;
}

#custom .cm_liste a,
#custom .cm_liste a:link,
#custom .cm_liste a:visited,
#custom .cm_liste a:hover,
#custom .cm_liste a:active
{
  display: block;
  padding: 2px 0px 2px 18px;
  margin: 0px 20px 10px 20px;
  background: no-repeat 0px 0px;
  text-decoration: none;
  font-size:11px;
}

#custom .cm_liste img
{
}

/* download */
#custom .cm_download
{
  padding: 0px 0px 10px 0px;
  border-top:1px solid #FFFFFF;
  margin-top:10px;
}

#custom .cm_download h1
{
		border-bottom:1px solid #FFFFFF;
		color:#007FCC;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:3px 5px 3px 20px;
		text-transform:uppercase;
}

#custom .cm_download h2
{
  font-weight: normal;
  margin: 0px;
  padding: 5px 20px 5px 15px;
  border-bottom: 1px solid #fff;
}

#custom .cm_download .link
{

}

#custom .cm_download .bild
{
  margin: 0px;
  padding: 0px;
}

#custom .cm_download img.bild
{
  border-bottom: 0px solid #fff;
  margin: 0px 0px 0px 0px;
}

#custom .cm_download div.text
{
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

#custom .cm_download img.icon
{
  margin: 0px;
  padding: 0px;
}

#custom .cm_download a.link,
#custom .cm_download a.link:link,
#custom .cm_download a.link:visited,
#custom .cm_download a.link:hover,
#custom .cm_download a.link:active
{
  display: block;
  padding: 2px 0px 2px 20px;
  margin: 10px 0px 10px 20px;
  text-decoration: none;
	background:url(../../assets/common/download.gif)  no-repeat 0 0;
	font-size:11px;
}

#custom .cm_download span.groesse
{
  font-size: 10px;
  margin: 13px 0px 0px 7px;
}

