/*Start Menue B*/
ul#menue_b_list  {

	padding: 0;
	margin: 0;
	text-align:right;
   }
ul#menue_b_list li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	font-size:12px;
	text-transform: uppercase;
   }
ul#menue_b_list a {
	text-decoration: none;
	color: #CC3300;
   }
ul#menue_b_list a:hover {
	text-decoration: underline;
   } 
  
/* Ende Menue B*/

/*Start Liste Standard*/
ul#list  {
	display: block;
	width:auto;
	padding: 0;
	margin: 0;
	text-align:left;
   }
ul#list li {
	padding: 0px;
	list-style-type: none;
	margin-left: 24px;
	font-size:14px;
	list-style-position: outside;
	list-style-image: url(../pics/list_point.jpg);
	line-height: 1.2em;
   }
ul#list a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #000000;   
   }
ul#list a:hover {
	text-decoration: underline;
   } 
  
/* Ende List Standard B*/

/*Start Liste Horizontal */
ul#list_h  {
	display: block;
	width:auto;
	padding: 0;
	margin: 0;
	text-align:left;
   }
ul#list_h li {
	
	list-style-type: none;
	font-size:14px;
	float:left;
   }
ul#list_h a {
	text-decoration: none;
	margin-right:2px;
	margin-bottom:2px;
	padding: 4px;
   }
ul#list_h a:hover {
	text-decoration: none;
   } 
  
/* Ende List Horizontal*/

/*Start Select Language B*/
ul#select_language_a_list  {
	display: block;
	width:auto;
	padding: 0;
	margin: 0;
	text-align:left;
	float:left;
   }
ul#select_language_a_list_v  {
	display: block;
	width:auto;
	padding: 0;
	margin: 0;
	text-align:left;
	float:left;
   }   
ul#select_language_a_list li {
   padding: 0px;
   display: inline;
   list-style-type: none;
   margin-right: 2px;
   font-size:10px;
   }
ul#select_language_a_list_v li {
	padding: 0px;
	list-style-type: none;
	margin-left: 16px;
	font-size:14px;
	list-style-position: inside;
	list-style-image: url(../pics/li);
   }   
ul#select_language_a_list a,ul#select_language_a_list_v a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #000000;   
   }
   
ul#select_language_a_list a:hover, ul#select_language_a_list_v a:hover {
	text-decoration: underline;
   } 
  
  
/* Ende Select Language B*/

.show_div {
	visibility:visible;

}
.hide_div {
visibility:hidden;
display:none;


}
/*Login FORM*/
#login{
	margin:0px;
	padding:0px;
	}
#login_background {
	opacity:.7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	width: 100%;
	background-color:#000000;
	min-height: 100%;
	position:absolute;
	z-index:101;
	height: 100%;
	min-height:100%;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
	}
#login_form{
	position:absolute;
	width: 100%;
	text-align:center;
	margin-top:10%;
	z-index:102;
	left: 0px;
	top: 0px;	
}

/* Transparenz*/
.make_transparent{

	opacity:.7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
}
.make_transparent_90{

	opacity:.9;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}
.make_transparent_40{

	opacity:.4;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
}
/* */
.link_a {
	font-size:10px;
	color: #CC0000;
	text-decoration:none;
} 
.link_a a:hover{
	color: #CC0000;
	text-decoration: underline;	
	
} 
.link_b {
	
	color: #000000;
	text-decoration:none;
} 
.link_b a:hover{
	color: #CC0000;
	text-decoration: underline;	
	
} 
/*   */
.border_white {
	border: 1px solid #FFFFFF;
}
.border_black {
	border: 1px solid #000000;
}
.border_grey {
	border: 1px solid #999999;
}
#content_box_a{
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
}
#content_box_grey{
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
	background-color: #F0F0F0;
}
#content_box{
	padding: 8px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;

}
.content_box_grey{
	background-color: #F0F0F0;
}
.content_box_white{
	background-color: #FFF;
}
.content_box_red{
	background-color: #c33825;
}
.content_box_dark_grey{
	background-color: #999999;
}
.content_box_dark_white{
	background-color: #FFF;
}
#show_categorie_a {

}
#page{
	font-size: 12px;
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}
#banner_ads{
	text-align: left;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: auto;
}

/* Rahmen */
.dotted_border {
border: 1px dotted #999999;
}

.dotted_border_hover {
	border: 1px solid #999999;
	background-color: #FFF7D7;
}
.dotted_border_hover_clean {
	border: 1px solid #999999;

}
/* Bilder */
.border_images {
	/*border: 1px solid #DBDBDB;*/
	border: 0px solid #DBDBDB;
	}
.border_images_dark_grey {
	/*border: 1px solid #DBDBDB;*/
	border: 1px solid #666666;
	}	
#polaroid_whitespace{
	padding:6px;
	}
#polaroid_whitespace_big{
	padding:10px;
	}			
#polaroid{
	border: 1px solid #CCCCCC;
	background-color:#FFF;
	text-align:center;
	float:inherit;
}
/*Content */
#categorie_content {
	margin-left: 2%;
	/*background-color: #FFF8F0;*/
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFCC99;
	margin-bottom:6px;
	padding-left: 4px;
	width: 97.9%;
}
#categorie_content_a {
	margin-left: 2%;
	/*background-color: #FFF8F0;*/
	border-left-width: 4px;
	border-left-style: solid;
	margin-bottom:6px;
	padding-left: 4px;
	width: 97.9%;

	border-left-color: #CC3300;
}
#event_preview_a{
	margin-bottom:4px;
	margin-top:4px;
	background-color: #FFF4EA;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sedcards_preview_a {
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 0px;
}
#item_preview_a {
	margin-bottom:4px;
	margin-top:4px;
	background-color: #FFFFFF;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.preview_b{

	background-color: #FFF7D7;

}
#gastronomic_preview_a{
	padding:8px;
	margin-bottom:4px;
	margin-top:4px;
	background-color: #FFF4EA;
}

/*Button*/
.button a {
	font-size: inherit;
	float:left;
	color: #000000;
	text-decoration: none;
	background-color: #FFE6CC;
	padding: 0.2em;
	border: 1px solid #666666;
	display: block;
	text-align: center;
	white-space: nowrap;
	margin-bottom:2px;
	-moz-border-radius:3px;
-khtml-border-radius:3px;

}
.button_small{
	font-size: 10px;
	padding: 0.0em;

}
.button a:hover {
	text-decoration: none;
	background-color: #FFCC66;

}
.button_active a {
	font-size: inherit;
	float:left;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0.2em;
	border: 1px solid #666666;
	display: block;
	text-align: center;
	white-space: nowrap;
		margin-bottom:2px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;		

}
.button_2 a {
		color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0.2em;
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:0.2em;
}
.button_2 a:hover, a:active{
	text-decoration: none;
	background-color: #FFEECC;
}

.button_2_active {
	text-decoration: none;
	background-color: #FFEECC;
	font-weight: bold;
	color: #666666;


}

.button_3 a {
		color: #666666;
	text-decoration: none;
	background-color: #FFEECC;
	padding: 0.2em;
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:0.2em;
}
.button_3 a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

.button_4 a {
	color: #666666;
	text-decoration: none;
	background-color: #F2F2F2;
	padding: 0.2em;
	float:left;
	margin-right:0.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.button_4 a:hover, a:active{
	text-decoration: none;
	background-color: #FFEECC;
}
.button_4_active {
	text-decoration: none;
	background-color: #FFEECC;
	font-weight: bold;
}
.button_b a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #E4E4E4;
	padding: 0.2em;
	border: 1px solid #666666;
	display: block;
	text-align: center;
}
.button_b a:hover {
	text-decoration: none;
	background-color: #FFCC33;
}
.button_red a {
	color: #666666;
	background-color: #FFC2AE;
}
.button_red a:hover {
	text-decoration: none;
	background-color: #FFEECC;
	color: #666666;
}
/* Ende  Buttons */
#events_date_search{
	border-top:8px;
	color: #CC3300;
	text-indent: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 99.9%;
	
}
.small_font {
	font-size: 10px;

}
.middle_font {
	font-size: 12px;

}
.big_font {
	font-size: 14px;

}
.xxl_font {
	font-size: 16px;

}
.red {
	color: #CC0033;
}
.blue {
	color: #CC0033;
}
.green {
	color: #339900;
}
.grey {
	color: #999999;
}
.dark_grey {
	color: #666666;
}
.light_grey {
	color: #BFBFBF;
}
.orange {
	color: #FF9933;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
/*  Backgrounds */
.bg_light_grey {
	background-color:#F5F5F5;
}
.bg_grey {
	background-color:#EAEAEA;
}
.bg_light_red {
	background-color:#FFECD9;
}
.bg_red {
	background-color:#CC0033;
}
/*  Font Styles */
.bold {
	font-weight: bold;
}
.no_underline {

	text-decoration: none;
}

.no_underline a {

	text-decoration: none;
}
.no_underline a:hover {
	text-decoration: underline;
}

#hint_1{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFEECC;
	padding: 0.6em;
	border: 1px solid #CCCCCC;

	margin-right:0.2em;
	
}
#hint_2{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFDBCC;
	padding: 0.6em;
	border: 1px solid #CCCCCC;
	margin-right:0.2em;	
}
#hint_3{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #F2F2F2;
	padding: 0.6em;
	border: 1px solid #CCCCCC;
	/*margin-right:0.2em;*/
}

.backgr_white{
	background-color: #FFFFFF;
}
.line_h{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size:0px;
}
.line_h_small{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 7px;
	margin-bottom: 12px;
	font-size:0px;
}
.content_box_grey {
	background-color: #F2F2F2;

}
.content_box_white {
	background-color: #FFF;
}
/* Image Boxen */
#container_image_box {
	background-color: #F2F2F2;
}

.v_center {
height: 80px;
display: table-cell;
vertical-align: middle;
}
.arrow_1_right{
	font-size: 16px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-image: url(../pics/button/arrows/arrow_1_right.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 70px;
	height: auto;
	vertical-align: baseline;
	padding: 12px;
	width: auto;
	}
.backing_a {
	background-color: #FFE9CA;
	height: 50px;
	/*background-image: url(../pics/backer.gif);*/
	background-repeat: repeat-x;
	background-position: 0px;
	}
/* Farbendeklaration Freigabe */
.entry_disabled{
	background-color: #FFDBCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
.entry_enabled_a{
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.entry_enabled_b{
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.entry_hint{
	background-color: #CCFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
.entry_past{
	background-color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.entry_admin_group{
	background-color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.entry_masteradmin{
	background-color: #FF8484;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Farbendeklaration Hinweise */
.error_hint{
	background-color: #FFDBCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
.data_hint{
	background-color: #E6FFE6;
}
.data_hint_grey{
	background-color: #E1E1E1;
}
.data_hint_red{
	background-color: #FFBBAA;
}
/*Textblock */
.textblock {
	line-height: 1.4em;	/*text-align: justify;*/
	word-spacing: 0.1em;
}
#premium_button{
	z-index:105;
	margin-top:46px;
	position:absolute;
	
	}
#news_button{
	position:absolute;
	width: 100%;
	text-align:center;
	margin-top:10%;
	z-index:102;
	left: 0px;
	top: 0px;	
	}
/* HINT FAQ */	
.hint_faq{
	margin-top:10px;
	background-color:#fff;
	padding:7px;
	margin-bottom:10px;
	background-image: url(../pics/icons/hint_faq_a.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	text-indent: 32px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
.form_plain {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #F2F2F2;
}

/* TAGS */
.tag_1{	font-size:10px; padding:0; margin:2px; margin-left:0;  margin-right:2px;}
.tag_2{	font-size:13px; padding:0;  margin:4px; margin-left:0; margin-right:2px;}
.tag_3{	font-size:18px; padding:0;  margin:6px; margin-left:0; margin-right:2px;}
.tag_4{	font-size:22px; padding:0;  margin:10px; margin-left:0; margin-right:2px;}
.tag_5{	font-size:26px; padding:0;  margin: 16px; margin-left:0;margin-right:2px; }
.tag_6{	font-size:30px; padding:0;  margin: 16px;margin-left:0; margin-right:2px; }

/* Scroll */
#scrollbox_h{
	width: 699px;
	height:140px;
	overflow-y:hidden;
	overflow-x:hidden;
	margin-left: 300px;
}
/* Image Rotator */
.border_ir{
	border: 1px solid #DBDBDB;
}
.border_ir_black{
	border: 1px solid #666666;
}
/*Stage */
.title_ir_full {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.title_ir_preview {
	font-size: 13px;
	color: #666666;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
/*TEXTLINK Add */
.text_link_add{
	
}
