/**
 * FÜR BACKEND WYSIWYG ANSICHT
 */
body.cke_show_borders {
    font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
    color:#2f2f2f;
    background-color: #FFFFFF;
    padding:0px;
    margin:0px;
}
/**
 * GLOBALE DEFINITIONEN
 */
a img {
    border:none;
}
a:link, a:visited, a:active{
    font-weight:bold;
    color:#AC2B30;
}
a:hover{
    color:#000;
}
H1{
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
    color:#AC2B30;
    margin:0;
    padding:0;
}
H2{
    font-weight: normal;
    font-size:15px;
    color: #666666;
    margin:0;
    padding:0;
}
H3{
    font-weight:bold;
    font-size:14px;
    color:#AC2B30;
    margin:0;
    padding:0;
}
H4{
    font-weight:bold;
    font-size:12px;
    color:#AC2B30;
    margin:0;
    padding:0;
}
hr {
    height:3px;
    border-top: 1px dotted #2f2f2f;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
/**
 * ARTICLE ALLGEMEIN
 */
.article_title {
    font-size:15px;
    
    text-transform:uppercase;
    border-bottom: #ccc solid thin;
    margin-bottom: 10px;
}
.article_subtitle{
    font-size:13px;
    
}
.article_image {
     padding: 3px 3px 3px 3px;
     border-width: 1px;
     float: right;
     border-color:#1f4795;
     border-style:solid;
     margin: 0px 0px 10px 10px;
}
.article_text{
    color:#2f2f2f;
    font-size:11px;
}
.content_text{
    color:#2f2f2f;
    font-size:11px;
}
.article_text a, .article_text a:visited, .content_text a, .content_text:visited{
    text-decoration:none;
    color:#2f2f2f;
}
.article_text a:hover, .article_text a:selected, .article_text a:active ,.content_text a:hover, .content_text a:selected ,.content_text a:active{
    text-decoration:underline;
    color:#2f2f2f;
}
hr {
    height:3px;
    border-top: 1px dotted #2f2f2f;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
/**
 * ARTICLE LISTING
 */

.list_date {
    font-size:9px;
    font-weight:bold;
    visibility:hidden;
}
.list_block {
    display:block;
    border:thin #CD003C solid;
}
.default_column {
    padding-top:5px;
    padding-bottom:5px;
    color: #2f2f2f;
    display:inline-block;
    width: 100%;
}
.default_column .content {
    padding: 5px;
    color: #2f2f2f;
}

.default_column .list_image {
     float: right;
    padding: 10px 10px 10px 20px;
}
.default_column .list_image img{
    border: #2f2f2f 1px solid;
}
.list_more {

    background-image:url(/img/layout/button_right.png);
    background-repeat:no-repeat;
    background-position:top right;
    display: inline-block;
}
.list_more a{
  background-image: url("/img/layout/button_left.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #AA292E;
    float: left;
    font-size: 12px;
    margin-left: -5px;
 
    padding: 8px 10px 10px;
    text-align: center;
    text-decoration: none;
}

.boxHeaderGray .list_more a{
  background-image: url("/img/layout/button_left.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #AA292E;
    float: left;
    font-size: 12px;
    margin-left: -5px;

    padding: 8px 10px 10px;
    text-align: center;
    text-decoration: none;
}


#event_search .list_more{
float: right;
}

#event_search .list_more a{
padding-top: 3px;
}

.list_more a:hover{
    color:#000;
;
}
/**
 * ARTICLE LISTING EINSPALTIG
 */
.one_column {
    padding-top:5px;
    padding-bottom:5px;
    color: #2f2f2f;
}
.one_column .content {
    padding: 5px;
    color: #2f2f2f;
}
/**
 * ARTICLE LISTING MEHRSPALTIG
 */
.two_column{
    float: left;
    width:50%;
}
.three_column{
    float: left;
    width:33%;
    display: inline;
}
.four_column{
    float: left;
    width:25%;
}
.two_column{
	float: left;
	width:50%;

	}

.three_column{
	float: left;
	width:33.3%;
    display: inline;	 }
.four_column{
	float: left;
		width:25%;
		 }


.multi_column {
    margin: 5px 5px 10px 5px;
    padding:10px;
    color: #2f2f2f;
    vertical-align:top;
    border:none;
    height: 190px;
    overflow: hidden;
      background-image:url('/img/layout/box_bgr.jpg');
    background-repeat: repeat-x;
  
    

}
.multi_column .content {
   text-align:left;
    height: 100%
}
.multi_column .list_image img{
    float:right;
    margin-bottom:5px;
    border: #999999 1px solid;
    margin-left: 10px;
}
.multi_column .caption{
    font-size: 10px;
}
.multi_column .article_title{

}
.multi_column .article_subtitle{
    font-size:11px;
    text-align:left;
}
.multi_column p{
    margin:0px;
    padding:0px;
}
.multi_column .list_more {
    position: relative;
    bottom: 20px;
    float: right;

}
.multi_column .list_date {
    height:26px;
    text-align:right;
}
/**
 * CONTENT PARTS TITLES
 */
.content_title {
    font-size:15px;
    text-align: justify;
    font-weight:bold;
}
.content_subtitle{
    font-size:13px;
    text-align: justify;
    font-weight:bold;
}
/**
 * CONTENT PART TEXT MIT BILD
 */
.content_imagetext{
    
}
.imgDIVinTextLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0;
}
.imgDIVinTextRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0;
}
.imgDIVtopLeft {
    margin:8px 0px 5px 0px;
    padding:0px;
    border:0;
}
.imgDIVtopCenter {
    margin:8px 0px 5px ;
    padding:0px;
    border:0;
}
.imgDIVblockImgLeft {
    margin-right: 10px;
}
.imgDIVblockImgRight {
    margin-left: 10px;
}
/**
 * CONTENT PART CODE
 */
.content_code {
    padding-bottom: 3px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
.articleText {
    line-height:135%;
    margin-bottom: 10px;
    text-align: justify;
}
/**
 * CONTENT PART IMAGELIST
 */
.content_imagelist {

}
.imglistcaption {
    font-size:10px;
    line-height:100%;
    padding-bottom:5px;
    vertical-align:top;
}

/**
 * CONTENT PART TEXT
 */
.content_text {
    
}
/**
 * CONTENT FILELIST
 */
.content_filelist {
    
}
/**
 * CONTENT FLASHPLAYER
 */
.content_flashplayer {
padding-bottom: 10px;
}
/**
 * CONTENT WYSIWYG
 */
.content_formattext {

}
/**
 * CONTENT HTML
 */
.content_html {

}
/**
 * CONTENT IMAGES
 */
.content_images {

}
/**
 * CONTENT IMAGES
 */
.content_imagestext {

}
/**
 * CONTENT TABS
 */
.content_tabs {

}
/**
 * CONTENT TEASER
 */
.content_teaser {

}
/**
 * CONTENT GUESTBOOK
 */
.content_guest {

}
/**
 * CONTENT LINKLIST
 */
.content_link {

}
/**
 * CONTENT MULTIMEDIA
 */
.content_multi {

}
.content_multi .multimedia{

}
/**
 * CONTENT NEWS
 */
.content_news {

}
.news_pagination {
    
}
.news_title {

}
.news_subtitle {

}
/**
 * CONTENT LINKLIST
 */
.content_link {

}
.print_cont {
    color:black;
    background-color:white;
    padding:10px;
    width:280mm;
    text-align:left;
}
.print_cont p, .print_cont .default_column, .print_cont .article_title {
    color:black;
}
.print_cont hr {
    border-color:black;
}
/**
 * CONTENT FE-LOGIN
 */
 .feField ,.feCheck{
     padding:5px 0px;
     float:left;
     width:100%;
}
 p.field label {
     width:150px;
}


/*  SHOP PRODUKTE
Standart listing*/

.shop_cp_global_wrapper{
	background-color: #efefef;
	padding: 10px;
	float: left;
	line-height: normal;
	width: 700px;
	

}
.shop_cp_wrapper{
	float: left;
	border-bottom: 3px solid #fff;
width: 100%;
}
.shop_cp_product_detail{
	padding: 10px 0;
	float: left;
	position: relative;
	width: 100%;
;
}
.shop_cp_image {
    background-color: #fff;
	float: left;
	width: 150px;
}
.shop_cp_image table{
	width:100%;
}
.shop_cp_image td{
	height: 140px;
	text-align: center;
}

.shop_cp_image img{
	max-width: 140px;
	max-height: 140px;
	
}.shop_cp_image .no_image{
	width: 140px;
	background-size: auto 100% ;
	height: 140px;
}
.shop_cp_title{
	float: left;
	padding: 10px;
	border-right: thin solid #ccc;
	border-left: thin solid #ccc;
	margin-right: 10px;
	width: 50%;
	height: 130px;
}
.shop_cp_title amount{
	text-align: right;
}
.shop_cp_title shortinfo{

}
.shop_cp_pricebox{
	float: left;
}
.shop_cp_pricebox .price{
	font-size: 24px;
	font-weight: bold;
	color:;
	text-align: right;
}
.shop_cp_footer{
	position: absolute;
	bottom: 10px;
	right: 10px;
}