/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
.standard div.bild {
 float: left;
 padding: 0 20px 10px 0;
}

.image_float_right div.bild {
 float: right;
 padding: 0 0 10px 20px;
}

span.bildtext {
 padding: 5px 10px 0px 10px;
 display: block;
 width: auto;
 color: #E3A615;
 font-style: italic;
 font-weight: normal;
}

/* Contentmaker: Link */
.link { /*	border: 1px solid #E7EADF;*/
 padding: 10px;
 margin: 0px 0px 10px 0px;
 /*
	padding: 0px 0px 5px 5px;

	margin: 5px 20px 10px 0px;
	*/ /*	width: 405px;*/
}

.link h1 { /*
	color: #646464;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 11px;
}

.link img{
	vertical-align: middle;
}

.link div{
	margin-right: 0px;
/*	border-right: 1px solid #E7EADF; */
 /* 	border-bottom: 1px solid #E7EADF; */
 
}

.link a:link,.link a:visited,.link a:hover,.link a:active {
 color: #646464;
 margin: 5px;
}

.link a:hover {
 
}

.link div a,.link div a:link,.link div a:visited,.link div a:hover,.link div a:active
 {
 background: none;
 margin: 0px;
 background: no-repeat 0px 5px;
}

.link p {
 
}

/* Link Content */
.link_content { /*	width : 500px;*/
 
}

.link_content a:link,.link_content a:visited,.link_content a:hover,.link_content a:active
 {
 padding: 2px 0px 2px 15px;
 margin: 0px 0px 0px 5px;
 background: no-repeat 0px 2px;
}

.link_content .link_image {
 margin: 0px 10px 0px 0px;
 padding: 0px;
 float: left;
}

.link_content .link_image a:link,.link_content .link_image a:visited,.link_content .link_image a:hover,.link_content .link_image a:active
 {
 padding: 0px;
 margin: 0px 0px 0px 0px;
}

/* Contentmaker: Download */
.download {
 padding: 10px;
 margin: 0px 0px 10px 0px;
}

.download h1 { /*
	color: #646464;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 11px;
	*/
 
}

.download img {
 vertical-align: middle;
}

.download div {
 margin-right: 10px;
 float: left;
 /* border-right: 1px solid #E7EADF;
 border-bottom: 1px solid #E7EADF;*/
}
.download div.text {
 padding-bottom: 10px;
} 

.download a:hover {
 
}

.download div a,.download div a:link,.download div a:visited,.download div a:hover,.download a:active
 {
 background: none no-repeat;
 margin: 0px;
 padding: 0px;
}

.download a,.download a:link,.download a:visited,.download a:hover,.download a:active
 {
 background-repeat: no-repeat;
 padding-left: 20px;
 margin: 0px 0px 0px 0px;
 color: #646464;
}

.download p {
 padding: 5px;
 margin: 0px;
}

.download span {
 font-weight: normal;
}

/* Contentmaker: Bild */
.image {
 padding: 0;
 margin: 0;
 margin-bottom: 10px;
}

.image h1 { /*
 font-size: 11px;
 color: #646464;
 font-weight: bold;
 margin-bottom: 5px;
 */
 
}

.image div { /* background: #CBD1C7;*/ /* color: #FFF; */
 
}

/* Ende Contentmaker: Link, Download, Bild */
 /*#################################################
 Contentmaker: Texteditor
#################################################*/
.plaintext {
 
}

.text {
 
}

.cm_editor,.cm_text,.cm_text_und_bild,.cm_link,.cm_download,.cm_wysiwyg
 {
 font-size: 11px;
 line-height: 16px;
 padding: 0px;
 margin: 0px 0px 10px 0px;
 background: none;
}

.cm_editor h1,.cm_text h1,.cm_text_und_bild h1,.cm_link h1,.cm_download h1
 {
 
}

.cm_editor .text p,.cm_text .text p,.cm_link .text p,.cm_text_und_bild p,.cm_download p
 {
 padding: 0;
}

/* spezial f winzerhoefe */
.content_winzerhoefe .cm_text,.content_winzerhoefe .cm_link,.content_winzerhoefe .cm_text_und_bild,.content_winzerhoefe .cm_download,.content_winzerhoefe .cm_editor
 {
 margin-left: 65px
}

#custom .cm_editor .text p,#custom .cm_text .text p,#custom .cm_link .text p,#custom .cm_text_und_bild p,#custom .cm_download p
 {
 padding: 7px 10px;
 color: #fff;
 font-size: 11px;
 line-height: 16px;
}

/*#################################################
 Contentmaker: Teaserboxen
#################################################*/
.teaserbox {
 clear: both;
 background: #e8edc2;
 color: #5c6624;
 margin: 0px 0px 10px 0px;
 height: 100px;
 position: relative;
 border: 1px solid #ccd994;
}

.teaserbox h1 {
 border-bottom: 1px solid #fff;
}

.teaserbox h1.mit_bild {
 margin-left: 110px;
}

.teaserbox div.bild {
 margin: -18px 10px 0px 0px;
 padding: 0px;
 width: 110px;
 height: 100px;
 background: #f6e5a1;
 float: left;
 overflow: hidden;
}

.teaserbox .bild a,.teaserbox .bild a:link,.teaserbox .bild a:visited,.teaserbox .bild a:hover,.teaserbox .bild a:active
 {
 padding: 0px;
 margin: 0px;
 text-decoration: none;
}

.teaserbox .bild img {
 width: 110px;
 height: 100px;
 border: none;
}

.teaserbox .text {
 display: inline;
 /*	float: left; */
}

.teaserbox .text p {
 padding: 15px 10px;
}

.teaserbox a.link,.teaserbox a.link:link,.teaserbox a.link:visited,.teaserbox a.link:hover,.teaserbox a.link:active
 {
 display: block;
 position: absolute;
 top: 80px;
 left: 445px;
 padding: 5px;
 text-decoration: none;
 background: url('../../assets/common/pfeil.gif') 0px 0px no-repeat;
}

/*#################################################
 Contentmaker: Bild und Text
#################################################*/
.blocksatz {
 text-align: justify;
}

.image_float {
 margin: 0px 0px 10px 0px;
}

.image_float h1 { /*
	color: #A2CD4A;
	font-size: 11px;
	font-weight: bold;
	*/
 
}

.image_float {
 
}

.image_float {
 
}

/* Bild rechts im Text*/ /* Speziel f�r Link-Element */
.image_float_right {
 padding: 10px;
}

.image_float_right .link_content {
 margin: 0px 0px 10px 0px;
}

.image_float_right .link_content .link_image {
 float: right;
 margin: 0px 0px 10px 10px;
}

/* ende link-element-spezial*/
.image_float .image_float_right {
 margin: 0px 0px 10px 0px;
 background: #E6EECB;
}

.image_float .image_float_right {
 float: right;
}

.image_float_right a:link,.image_float_right a:visited,.image_float_right a:hover,.image_float_right a:active
 {
 font-weight: normal;
 font-style: italic;
 text-decoration: none;
}

.image_float_right a:hover {
 text-decoration: underline;
}

.image_float_right_text {
 font-weight: normal;
 margin-bottom: 5px;
}

.image_float_right_text h1 { /*
  font-size: 1.1em;
  font-weight: bold;
  color: #646464;

  */
 
}

.image_float_right_text div {
 line-height: 100%
}

/*Bild links im Text*/
.image_float_left {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}

.image_float_left img {
 margin-bottom: 1px;
}

.image_float_left a:link,.image_float_left a:visited,.image_float_left a:hover,.image_float_left a:active
 {
 font-weight: normal;
 text-decoration: underline;
 background: 0px 2px no-repeat;
 padding: 0px 0px 0px 15px;
 margin: 0px;
 display: block;
}

.image_float_left a:hover {
 text-decoration: none;
}

.image_float_left .link_content {
 
}

.image_float_left .link_content a:link,.image_float_left .link_content a:visited,.image_float_left .link_content a:hover,.image_float_left .link_content a:active
 {
 display: block;
 margin: 10px;
 padding: 0px 0px 15px 15px;
 font-weight: bold;
}

.image_float_left .link_content p {
 padding: 10px;
 font-style: normal;
 background: #e6eecb;
}

.image_float_left .link_content .link_image a:link,.image_float_left .link_content .link_image a:visited,.image_float_left .link_content .link_image a:hover,.image_float_left .link_content .link_image a:active
 {
 margin: 0px;
 padding: 0px;
}

.image_float_left hr {
 border: 1px solid #646464;
}

.image_float_left_text {
 font-weight: normal;
 margin-bottom: 5px;
}

.image_float_left_text h1 { /*
  font-size: 1.1em;
  font-weight: bold;
  color: #646464;
  */
 
}

.image_float_left_text div {
 line-height: 100%
}

.image_float_left_grau {
 float: left;
}

.image_float_left_grau div {
 padding: 2px 5px 0px 5px;
}

.image_float_left_grau_text {
 padding: 5px 10px 5px 160px;
 margin: 0px 20px 0px 0px;
 background: url('../../assets/common/bg_verlauf_565.gif') #f6f7f7
  repeat-y 0px;
}

.einleitungsblock_rechts {
 font-size: 1.1em;
 text-align: right;
}

.bildbox_links {
 float: left;
}

.bildbox_links img {
 margin: 0px 0px 0px 0px;
}

.bildbox_links_text {
 margin: 0px 20px 10px 0px;
 padding: 0px 0px 5px 5px;
 height: 99px;
 width: 410px;
 float: right;
 background: url('../../assets/common/bg_verlauf_565.gif') #f6f7f7
  repeat-y 0px;
}

.spalte_bild_oben {
 
}

.spalte_bild_oben a {
 padding: 0px 0px 0px 0px;
}

.spalte_bild_oben_text a {
 padding: 0px 0px 0px 15px;
}

.spalte_bild_oben b {
 display: inline;
}

.standard_grau {
 background: #e0e0e0;
}

.standard_graue_bs_text b {
 display: block;
 background: #e0e0e0;
 padding: 0px 5px 0px 5px;
 margin: 0px;
}

.spalte_bild_links,.spalte_bild_links_blocksatz {
 float: left;
 display: inline;
 margin: 0px 10px 0px 0px;
}

.spalte_bild_rechts,.spalte_bild_rechts_blocksatz {
 float: right;
 display: inline;
 margin: 0px 20px 0px 10px;
}

.spalte_bild_links_blocksatz_text,.spalte_bild_rechts_blocksatz_text {
 text-align: justify;
}

.spalte_listenbox ul,.spalte_listenbox_text ul {
 background: url('../../assets/common/bg_verlauf_265.gif') #f6f7f7
  repeat-y;
 padding: 5px 0px 5px 10px;
 margin: 0px 0px 10px 0px;
}

#content_left .spalte_listenbox ul,#content_left .spalte_listenbox_text ul
 {
 background: url('../../assets/common/bg_verlauf_265.gif') #f6f7f7
  repeat-y;
 padding: 5px 0px 5px 10px;
 margin: 0px 10px 10px 0px;
}

/***** Kontakt *****/
.contact {
 font-weight: bold;
 /*border: 1px solid #A3C7ED;*/
 padding: 0px 0px 2px 0px;
 margin: 5px 0px;
 margin-bottom: 15px;
 position: relative;
}

.contact h1 { /*
	margin: 0px 0px 2px 0px;
	*/
 
}

.contact h2 {
 background-image: url('../../assets/common/contact.gif');
 background-repeat: no-repeat;
 background-position: 10px top;
 padding: 0px 0px 0px 30px;
 margin: 0px 0px 2px 0px;
}

.contact div {
 font-weight: normal;
 padding: 0px 0px 0px 30px;
}

.contact b {
 color: #073070;
}

.contact img {
 vertical-align: middle;
 margin-right: 3px;
 margin-left: -25px;
}

/* Ende Contentmaker: Contact */ /**************************
Formularbuilder
***************************/
.form_wrapper {
 border: 1px solid #B6C6D1;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.form_wrapper input {
 border: 1px solid #9d9b9f;
 margin: 0px 10px 5px 10px;
 padding: 3px;
}

.form_wrapper input.radio,.form_wrapper input.checkbox {
 border: none;
}

.form_wrapper .title,.form_wrapper .title_text {
 width: 180px;
 vertical-align: top;
}

.form_wrapper td.checkbox {
 width: 20px;
}

.form_wrapper input.checkbox {
 margin: 0px 10px 0px 5px;
}

.form_wrapper textarea {
 border: 1px solid #9d9b9f;
 margin: 0px 10px 5px 10px;
 width: 414px;
 height: 120px;
}

.form_wrapper .submit {
 width: 150px;
 margin: 20px 0px 0px 0px;
 color: #fff;
 background: #A2CD4A;
 border: 1px solid #e6eeCB;
 /*background: url(../../assets/common/button_bg_150.gif) no-repeat;*/
}

.form_wrapper .select {
 border: 1px solid #9d9b9f;
 margin: 0px 10px 5px 10px;
 padding: 1px;
}

.form_wrapper h3 {
 margin: 5px 0px 3px 0px;
}
