/*  Common Elements	*/

  * html .clear{
		display:none
	}
	
	a img{
		border: 0px;
	}
	
	h1, h2{
		margin-bottom:5px;
		font-size:18px;
		line-height:1em;
	}
	
	p{
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}

	body {
	 background-color: #FFFFFF;
	 margin:0px;
	 padding-top:0px;
   padding-left:0px;
	 font-family: "MS Sans Serif", Geneva, sans-serif;
	 font-weight:normal;
	 font-size:11px;
	 vertical-align: top;
 	 text-align: center;
	}
	                     
	td,div {
	 font-size:11px;
	 vertical-align:top;
	}
	
	a:link {
	 text-decoration:none;
	 color: #666666;
	}
	
	a:active {
	 text-decoration:none;
	 color: #666666;
	}
	
	a:visited {
	 text-decoration:none;
	 color: #666666;
	}
	
	a:hover {
	 text-decoration:none;
	 color: #666666;
	}

	ul, ol, li {
		margin: 0px;
		padding:0px;
	}

	form {
		margin:0px;
		padding:0px;
	}

	input, textarea, select {
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #262626;
		padding-left: 0px;		
		vertical-align: middle;
	}

	input, textarea {
		padding-left: 0px;
	}
	
	.hidden{
		width: 0px;
		height: 0px;
		position: absolute;
	}
	
	.invisible{
		display: none;
	}

	input.checkbox, input.radio{
    margin-right: 0px;
	}
	
	.topline, .topline_space{
		border-top: 2px solid #6E6E6E;
		height: 2px;
		clear: both;
	}
	
	.topline_space{
		height: 8px;
		background-position: bottom;	
	}
	
	.clear {
		border: 0px solid black;
		position: relative;
		clear:both;
		height:1px;
		overflow:hidden;
		margin-bottom:-1px;
	}
	
	.no_bgimage{
		background-image: none;
	}
	
	.info_tip{
		background-image: url(/images/info.gif);
		background-repeat: no-repeat;
		width: 14px;
		height: 14px;
		margin-top: 1px;
		margin-right: 3px;
		float: right;
	}
	
	.legend .info_tip{
		background-image: url(/images/info_content.gif);
	}
	
  .text_center{
    text-align: center;
  }
  
  .text_right{
    text-align: right;
  }
	
	.text_bold{
		font-weight: bold;
	}

  .HL{
		background-color: #FEFE00;
  }
  
	.scroll_fullscreen{
	} 
		
  .min_height200{
    min-height: 200px;
  }

  .haendler_logintext{
    padding-left: 3px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  
/*  Global Elements	*/

	/* Float-Clearings */
	#global_container:after, #global_header:after, #global_content:after,
	.contentbox_headline:after, .sub_contentbox_headline:after, .sub_contentbox_subheadline:after,
	.sub_contentbox_main:after,	.sub_contentbox_main_height:after, .box:after, .headline:after, .columns_row:after, .mainmenu_headline:after, 
	.content_menu:after, .sub_content_menu:after, .box_detail_bild:after, .box_detail_text:after,
	.table_default tr td div:after, fieldset:after{
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden;
   }

	#global_container{
		border: 0px solid red;
		background-color: #FFFFFF;
		position: absolute;
		text-align: left;
    left: 1px;
    top: 2px;
		padding-right: 0px;
		padding-left: 0px;
	}

  /* Breite der Seite */
	#global_container, #global_header{
		width: 745px;
  }

	#global_content, #global_content_main{
		width: 100%;
	}

  #global_content{
    margin-top: 0px;
  }
    
  #global_content_main{
    float: left;
  }
  
	/* Breite des Hauptmenüs */
	#global_menu{
		width: 745px;
	}
	
	/* Breite des Content-Bereichs */
	#contentbox, .contentbox_headline{
		width: 590px;
    height: 100%;
	}

	/* halber innerer Content-Bereich */
	.columns_2_1, .columns_2_2, .columns_2_1_border, .columns_2_2_border{
		width: 278px; /* 16px Abstand */
		overflow: hidden;
	}

	.columns_2_1_breit, .columns_2_2_breit{
		width: 340px; /* 16px Abstand */
		overflow: hidden;
	}

	.columns_2_1, .columns_2_1_border, .columns_2_1_breit{
		float: left;
	}
	.columns_2_2, .columns_2_2_border, .columns_2_2_breit{
		float: right;
	}

	.columns_2_1_border{
		border-right: 1px solid #999999;	
		padding-right: 5px;
	}

	.columns_2_2_border{
		border-left: 1px solid #999999;	
		padding-left: 5px;
	}
	
	.columns_row{
		margin-bottom: 5px;
	}

	.columns_30{
		float: left;
		width: 227px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-left: 5px;
	}

	.columns_70{
		float: left;
		width: 300px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px;
		margin-left: 0px;
	}	
	
	/* Header-Höhe */
	#global_header{
		border: 0px solid green;
	}

	#global_header_text{
		border: 0px solid blue;
		float: left;
		height: 20px;
		margin-top: 18px;
		margin-left: 56px;
		color: #E4E2E3;
		font-size: 14px;
		font-weight: bold;
		font-style : normal;
	}

	#global_header_logo{
		border: 0px solid blue;
	  background-image: url(/images/joker_logo.jpg);
		background-repeat: no-repeat;
    float: left;
		height: 113px;
		width: 444px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
	}
  
  #global_header_right{
	  background-image: url(/images/joker_menu_right.jpg);
		background-repeat: no-repeat;
    float: left;
		height: 113px;
		width: 295px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  
	#global_footer{
		color: #000000;
    float: right;
		height: 24px;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 2px;
    width: 591px;
    border: 0px solid red;
	}

	#global_footer a{
		color: #000000;
	}
	
	#global_menu{
    border: 0px solid green;
    width: 100%;
		float: left;
    margin-top: 1px;
    margin-bottom: 1px;
	}

	#global_content_main{
    border: 0px solid blue;
	}
	
	.mainmenu_logindaten{
		background-image: url(/images/bg_global_menu_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		height: 85px;
	}
	
	.mainmenu_logindaten, .mainmenu_headline{
		border-top: 0px;
	}
	
	.mainmenu_logindaten_head{
		padding-top: 9px;
		padding-left: 16px;		
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
	}

	.mainmenu_logindaten_body{
		padding-left: 16px;
		color: #FFFFFF;
	}

	.mainmenu_logindaten_logout{
		padding-top: 8px;
		color: #979A9E;
	}
		
	.mainmenu_item, .mainmenu_item_selected{
		height: 40px;
		cursor: pointer;
	  float: left;
		margin-left: 2px;
    margin-right: 1px;
	}
	
	.mainmenu_item a, .mainmenu_item_selected a{
		background-repeat: no-repeat;
    height: 40px;
		display: block;
		width: 146px;
	}
	
  #mainmenu_shop{
    background-image: url(/images/topbutton_03.jpg);
  }

  #mainmenu_dienstleistung{
    background-image: url(/images/topbutton_05.jpg);
  }

  #mainmenu_finanzierung{
    background-image: url(/images/topbutton_07.jpg);
  }

  #mainmenu_grosskunden{
    background-image: url(/images/topbutton_09.jpg);
  }

  #mainmenu_AGBs{
    background-image: url(/images/topbutton_11.jpg);
  }

  .mainmenu_item a:link{color: #000000; text-decoration: none;}
	.mainmenu_item a:visited{color: #000000; text-decoration: none;}
	.mainmenu_item a:hover{color: #000000; text-decoration: none;}
	.mainmenu_item a:active{color: #000000; text-decoration: none;}
	
  .mainmenu_item_selected a:link{color: #000000; text-decoration: none;}
	.mainmenu_item_selected a:visited{color: #000000; text-decoration: none;}
	.mainmenu_item_selected a:hover{color: #000000; text-decoration: none;}
	.mainmenu_item_selected a:active{color: #000000; text-decoration: none;}

	.mainmenu_item_selected a{
	}
	
	#user_menu{
		background-color: #EDEDED;
		border: 1px solid #CCCCCC;
		margin-left: 2px;
		margin-top: 2px;
		margin-bottom: 1px;
		padding-left: 8px;
		padding-top: 5px;
		float: left;
		width: 732px;
		height: 20px;
	}

	#user_menu a:link{color: #000000; font-weight: normal;}
	#user_menu a:visited{color: #000000; font-weight: normal;}
	#user_menu a:hover{color: #000000; font-weight: bold;}
	#user_menu a:active{color: #000000; font-weight: bold;}

	#user_menu_shop #user_menu #shop a:link{color: #000000; font-weight: bold;}
	#user_menu_shop #user_menu #shop a:visited{color: #000000; font-weight: bold;}

	#user_menu_warenkorb #user_menu #warenkorb a:link{color: #000000; font-weight: bold;}
	#user_menu_warenkorb #user_menu #warenkorb a:visited{color: #000000; font-weight: bold;}
	
	#user_menu_bestellungen #user_menu #bestellungen a:link{color: #000000; font-weight: bold;}
	#user_menu_bestellungen #user_menu #bestellungen a:visited{color: #000000; font-weight: bold;}

	#user_menu_profil #user_menu #profil a:link{color: #000000; font-weight: bold;}
	#user_menu_profil #user_menu #profil a:visited{color: #000000; font-weight: bold;}

	#user_menu_right{
		width: 570px;
    float: right;
		margin: auto;
    border: 0px solid red;
	}
	
	.user_menuitem{
		float: left;
		height: 20px;
		margin-left: 30px;		
	}
	
  .right_menu_item, .right_menu_item_selected{
		background-repeat: no-repeat;
		cursor: pointer;
		height: 11px;
	  float: left;
    margin-top: 22px;
  }

  .right_menu_item a, right_menu_item_selected a{
		background-repeat: no-repeat;
		display: block;
		text-decoration: none;
		height: 100%;
		width: 100%;
  }

  #right_menu_startseite{
    background-image: url(/images/topbutton_22.jpg);
    width: 59px;
    margin-left: 28px;
  }
  
  #right_menu_warenkorb{
    background-image: url(/images/topbutton_24.jpg);
    width: 67px;
    margin-left: 30px;
  }
  
  #right_menu_kontakt{
    background-image: url(/images/topbutton_26.jpg);
    width: 53px;
    margin-left: 30px;
  }
  
  #right_menu_newsletter{
    background-image: url(/images/topbutton_31.jpg);
		background-repeat: no-repeat;
    width: 91px;
		height: 13px;
	  float: left;
    margin-left: 25px;
    margin-top: 20px;
  }
  
  #right_menu_inputbox{
    background-image: url(/images/topbutton_35.jpg);
		background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 28px;
    padding: 1px;
		height: 20px;
    width: 167px;
    float: left;
  }

  #right_menu_inputbox input{
    width: 163px;
    height: 14px;
  }
  
  #right_menu_eintragen, right_menu_eintragen_selected{
    background-image: url(/images/topbutton_37.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
    width: 62px;
		height: 22px;
	  float: left;
    margin-left: 4px;
  }
    
  #right_menu_eintragen a, right_menu_eintragen_selected a{
		background-repeat: no-repeat;
    height: 22px;
		display: block;
  }
  
	.mainmenu_headline{
  }

	.mainmenu_headline_text{
		margin-left: 16px;		
		margin-top: 10px;
	  float: left;
	  width: 100px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;	
	}
	
	.mainmenu_button_help{	 
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 8px;
		width: 26px;
		height: 26px;
		float: right;
		visibility: hidden;
	}

	.mainmenu_button_help a{	  
		background-image: url(/images/icon_round_help_menu.gif);
		background-repeat: no-repeat;
		width: 26px;
		height: 26px;
		display: block;
	}
	
	.mainmenu_button_help a:hover{
		background-position: 0 -26px;
	}

	.mainmenu_footer{
    border-top: 1px solid #989898;
		height: 1px;
	}
	
/*  Content Elements	*/

	#content_menu{
		float: left;
		width: 142px;
    padding: 1px;
    margin-top: 2px;
    margin-left: 2px;
    font-weight: bold;
    overflow: hidden;
	}

	.content_menu{
		float: left;
		width: 142px;
    padding: 1px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 1px;
	}
	
  .content_menu_magenta{
    border: 1px solid #CC0066;
  }

  .content_menu_cyan{
    border: 1px solid #336699;
  }

  .content_menu_green{
    border: 1px solid #339900;
  }

  .content_menu_yellow{
    border: 1px solid #996600;
  }

  .content_menu_grey{
    border: 1px solid #666666;
  }
  
	.content_menuitem, .content_menuitem_selected{
	  height: 25px;
		float: left;
		cursor: pointer;
	}
	
	.content_menuitem p, .content_menuitem_selected p{
	}

	.content_menuitem a, .content_menuitem_selected a{
		background-repeat: no-repeat;
		background-position: top;
		height: 20px;
		width: 134px;
	  display: block;
 		padding-left: 8px;
  	padding-top: 5px;
		white-space: nowrap;
		border: 0px solid red;
	}

	.content_menuitem a{
		background-position: 0px 0px;
	}

	.content_menuitem_selected a{
		background-position: 0px -25px;
	}
	
  .content_menuitem_cyan a, .content_menuitem_cyan_selected a{
		background-image: url(/images/content_menuitem_cyan.gif);
  }

	.content_menuitem_cyan a:link{color: #000000; text-decoration: none;}
	.content_menuitem_cyan a:visited{color: #000000; text-decoration: none;}
	.content_menuitem_cyan a:hover{color: #336699; text-decoration: none; background-position: 0px -25px;}
	.content_menuitem_cyan a:active{color: #000000; text-decoration: none;}
	
	.content_menuitem_cyan_selected a:link{color: #336699; text-decoration: none;}
	.content_menuitem_cyan_selected a:visited{color: #336699; text-decoration: none;}
	.content_menuitem_cyan_selected a:hover{color: #000000; text-decoration: none; background-position: 0px 0px;}
	.content_menuitem_cyan_selected a:active{color: #336699; text-decoration: none;}

  .content_menuitem_green a, .content_menuitem_green_selected a{
		background-image: url(/images/content_menuitem_green.gif);
  }

	.content_menuitem_green a:link{color: #000000; text-decoration: none;}
	.content_menuitem_green a:visited{color: #000000; text-decoration: none;}
	.content_menuitem_green a:hover{color: #339900; text-decoration: none; background-position: 0px -25px;}
	.content_menuitem_green a:active{color: #000000; text-decoration: none;}
	
	.content_menuitem_green_selected a:link{color: #339900; text-decoration: none;}
	.content_menuitem_green_selected a:visited{color: #339900; text-decoration: none;}
	.content_menuitem_green_selected a:hover{color: #000000; text-decoration: none; background-position: 0px 0px;}
	.content_menuitem_green_selected a:active{color: #339900; text-decoration: none;}

  .content_menuitem_grey a, .content_menuitem_grey_selected a{
		background-image: url(/images/content_menuitem_grey.gif);
  }

	.content_menuitem_grey a:link{color: #000000; text-decoration: none;}
	.content_menuitem_grey a:visited{color: #000000; text-decoration: none;}
	.content_menuitem_grey a:hover{color: #666666; text-decoration: none; background-position: 0px -25px;}
	.content_menuitem_grey a:active{color: #000000; text-decoration: none;}
	
	.content_menuitem_grey_selected a:link{color: #666666; text-decoration: none;}
	.content_menuitem_grey_selected a:visited{color: #666666; text-decoration: none;}
	.content_menuitem_grey_selected a:hover{color: #000000; text-decoration: none; background-position: 0px 0px;}
	.content_menuitem_grey_selected a:active{color: #666666; text-decoration: none;}

  .content_menuitem_magenta a, .content_menuitem_magenta_selected a{
		background-image: url(/images/content_menuitem_magenta.gif);
  }

	.content_menuitem_magenta a:link{color: #000000; text-decoration: none;}
	.content_menuitem_magenta a:visited{color: #000000; text-decoration: none;}
	.content_menuitem_magenta a:hover{color: #CC0066; text-decoration: none; background-position: 0px -25px;}
	.content_menuitem_magenta a:active{color: #000000; text-decoration: none;}
	
	.content_menuitem_magenta_selected a:link{color: #CC0066; text-decoration: none;}
	.content_menuitem_magenta_selected a:visited{color: #CC0066; text-decoration: none;}
	.content_menuitem_magenta_selected a:hover{color: #000000; text-decoration: none; background-position: 0px 0px;}
	.content_menuitem_magenta_selected a:active{color: #CC0066; text-decoration: none;}

  .content_menuitem_yellow a, .content_menuitem_yellow_selected a{
		background-image: url(/images/content_menuitem_yellow.gif);
  }

	.content_menuitem_yellow a:link{color: #000000; text-decoration: none;}
	.content_menuitem_yellow a:visited{color: #000000; text-decoration: none;}
	.content_menuitem_yellow a:hover{color: #996600; text-decoration: none; background-position: 0px -25px;}
	.content_menuitem_yellow a:active{color: #000000; text-decoration: none;}
	
	.content_menuitem_yellow_selected a:link{color: #996600; text-decoration: none;}
	.content_menuitem_yellow_selected a:visited{color: #996600; text-decoration: none;}
	.content_menuitem_yellow_selected a:hover{color: #000000; text-decoration: none; background-position: 0px 0px;}
	.content_menuitem_yellow_selected a:active{color: #996600; text-decoration: none;}

  
  
	#contentbox{
		border: 1px solid #CCCCCC;
    min-height: 280px;
    margin-top: 2px;
    padding-left: 1px;
    margin-right: 1px;
		float: right;
	}
	
	#contentbox_breit{
		border: 1px solid #CCCCCC;
    min-height: 280px;
    margin-top: 2px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 2px;
    width: 738px;
		float: left;
	}

	.contentbox_main{
		border: 0px solid red;
    float: right;
		width: 100%;
    
	}

	.contentbox_headline{
    width: 100%;
    border: 0px solid red;
		padding-bottom: 2px;
	}
	
	.contentbox_headline_hidden{
		display: none;
	}
		
	.contentbox_headline_text{
		float: left;
		padding-bottom: 3px;
		width: 70%;
		font-weight: bold;
		font-size: 11px;
  }

	.contentbox_headline_buttons{
		float: right;
		padding-right: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: right;
		width: 20%;
	}
	
	.contentbox_headline_zeile{
		clear: both;
		background-image: url(/images/linie_horizontal.gif);
		background-repeat: repeat-x;
		background-position: top;
		padding-top: 5px;
		padding-left: 10px;
		width: 100%;
		font-weight: bold;
		font-size: 11px;
	}

/*  Sub-Content Elements  */
	#sub_content_area{
		padding-bottom: 6px;
		border: 0px solid red;
	}
	
	#sub_content_menu{
		background-color: #000000;
	}

  .sub_content_menu_top, .sub_content_menu_bottom{
	  background-repeat: no-repeat;
    width: 142px;
    height: 12px;
    float: left;
  }
  
  .sub_content_menu_top_green{
    background-image: url(/images/sub_content_rahmen_oben_green.gif);
  }

  .sub_content_menu_bottom_green{
    background-image: url(/images/sub_content_rahmen_unten_green.gif);
  }

  .sub_content_menu_top_grey{
    background-image: url(/images/sub_content_rahmen_oben_grey.gif);
  }

  .sub_content_menu_bottom_grey{
    background-image: url(/images/sub_content_rahmen_unten_grey.gif);
  }

  .sub_content_menu_top_cyan{
    background-image: url(/images/sub_content_rahmen_oben_cyan.gif);
  }

  .sub_content_menu_bottom_cyan{
    background-image: url(/images/sub_content_rahmen_unten_cyan.gif);
  }

  .sub_content_menu_top_magenta{
    background-image: url(/images/sub_content_rahmen_oben_magenta.gif);
  }

  .sub_content_menu_bottom_magenta{
    background-image: url(/images/sub_content_rahmen_unten_magenta.gif);
  }

  .sub_content_menu_top_yellow{
    background-image: url(/images/sub_content_rahmen_oben_yellow.gif);
  }
  
  .sub_content_menu_bottom_yellow{
    background-image: url(/images/sub_content_rahmen_unten_yellow.gif);
  }
  
  .sub_content_menu_middle{
		background-repeat: repeat-y;
		width: 142px;
    float: left;
  }  

  .sub_content_menu_middle_green{
		background-image: url(/images/sub_content_rahmen_green.gif);
  }
    
  .sub_content_menu_middle_grey{
		background-image: url(/images/sub_content_rahmen_grey.gif);
  }
    
  .sub_content_menu_middle_cyan{
		background-image: url(/images/sub_content_rahmen_cyan.gif);
  }
    
  .sub_content_menu_middle_magenta{
		background-image: url(/images/sub_content_rahmen_magenta.gif);
  }
    
  .sub_content_menu_middle_yellow{
		background-image: url(/images/sub_content_rahmen_yellow.gif);
  }

  .sub_content_menuitem, .sub_content_menuitem_selected{
		float: left;
    margin-left: 6px;
    margin-top: 1px;
    margin-bottom: 1px;
		cursor: pointer;
	}
	
	.sub_content_menuitem a, .sub_content_menuitem_selected a{
    background-repeat: no-repeat;
    float: left;
		display: block;
	  height: 17px;
		width: 120px;
		white-space: nowrap;
		padding-top: 1px;
		padding-left: 18px;
 	}

  .sub_content_menuitem_cyan a{
		background-image: url(/images/sub_content_menuitem_cyan.gif);
  }

  .sub_content_menuitem_cyan_selected a{
		background-image: url(/images/sub_content_menuitem_aktiv_cyan.gif);
  }

	.sub_content_menuitem_cyan a:link{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan a:visited{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan a:hover{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan a:active{color: #336699; text-decoration: none;}

	.sub_content_menuitem_cyan_selected a:link{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan_selected a:visited{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan_selected a:hover{color: #336699; text-decoration: none;}
	.sub_content_menuitem_cyan_selected a:active{color: #336699; text-decoration: none;}

  .sub_content_menuitem_grey a{
		background-image: url(/images/sub_content_menuitem_grey.gif);
  }

  .sub_content_menuitem_grey_selected a{
		background-image: url(/images/sub_content_menuitem_aktiv_grey.gif);
  }

	.sub_content_menuitem_grey a:link{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey a:visited{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey a:hover{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey a:active{color: #666666; text-decoration: none;}

	.sub_content_menuitem_grey_selected a:link{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey_selected a:visited{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey_selected a:hover{color: #666666; text-decoration: none;}
	.sub_content_menuitem_grey_selected a:active{color: #666666; text-decoration: none;}

  .sub_content_menuitem_green a{
		background-image: url(/images/sub_content_menuitem_green.gif);
  }

  .sub_content_menuitem_green_selected a{
		background-image: url(/images/sub_content_menuitem_aktiv_green.gif);
  }

	.sub_content_menuitem_green a:link{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green a:visited{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green a:hover{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green a:active{color: #339900; text-decoration: none;}

	.sub_content_menuitem_green_selected a:link{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green_selected a:visited{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green_selected a:hover{color: #339900; text-decoration: none;}
	.sub_content_menuitem_green_selected a:active{color: #339900; text-decoration: none;}

  .sub_content_menuitem_magenta a{
		background-image: url(/images/sub_content_menuitem_magenta.gif);
  }

  .sub_content_menuitem_magenta_selected a{
		background-image: url(/images/sub_content_menuitem_aktiv_magenta.gif);
  }

	.sub_content_menuitem_magenta a:link{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta a:visited{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta a:hover{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta a:active{color: #CC0066; text-decoration: none;}

	.sub_content_menuitem_magenta_selected a:link{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta_selected a:visited{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta_selected a:hover{color: #CC0066; text-decoration: none;}
	.sub_content_menuitem_magenta_selected a:active{color: #CC0066; text-decoration: none;}

  .sub_content_menuitem_yellow a{
		background-image: url(/images/sub_content_menuitem_yellow.gif);
  }

  .sub_content_menuitem_yellow_selected a{
		background-image: url(/images/sub_content_menuitem_aktiv_yellow.gif);
  }

	.sub_content_menuitem_yellow a:link{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow a:visited{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow a:hover{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow a:active{color: #996600; text-decoration: none;}
	
	.sub_content_menuitem_yellow_selected a:link{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow_selected a:visited{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow_selected a:hover{color: #996600; text-decoration: none;}
	.sub_content_menuitem_yellow_selected a:active{color: #996600; text-decoration: none;}

  .sub_sub_content_menuitem, .sub_sub_content_menuitem_selected{
		float: left;
    margin-left: 16x;
    margin-bottom: 2px;
		cursor: pointer;
	}
	
	.sub_sub_content_menuitem a, .sub_sub_content_menuitem_selected a{
    float: left;
		display: block;
	  height: 17px;
		width: 120px;
		white-space: nowrap;
		padding-bottom: 1px;
		padding-left: 28px;
 	}

	.sub_sub_content_menuitem a:link{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem a:visited{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem a:hover{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem a:active{color: #336699; text-decoration: none;}

	.sub_sub_content_menuitem_selected a:link{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem_selected a:visited{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem_selected a:hover{color: #336699; text-decoration: none;}
	.sub_sub_content_menuitem_selected a:active{color: #336699; text-decoration: none;}

	.sub_contentbox, .sub_contentbox_next, .sub_contentbox_min_height{
		border: 0px solid #E4E2E3;
    float: left;
    width: 559px;
		padding-top: 2px;
		padding-right: 16px;
		padding-left: 16px;
		margin-left: 0px;
	}

	.sub_contentbox_relative{
		border: 0px solid #E4E2E3;
    clear:both;
    margin-right: 20px;
    margin-left: 20px;
		padding-top: 2px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.sub_contentbox_galerie{
		border: 0px solid red;
    background-image: none;
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 6px;
		width: 640px;
    height: 346px;
		margin-left: 64px;
	}
	
	.sub_contentbox_big{
		background-image: none;
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 10px;
		padding-right: 5px;
		padding-left: 5px;
		margin-left: 10px;
		margin-right: 10px;
		border: 0px solid blue;
	}
	
	.sub_contentbox_min_height{
		border: 1px solid red;
    min-height: 350px;
	}
	
  .sub_contentbox_next{
	  border: 0px solid red;
		background-image: none;
		border-top: 2px solid #6E6E6E;
	}
	
	.sub_contentbox_headline, .headline{
		border-bottom: 1px solid #CCCCCC;
		min-height: 20px;
    margin-bottom: 10px;
	}

	.sub_contentbox_subheadline{
		background-color: #E5E5E5;
		min-height: 18px;
  }

	.sub_contentbox_main, sub_contentbox_main_contact{
		border: 0px solid blue;
		padding-bottom: 10px;
    margin-bottom: 26px;
	}
	
  .sub_contentbox_main_contact{
    color: #000000;
  }
    
	.sub_contentbox_main_height{
		min-height: 345px;
		padding-bottom: 10px;
	}	
	
	.headline{
		width: 100%;
	}
	
	.headline_hidden{
		display: none;
	}
	
	.headline_text, .headline_text_contact{
		float: left;
		width: 100%;
		min-height: 18px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 6px;
		text-align: center;
	}

  .headline_text_contact{
    color: #E5E5E5;
  }
 	.headline_subtext{
		float: left;
		width: 100%;
		min-height: 18px;
		padding-top: 4px;
	}

 	.headline_tablepage{
		float: left;
		width: 63%;
		min-height: 18px;
		padding-top: 4px;
	}

	.headline_tablesize{
		float: right;
		width: 34%;
		min-height: 18px;
		padding-top: 4px;
		text-align: right;
	}
	
	.headline_buttons{
		float: right;
		text-align: right;
		width: 10%;
		margin-bottom: 5px;
		margin-right: 2px;
	}
	
/*  Default-Table */

	.table_box{
		margin-bottom: 5px;
	}
  
  .table_print{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 100%;
  }
  
	.table_print tr td{
	  border: 1px solid black;
    padding: 2px;
	}

  .table_header{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
		height: 18px;
  }

	.table_empty_text{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.table_default{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 100%;
	}

	.table_default tr td{
	  padding: 0px;
	}

	/* Text und Spalteneinstellungen */
	.table_default tr td div{
		padding-top: 4px;
		padding-bottom: 7px;
		padding-left: 8px;
		padding-right: 8px;
		min-height: 14px; /* min-height */
		color: #555555;
	}

	.table_default tr.header td div{
		min-height: 18px; /* min-height */
	}
	
	.table_default tr td.first div{
		padding-left: 4px;
	}

	.table_default tr.header td div.tdf, .table_default tr.ug td div.tdf, .table_default tr.g td div.tdf{
		overflow: hidden;
	}
		
	.table_default tr td.left, .table_default tr td.right,
	.table_default tr td.left div, .table_default tr td.right div{
		width: 7px;
		padding: 0px;
	}

	.table_default tr.header td div, .table_default tr.header td div{
		padding-top: 5px;
		padding-bottom: 7px;
	}
	
	/* Kopfzeile */
	.table_default tr.header td{
		background-color: #989898;
		border-bottom: 2px solid #E5E5E5;
		border-right: 1px solid #E5E5E5;
	}

	.table_default tr.header td.left,
	.table_default tr.header td.right,
	.table_default tr.header td.last{
		border-right: 0px solid #E5E5E5;
	}
	
	.table_default tr.header td div{
		border-bottom: 0px solid #E5E5E5;
		color: #FFFFFF;
  	padding-bottom: 2px;
	}

	.table_default tr.header td.first div{
		padding-left: 4px;
	}

  /* ------------ Ungrade Zeilen -----------------*/

	.table_default tr.ug td.left div{
		background-image: url(/images/tab_border_left_up_ug.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	.table_default tr.ug td.left{
		background-image: url(/images/tab_border_left_lo_ug.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.table_default tr.ug td.right div{
		background-image: url(/images/tab_border_right_up_ug.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.table_default tr.ug td.right{
		background-image: url(/images/tab_border_right_lo_ug.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.table_default tr.ug{
		background-color: #FFFFFF;
	}

	.table_default tr.ug td div{
		border-top: 1px solid #A9A9A9;
	}
	
	.table_default tr.ug td{
		background-image: url(/images/tab_border_bottom_right_ug.gif);
		background-repeat: no-repeat;
		background-position: bottom right;	
	}

	.table_default tr.ug td.last{
		background-image: url(/images/tab_border_bottom_ug.gif);
		background-repeat: repeat-x;
		background-position: bottom;	
	}

	/* ------------ Gerade Zeilen ------------------ */
	.table_default tr.g td.left div{
		background-image: url(/images/tab_border_left_up_g.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	.table_default tr.g td.left{
		background-image: url(/images/tab_border_left_lo_g.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.table_default tr.g td.right div{
		background-image: url(/images/tab_border_right_up_g.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.table_default tr.g td.right{
		background-image: url(/images/tab_border_right_lo_g.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.table_default tr.g{
		background-color: #F0F0F0;
	}
	
	.table_default tr.g td div{
		border-top: 1px solid #A8AB88;
	}
	
	.table_default tr.g td{
		background-image: url(/images/tab_border_bottom_right_g.gif);
		background-repeat: no-repeat;
		background-position: bottom right;	
	}

	.table_default tr.g td.last{
		background-image: url(/images/tab_border_bottom_g.gif);
		background-repeat: repeat-x;
		background-position: bottom;	
	}

	/* Randbedingungen */
	.table_default tr td.left div, .table_default tr td.right div{
		border-top: 0px;
	}
	
	/* Eigenschaften von folge-DIV-Tags zurücksetzen */ 
	.table_default tr td div div,
	.table_default tr td.first div div,
	.table_default tr td.last div div,
	.table_default tr.ug td div div,
	.table_default tr.g td div div,
	.table_default tr td div * div,
	.table_default tr td.first div * div,
	.table_default tr td.last div * div,
	.table_default tr.ug td div * div,
	.table_default tr.g td div * div{
		border: 0px;
		padding: 0px;
		min-height: 0px;
	}
	
	
/*  Tabellen-Seitenlinks  */

	.tl, .tl_selected, .tl_first, .tl_backward, .tl_prior, .tl_next, .tl_forward, .tl_last{
		display: inline;
		font-size: 11px;
	}
	
	.tl a, .tl_selected a, .tl_first a, .tl_backward a, .tl_prior a, .tl_next a, .tl_forward a, .tl_last a{
		text-decoration: none;
		color: #666666;
	}

	.tl a:hover, .tl_selected a:hover, .tl_first a:hover, .tl_backward a:hover, .tl_prior a:hover, .tl_next a:hover, .tl_forward a:hover, .tl_last a:hover{
		text-decoration: underline;
		color: #666666;
	}
	
	.mrl a, .mrl_selected a{
		text-decoration: none;
		color: #666666;
	}

	.mrl a:hover, .mrl_selected a:hover{
		text-decoration: underline;
		color: #666666;
	}
	
	.tl, .mrl{
		font-weight: normal;
	}
	
	.tl_selected, .mrl_selected{
		font-weight: bold;
	}


/*  Thumbnails  */
	
	.thumbnail{
		border: 1px solid #CCCCCC;
		height: 90px;
		width: 245px;
		color: #000000;
		position: relative;
		margin-bottom: 20px;
	}

	.thumbnail_breit{
		border: 1px solid #CCCCCC;
		width: 100%;
		color: #000000;
		position: relative;
		margin-bottom: 20px;
	}

 	.thumbnail_breit a{
    border: 0px solid red;
    display: block;
	}

  .thumbnail_breit_container{
    float: left;
    min-height: 95px;
  }

	.thumbnail_schmal{
		border: 1px solid #CCCCCC;
		height: 76px;
		width: 245px;
		position: relative;
		margin-bottom: 10px;
	}

  .float_li{
 		float: left;
    margin-left: 10px;
  }

  .float_re{
		float: right;
    margin-right: 10px;
  }

  .float_re_20{
		float: right;
		border: 0px solid red;
		text-align: right;
		width: 50%;
    margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
  }
  
	.thumbnail_bild{
    float: left;
		border: 0px solid blue;
		height: 72px;
		width: 96px;
		margin-top: 2px;
		margin-left: 2px;
	}

	.thumbnail_bild a{
		border: 0px solid black;
		display: block;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		height: 72px;
		width: 96px;
	}
	
	.thumbnail_text{
    float: right;
		border: 0px solid red;
		width: 137px;
    height: 34px;
    margin-top: 1px;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
	}

	.thumbnail_text2{
    float: left;
		border: 0px solid red;
		width: 120px;
    height: 11px;
    margin-top: 1px;
    margin-left: 6px;
    text-align: center;
	}

	.thumbnail_breit_text{
	    float: left;
		border: 0px solid red;
		width: 200px;
	overflow: hidden;
    height: 85%;
    margin-top: 2px;
    margin-left: 4px;
    text-align: left;
	white-space: normal;
	}

	.thumbnail_breit_text2{
    float: left;
		border: 0px solid blue;
		width: 230px;
		overflow: hidden;
    height: 100%;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: left;
	}

	.thumbnail_preis{
    float: left;
		border: 0px solid blue;
		width: 120px;
    height: 25px;
    margin-top: 1px;
    margin-right: 2px;
    margin-left: 6px;
    text-align: center;
    font-size: 110%; 
    color: red;
	}

	.thumbnail_text_schmal{
    float: right;
		border: 0px solid red;
		width: 137px;
    height: 72px;
    font-size: 130%;
    font-weight: 700;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 2px;
	}

  .thumbnail_links{
    float: left;
    border: 0px solid green;
    width: 223px;
    height: 50px;
    margin-top: 6px;
    margin-left: 2px;
  }

  .warenkorb_link{
    background-image: url(/images/icon_warenkorb.gif);
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    border: 0px solid blue;
    margin-top: 2px;
    margin-left: 2px;
  }
  
  .warenkorb_link a{
    border: 0px solid blue;
    background-position:top;
    height: 15px;
    width: 160px;
    cursor: pointer;
	  display: block;
 		padding-left: 18px;
		white-space: nowrap;
  }
  
	.thumbnail_klein{
		border: 1px solid #CCCCCC;
		float: left;
		height: 100px;
		width: 100px;
		position: relative;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.thumbnail_klein_bild a{
		border: 0px solid black;
		display: block;
		text-align: center;
		cursor: pointer;
		height: 72px;
		width: 96px;
	}
	
	.thumbnail_klein_bild{
    float: left;
		border: 0px solid blue;
		height: 72px;
		width: 96px;
		margin-top: 2px;
		margin-left: 2px;
	}

	.thumbnail_klein_text{
		border: 0px solid black;
		height: 25px;
		width: 96px;
		margin-left: 2px;
    top: 75px;
		text-align: center;
	}
  
  /*  Sonderangebote  */
  
	.sonderangebot{
		border: 1px solid #CCCCCC;
    float: left;
		height: 280px;
		width: 289px;
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 1px;
    margin-bottom: 2px;
	}

	.sonderangebot a{
		border: 0px solid red;
		display: block;
		cursor: pointer;
		height: 264px;
		width: 352px;
	}
	
  .sonderangebot_headline{
    background-color: #CCCCCC;
    height: 30px;
  }

	.galerie_bild_mitte{
		border: 0px solid blue;
		height: 264px;
		width: 352px;
		margin-top: 7px;
		margin-left: 7px;
	}

/*  Detail */

 .detail_bild{
		border: 0px solid blue;
		height: 264px;
		width: 352px;
	}

  .middle{
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  
	.detail_text{
		border: 0px solid black;
		padding-left: 5px;
		width: 245px;
		float: left;
	}

/*  Box + Fieldset  */
	
	.box{
		position: relative;
	}
	
	.box .fs, .box .fs_50, .box .fs_60, .box .fs_90{
		margin-bottom: 5px;
	}
	
	.box fieldset{
		border: 1px solid #979A9E;	
		padding-top: 3px;		
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 3px;
		margin: 0px; /* überschreibt inherentes Margin */		
	}

	.box fieldset .legend{
		font-size: 11px;
		font-weight: bold;
		color: #777777;
		margin-left: 4px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	/* <legend></legend> ist ein Pflichtelement innerhalb eines Fieldsets. */
	.box fieldset legend{
		display: none;
	}

/* Edit-Felder */

	.field_caption, .field_caption_error, .field_caption_ta{
	  background-color: #999999;
		float: left;
		width: 36%;
		height: 17px;
		padding-top: 2px;
		padding-left: 8px;
		margin-bottom: 2px;
		margin-left: 1px;
		margin-right: 2px;
		color: #FFFFFF;
		white-space: nowrap;
    overflow: hidden;
	}
  
	.field_caption_error{
	  color: red;
		font-weight: bold;
	}
		
	.error_id{
		white-space: nowrap;
	  font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		vertical-align: top;
		color: #FF0000;
	}
			
  .field_textbox{
    float: left;
    width: auto;
		padding-top: 2px;
		padding-left: 3px;
		margin-bottom: 2px;
		margin-left: 1px;
		margin-right: 2px;
		color: #4E4E4E;
  }

	.fs_50 .field_caption, .fs_50 .field_caption_error, .fs_50 .field_caption_ta{
		width: 46%;
	}
	
	.fs_60 .field_caption, .fs_60 .field_caption_error, .fs_60 .field_caption_ta{
		width: 56%;
	}

	.fs_90 .field_caption, .fs_90 .field_caption_error, .fs_90 .field_caption_ta{
		width: 86%;
	}

	.edit_field, .edit_field_ta, .edit_field_2d, .edit_field_4d, .edit_field_5d, .edit_field_6d{
		width: 60%;
		float: left;
		margin-bottom: 2px;
	}

	.edit_field_re{
		width: 60%;
		float: right;
		margin-top: 0px;
		margin-bottom: 1px;
	}

	.edit_field_ta{
	  width: 99%;
	}
	
	.fs_50 .edit_field{
		width: 50%;
	}

	.fs_60 .edit_field{
		width: 40%;
	}

	.fs_90 .edit_field{
		width: 10%;
	}

	.edit_field{
		height: 20px;
	}
	
	.edit_field_2d{
	  width: 14%;
		margin-right: 1%;
	}

	.edit_field_4d{
	  width: 20%;
	}
		
	.edit_field_5d{
	  width: 25%;
	}

	.edit_field_6d{
	  width: 35%;
	}

	.edit_field select, .edit_field_ta textarea, .edit_field_ta select, .edit_field_ta input{
		width: 100%;
	}
	
	.edit_field input, .edit_field_2d input, .edit_field_4d input, .edit_field_5d input, .edit_field_6d input{
		height: 13px;
		width: 98%;
	}
	
	.edit_field input[type="file"]{
		height: 19px;
	}

	.edit_field input.checkbox, .edit_field input.radio{
		width: 14px;
		height: 14px;
		margin-top: 3px;
	}
	
	.edit_field input.checkbox{
		margin-right: 0px;
	}

	.edit_required_text{
		width: 5px;
		float: left;
		padding-top: 3px;
		font-size: 9px;		
	}
	
	.form_hint{
	  margin-left: 3px;
		margin-top: 5px;
		color: #666666;
	}
	
/* Buttons */

	.button_box{
		border-top: 1px solid #999999;
		height: 18px;
		clear: both;
		margin-bottom: 20px;
	}

 	.bestellung_box{
		border-top: 1px solid #999999;
		clear: both;
		margin-bottom: 20px;
	}

	.button, .button_center, .button_no_margin{
	  float: right;
		height: 22px;
    margin-top: 5px;
		border: 0px solid red;
		color: #FFFFFF;
	}

	.button_left{
	  float: left;
		height: 22px;
    margin-top: 8px;
		border: 0px solid red;
		margin-left: 10px;
		color: #FFFFFF;
	}
	
	.button_center{
		border: 0px solid yellow;
    float: none;
  	margin-left: auto;
  	margin-right: auto;
		color: #FFFFFF;
	}
  
  .button_no_margin{
    margin-top: 0px;
		color: #FFFFFF;
  }
	
	.button a, .button_center a, .button_left a, .button_no_margin a{
		background-color: #404040;
	  border: 1px solid #FFFFFF;
		display: block;
		white-space: nowrap;
    text-align: center;
		padding-top: 2px;
		width: 120px;
	  height: 16px;
		color: #FFFFFF;
		margin-right: 16px;
	}
	
	.button a:hover, .button_center a:hover, .button_no_margin a:hover{
		color: #404040;
		text-decoration: none;
		background-color: #FFFFFF;
		border: 1px solid #404040;
	}
	
	.button_space{
	  float: right;
		height: 22px;
		width: 16px;
	}
	
/*  Icons  */

	.iconspace_1, .iconspace_2, .iconspace_3, .iconspace_4, .iconspace_5{
    border: 1px solid red;
		height: 1px;
		margin: 0px;
		padding: 0px;
	}
	
	.iconspace_1{
		width: 25px;
	}

	.iconspace_2{
		width: 50px;
	}

	.iconspace_3{
		width: 60px;
	}

	.iconspace_4{
		width: 90px;
	}

	.iconspace_5{
		width: 110px;
	}

	.icon_spare{	
		background-image: url(/images/icon_spare.gif);
		background-repeat: no-repeat;
		width: 3px;
		height: 15px; 
	}

	.table_cell{
		float: left;
		max-width: 70%;
	}

	.icon, .icon_left, .icon_right{
		background-repeat: no-repeat;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 0px;
    float:left;
	}
	
	.icon_left{
		float: left;
	}
	
	.icon_right{
	  float: right;
	}
	
	.icon_caption{
		background-repeat: no-repeat;
		margin-left: 4px;
		margin-right: 2px;
		float: right;
	}
	
	.icon a, .icon_left a, .icon_right a, .icon_nav a, .icon_caption a{
		display: block;
		width: 20px;
		height: 20px;
		text-decoration: none;
	}
		
	.icon_caption a{
		height: 16px;
	}
	
	.icon a:hover, .icon_left a:hover, .icon_right a:hover, .icon_nav a:hover, .icon_caption a:hover{
		text-decoration: none;
	}

	.icon_details{
		background-image: url(/images/icon_details.gif);
		width: 17px;
		height: 17px;
	}

	.icon_ok{
		background-image: url(/images/icon_haken.gif);
		clear: both;
		margin-left: auto;
		margin-right: auto;
		width: 19px;
		height: 17px;
	}

	.icon_cancel{
		background-image: url(/images/icon_cancel.gif);
		clear: both;
		margin-left: auto;
		margin-right: auto;
		width: 16px;
		height: 16px;
	}

  .icon_ampel_gruen{
		background-image: url(/images/ampel_gruen.gif);
    float: left;
		width: 15px;
		height: 35px;
	}
    
  .icon_ampel_gelb{
		background-image: url(/images/ampel_gelb.gif);
    float: left;
		width: 15px;
		height: 35px;
	}
    
  .icon_ampel_rot{
		background-image: url(/images/ampel_rot.gif);
    float: left;
		width: 15px;
		height: 35px;
	}
	
  .icon_ampel_blau{
		background-image: url(/images/ampel_blau.gif);
    float: left;
		width: 15px;
		height: 35px;
	}
	
  .icon_ampel_gruen_klein{
		background-image: url(/images/ampel_gruen_klein.gif);
    margin-left:4px;
		float: left;
		width: 15px;
		height: 15px;
	}
    
  .icon_ampel_gelb_klein{
		background-image: url(/images/ampel_gelb_klein.gif);
    margin-left:4px;
    float: left;
		width: 15px;
		height: 15px;
	}
    
  .icon_ampel_rot_klein{
		background-image: url(/images/ampel_rot_klein.gif);
    margin-left:4px;
    float: left;
		width: 15px;
		height: 15px;
	}
    
  .icon_ampel_blau_klein{
		background-image: url(/images/ampel_blau_klein.gif);
    margin-left:4px;
    float: left;
		width: 15px;
		height: 15px;
	}
    
	.icon_warenkorb{
		background-image: url(/images/icon_warenkorb.gif);
		width: 14px;
		height: 11px;
	}
	.icon_pfeil_rechts{
		background-image: url(/images/icon_pfeil_rechts.gif);
    width: 7px;
		height: 7px;
	}

	.icon_pfeil_links{
		background-image: url(/images/icon_pfeil_links.gif);
		width: 7px;
		height: 7px;
	}

	.icon_new{
		background-image: url(/images/icon_hinzufuegen.gif);
		width: 22px;
		height: 16px;
	}

	.icon_edit{
		background-image: url(/images/icon_bearbeiten.gif);
		width: 16px;
		height: 16px;
	}
	
	.icon_delete{
		background-image: url(/images/icon_loeschen.gif);
		width: 16px;
		height: 16px;
	}
	
  .icon_search{
		background-image: url(/images/icon_details.gif);
		width: 16px;
		height: 16px;
	}
	
	.icon_pdf{
		background-image: url(/images/icon_pdf.gif);
		width: 16px;
		height: 16px;
	}
	
	.icon_excel{
		background-image: url(/images/icon_excel.gif);
		width: 16px;
		height: 16px;
	}

	.icon_map{
		background-image: url(/images/icon_karte.gif);
		width: 16px;
		height: 16px;
	}

	.icon_picure{
		background-image: url(/images/icon_kamera.gif);
		width: 20px;
		height: 16px;
	}

	.icon_folder{
		background-image: url(/images/icon_ordner_zu.gif);
		width: 16px;
		height: 16px;
	}

	.icon_folder_open{
		background-image: url(/images/icon_ordner_offen.gif);
		width: 20px;
		height: 16px;
	}


	.icon_nav{
		background-repeat: no-repeat;
		margin-left: 2px;
		margin-right: 2px;
		float: right;
	}
	
	.icon_nav_edit{
		background-image: url(/images/icon_nav_bearbeiten.gif);
	}

	.icon_nav_delete{
		background-image: url(/images/icon_nav_loeschen.gif);
	}
	
/* Popup-Box */

	.popup_box{
		position: fixed;
		background-color: #E5E5E5;
		border: 1px solid black;
		padding: 16px;
    display: none;
    z-index: 100;
	}

	.popup_box_visible{
		background-color: #ECECEC;
		border: 1px solid #CCCCCC;
		padding: 16px;
    display: block;
    z-index: 100;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	}

	.fav_popup{
		top: 430px;
		left: 240px;	
		width: 320px;
		height: 105px;
	}
  
  .picture_popup{
		top: 170px;
		left: 200px;
		width: 700px;
		height: 400px;
    text-align: center;
  }
  
  .grp_info_popup{
		top: 40px;
		left: 150px;
		width: 700px;
		height: 510px;
    text-align: center;
  }
  
  .map24_popup{
		top: 40px;
		left: 100px;
		width: 750px;
		height: 530px;
    text-align: center;
  }

	.login_popup{
		top: 200px;
		left: 302px;
		width: 320px;
		height: 140px;
	}

	.registrierung_popup{
		top: 150px;
		left: 272px;
		width: 420px;
	}
  
  .impressum_popup{
		top: 100px;
		left: 80px;
		width: 800px;
    height: 400px;  
  }

  .impressum_popup .content{
    position: relative;
    height: 330px;
    overflow: scroll; 
    margin-bottom: 10px;   
  }
  
	.popup_box .headline, .popup_box_visible .headline{
		color: #666666;
		margin-bottom: 10px;
		min-height: 18px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
 	  text-transform: uppercase;
	}
	
	.popup_box .headline_case, .popup_box_visible .headline_case{
		color: #666666;
		margin-bottom: 10px;
		min-height: 18px;
		font-family: "MS Sans Serif", Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}

/*  Infobox-Tabelle */

	.table_infobox{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 100%;
	}

	.table_infobox tr td{
	  padding: 0px;	
	}

	/* Text und Spalteneinstellungen */
	.table_infobox tr td div{
		padding-top: 5px;
		padding-bottom: 7px;
		padding-left: 8px;
		padding-right: 8px;
		min-height: 13px; /* min-height */
		color: #555555;
	}

	.table_infobox tr.header td div{
		min-height: 18px; /* min-height */
	}
	
	.table_infobox tr.header td div.tdf, .table_infobox tr.ug td div.tdf, .table_infobox tr.g td div.tdf{
		overflow: hidden;
	}
		
	.table_infobox tr td.right, .table_infobox tr td.right div{
		width: 8px;
		padding: 0px;
		border: 0px;
	}

	.table_infobox tr td.left, .table_infobox tr td.left div{
		width: 6px;
		padding: 0px;
		border: 0px;
	}
	
	.table_infobox tr.header td div, .table_infobox tr.header td div{
		padding-top: 5px;
		padding-bottom: 7px;
	}
	
	/* Kopfzeile */
	.table_infobox tr td.first div{
		color: #FFFFFF;
	}

	.table_infobox tr.header td{
		background-color: #989898;
		border-right: 1px solid #E5E5E5;
		border-bottom: 2px solid #E5E5E5;
	}
	
	.table_infobox tr td.first{
		background-color: #989898;
		border-right: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		width: 35%;
	}
	
	.table_default tr.header td.left,
	.table_default tr.header td.right,
	.table_default tr.header td.last{
		border-right: 0px solid #E5E5E5;
	}
	
	.table_infobox tr.header td div{
		color: #FFFFFF;
  	padding-bottom: 2px;
	}

  /* ------------ Rahmen -----------------*/

	.table_infobox tr.first_row td.left div{
		background-image: url(/images/tab_border_left_up_ug.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}

	.table_infobox tr.first_row td.right div{
		background-image: url(/images/tab_border_right_up_ug.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.table_infobox tr.ug td.left,
	.table_infobox tr.g td.left{
		background-image: url(/images/tab_infobox_border_left_mi.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.table_infobox tr.ug td.right,
	.table_infobox tr.g td.right{
		background-image: url(/images/tab_infobox_border_right_mi.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.table_infobox tr.last_row td.left{
		background-image: url(/images/tab_border_left_lo_ug.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.table_infobox tr.last_row td.right{
		background-image: url(/images/tab_border_right_lo_ug.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.table_infobox tr.ug td,
	.table_infobox tr.g td{
		background-image: url(/images/bg_line_bottom.gif);
		background-repeat: repeat-x;
		background-position: bottom;	
	}

  /* ------------ Ungrade Zeilen -----------------*/

	.table_infobox tr.ug{
		background-color: #FFFFFF;
	}

	/* ------------ Gerade Zeilen ------------------ */

	.table_infobox tr.g{
		background-color: #F0F0F0;
	}
	
	/* ------------ Erste und letzte Zeile ---------------- */
	.table_infobox tr.first_row td div{
		border-top: 1px solid #A9A9A9;
	}
	
	.table_infobox tr.last_row td{
		background-image: url(/images/tab_border_bottom_ug.gif);
		background-repeat: repeat-x;
		background-position: bottom;	
	}
	
	/* ------------ Randbedingungen ---------------- */
	.table_infobox tr.first_row td.left div, .table_infobox tr.first_row td.right div{
		border-top: 0px;
		padding: 0px;
	}
	
	.table_infobox tr td.first{
		background-image: none;
	}
	
	.table_infobox tr.first_row td.first div,
	.table_infobox tr.last_row td.first div,
	.table_infobox tr td.first div{
		border-top: 0px solid #A9A9A9;
		background-image: none;
		padding-left: 8px;
	}
	
	.table_infobox tr.last_row td.first{
		background-image: none;
	}
		
	/* Eigenschaften von folge-DIV-Tags zurücksetzen */ 
	.table_infobox tr td div div,
	.table_infobox tr td.first div div,
	.table_infobox tr td.last div div,
	.table_infobox tr.ug td div div,
	.table_infobox tr.g td div div,
	.table_infobox tr td div * div,
	.table_infobox tr td.first div * div,
	.table_infobox tr td.last div * div,
	.table_infobox tr.ug td div * div,
	.table_infobox tr.g td div * div{
		border: 0px;
		padding: 0px;
		min-height: 0px;
	}
	
  .bestell_box1{
    border: 0px solid red;
    float: left;
    margin-left: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    
  }

  .bestell_box2{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    width: 200px;
    text-align: right;
  }

  .textbox_50{
    width: 50%;
    clear: both;
    margin-top: 10px;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .textbox_90{
    width: 90%;
    clear: both;
    margin-top: 10px;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
  }

  .dienstleistung_tabelle td{
   vertical-align: middle;
  }  

  .tablerow_selected{
    background-color: #FFFFCC;
  }
	
	.anfahrt_bild{
		background-image: url(/images/location.gif);
		width: 354px;
		height: 354px;
		float: right;
	}
  
  .suche_eingabefeld{
    background-image: url(/images/topbutton_35.jpg);
		background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 1px;
		height: 20px;
    width: 50px;
    float: left;
  }
  
  .suche_eingabe{
    float: left;
    width: 50%;
    height: 40px;
    margin-left: 20px;
    margin-bottom: 8px;
    border: 0px solid red;
  }

