/* Neue Box 06.03.2008 */

/* Klassen Für Die Width */

/* 170 */
.boxWidth170 .boxTopMiddle, .boxWidth170 .boxMiddleContent, .boxWidth170 .boxBottomMiddle {
  width: 150px;
}

/* 260 */
.boxWidth260 .boxTopMiddle, .boxWidth260 .boxMiddleContent, .boxWidth260 .boxBottomMiddle {
  width: 240px;
}

/* 290 */
.boxWidth290 .boxTopMiddle, .boxWidth290 .boxMiddleContent, .boxWidth290 .boxBottomMiddle {
  width: 270px;
}

/* 400 */
.boxWidth420 .boxTopMiddle , .boxWidth420 .boxMiddleContent, .boxWidth420 .boxBottomMiddle {
  width: 400px;
}

/* 600 */
.boxWidth600 .boxTopMiddle, .boxWidth600 .boxMiddleContent, .boxWidth600 .boxBottomMiddle {
  width: 580px;
}

/* 880 */
.boxWidth880 .boxTopMiddle, .boxWidth880 .boxMiddleContent, .boxWidth880 .boxBottomMiddle {
  width: 860px;
}

/* 695 */
.boxWidth695 .boxTopMiddle, .boxWidth695 .boxMiddleContent, .boxWidth695 .boxBottomMiddle {
  width: 675px;
}

/* Styles Für Die Farbauswahl */

/* GREY F0F0F0 */
.grey .boxTopLeft {
  background: url(/graphx/geiloimages/box/dyn_grey_top_left.gif) #F5F5F5 no-repeat;
}
.grey .boxTopMiddle{
  background: url(/graphx/geiloimages/box/dyn_grey_top_middle.gif) #F5F5F5 repeat-x;
}
.grey .boxTopRight {
  background: url(/graphx/geiloimages/box/dyn_grey_top_right.gif) #F5F5F5 no-repeat;
}
.grey .boxMiddleLeft {
  background: url(/graphx/geiloimages/box/dyn_grey_middle_left.gif) #F5F5F5 repeat-y left;
}
.grey .boxMiddleContent {
  background: url(/graphx/geiloimages/box/dyn_grey_middle_right.gif) #F5F5F5 repeat-y right;
}
.grey .boxBottomLeft {
  background: url(/graphx/geiloimages/box/dyn_grey_bottom_left.gif) #F5F5F5 no-repeat;
}
.grey .boxBottomMiddle{
  background: url(/graphx/geiloimages/box/dyn_grey_bottom_middle.gif) #F5F5F5 repeat-x;
}
.grey .boxBottomRight {
  background: url(/graphx/geiloimages/box/dyn_grey_bottom_right.gif) #F5F5F5 no-repeat;
}

/* RED */

/* BLUE */

/* YELLOW */
.yellow .boxTopLeft {
  background: url(/graphx/geiloimages/box/dyn_yellow_top_left.gif) #FFF59B no-repeat;
}
.yellow .boxTopMiddle{
  background: url(/graphx/geiloimages/box/dyn_yellow_top_middle.gif) #FFF59B repeat-x;
}
.yellow .boxTopRight {
  background: url(/graphx/geiloimages/box/dyn_yellow_top_right.gif) #FFF59B no-repeat;
}
.yellow .boxMiddleLeft {
  background: url(/graphx/geiloimages/box/dyn_yellow_middle_left.gif) #FFF59B repeat-y left;
}
.yellow .boxMiddleContent {
  background: url(/graphx/geiloimages/box/dyn_yellow_middle_right.gif) #FFF59B repeat-y right;
}
.yellow .boxBottomLeft {
  background: url(/graphx/geiloimages/box/dyn_yellow_bottom_left.gif) #FFF59B no-repeat;
}
.yellow .boxBottomMiddle{
  background: url(/graphx/geiloimages/box/dyn_yellow_bottom_middle.gif) #FFF59B repeat-x;
}
.yellow .boxBottomRight {
  background: url(/graphx/geiloimages/box/dyn_yellow_bottom_right.gif) #FFF59B no-repeat;
}

/* WHITE */
.white .boxTopLeft {
  background: url(/graphx/geiloimages/box/dyn_white_top_left.gif) #FFFFFF no-repeat top;
}
.white .boxTopMiddle{
  background: url(/graphx/geiloimages/box/dyn_white_top_middle.gif) #FFFFFF repeat-x top;
}
.white .boxTopRight {
  background: url(/graphx/geiloimages/box/dyn_white_top_right.gif) #FFFFFF no-repeat top;
}
.white .boxMiddleLeft {
  background: url(/graphx/geiloimages/box/dyn_white_middle_left.gif) #FFFFFF repeat-y left;
}
.white .boxMiddleContent {
  background: url(/graphx/geiloimages/box/dyn_white_middle_right.gif) #FFFFFF repeat-y right;
}
.white .boxBottomLeft {
  background: url(/graphx/geiloimages/box/dyn_white_bottom_left.gif) #FFFFFF no-repeat bottom;
}
.white .boxBottomMiddle{
  background: url(/graphx/geiloimages/box/dyn_white_bottom_middle.gif) #FFFFFF repeat-x bottom;
}
.white .boxBottomRight {
  background: url(/graphx/geiloimages/box/dyn_white_bottom_right.gif) #FFFFFF no-repeat bottom;
}

/* BROWN */
.brown .boxTopLeft {
  background: url(/graphx/geiloimages/box/dyn_brown_top_left.gif) #F5F3DE no-repeat;
}
.brown .boxTopMiddle{
  background: url(/graphx/geiloimages/box/dyn_brown_top_middle.gif) #F5F3DE repeat-x;
}
.brown .boxTopRight {
  background: url(/graphx/geiloimages/box/dyn_brown_top_right.gif) #F5F3DE no-repeat;
}
.brown .boxMiddleLeft {
  background: url(/graphx/geiloimages/box/dyn_brown_middle_left.gif) #F5F3DE repeat-y left;
}
.brown .boxMiddleContent {
  background: url(/graphx/geiloimages/box/dyn_brown_middle_right.gif) #F5F3DE repeat-y right;
}
.brown .boxBottomLeft {
  background: url(/graphx/geiloimages/box/dyn_brown_bottom_left.gif) #F5F3DE no-repeat;
}
.brown .boxBottomMiddle{
  background: url(/graphx/geiloimages/box/dyn_brown_bottom_middle.gif) #F5F3DE repeat-x;
}
.brown .boxBottomRight {
  background: url(/graphx/geiloimages/box/dyn_brown_bottom_right.gif) #F5F3DE no-repeat;
}

/* Default Styles Für Boxen */
.boxTopLeft {
  width: 10px;
  height: 10px;
  float: left;
}

.boxTopMiddle {
  height: 10px;
  float: left;
}

.boxTopRight {
  width: 10px;
  height: 10px;
  float: left;
}

.boxMiddleLeft {
  float: left;
}

.boxMiddleContent {
  float: left;
  margin-left: 10px;
  padding-right: 10px;
}

.boxBottomLeft {
  width: 10px;
  height: 10px;
  float: left;
}

.boxBottomMiddle {
  height: 10px;
  float: left;
}

.boxBottomRight {
  width: 10px;
  height: 10px;
  float: left;
}
/* ****************** */

/* Styles Für DynamicTabs */

/* Styles für die Laufweiten der Tabs*/
/* 200 */
.boxWidth200 .tabMiddle {
 width: 80px;
}

/* 260 */
.boxWidth260 .tabMiddle {
 width: 110px;
}

/* 290 */
.boxWidth290 .tabMiddle {
 width: 125px;
}

/* 420 */
.boxWidth400 .tabMiddle {
 width: 180px;
}

/* Styles für die Farben der Tabs */
/* Grey */
.greyTab .tabLeft {
  background: url(/graphx/geiloimages/box/dyn_grey_tab_left.gif) #F5F5F5 no-repeat left top;
  border-bottom: 1px #F5F5F5 solid;
}
.greyTab .tabMiddle {
  background: url(/graphx/geiloimages/box/dyn_grey_tab_middle.gif) #F5F5F5 repeat-x top;
  border-bottom: 1px #F5F5F5 solid;
}
.greyTab .tabRight {
  background: url(/graphx/geiloimages/box/dyn_grey_tab_right.gif) #F5F5F5 no-repeat right top;
  border-bottom: 1px #F5F5F5 solid;
}

/* White */
.whiteTab .tabLeft {
  background: url(/graphx/geiloimages/box/dyn_white_tab_left.gif) #FFFFFF no-repeat left top;
  border-bottom: 1px #F5F5F5 solid;
}
.whiteTab .tabMiddle {
  background: url(/graphx/geiloimages/box/dyn_white_tab_middle.gif) #FFFFFF repeat-x top;
  border-bottom: 1px #F5F5F5 solid;
}
.whiteTab .tabRight {
  background: url(/graphx/geiloimages/box/dyn_white_tab_right.gif) #FFFFFF no-repeat right top;
  border-bottom: 1px #F5F5F5 solid;
}

/* Default Tab Styles */
.tabLeft {
  height: 42px;
  width: 10px;
  float:left;
}
.tabMiddle {
  height: 32px;
  float:left;
  padding-top: 10px;
}
.tabMiddle IMG {
  float: left;
  margin-right: 3px;
}
.tabRight {
  height: 42px;
  width: 10px;
  float:left;
}



/* DEFAULT STYLES FÜR INFOBOXEN */

.kategorie {
  min-height: 23px;
  width: auto;
  background-color: #f0f0f0;
  color: #CC1E26;
  font-weight: bold;
  font-size: 16px;  
  line-height: 23px;
  border-top: 1px #E1E1E1 solid;
  border-bottom: 1px #E1E1E1 solid;
  /*margin-top: 30px;*/
  padding-left: 5px;
  padding-top:3px;
  padding-bottom: 2px;

}
#SupersetDisplaySupersets .kategorie {
  padding-left: 0px;
}
#SupersetDisplaySupersets, #leserforum {
  width: auto;
  background-color: #f0f0f0;
  border-top: 1px #E1E1E1 solid;
  border-bottom: 1px #E1E1E1 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  /*margin-bottom: 10px;*/
}
#SupersetDisplaySupersets .right, #leserforum .right {
	padding-left: 0px;
	border-top: none;
}
#SupersetDisplaySupersets ul, #leserforum ul {
	padding: 0px;
	margin: 0px;
}
#SupersetDisplaySupersets li, #leserforum li {
	list-style-type: none;
	border-bottom: 1px #E1E1E1 solid;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#SupersetDisplaySupersets li A:LINK, #leserforum li A:LINK {text-decoration:none;}
#SupersetDisplaySupersets li A:VISITED, #leserforum li A:VISITED {text-decoration:none;}
#SupersetDisplaySupersets li A:HOVER, #leserforum li A:HOVER {text-decoration:underline;}

.kategorie A:LINK {color: #CC1E26; text-decoration:none;}
.kategorie A:VISITED {color: #CC1E26;text-decoration:none;}
.kategorie A:HOVER {color: #CC1E26;text-decoration:underline;}


.artikel_afp {
  width: 415px;
  background-color: #EBEBEB;
  border-top: 1px #E1E1E1 solid;
  border-bottom: 1px #E1E1E1 solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.artikel_afp span img {
	padding-bottom: 3px;
}

.box_top_grey_170 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_170.gif);
  height: 7px;
  width: 170px;
}

.box_bottom_grey_170 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_170.gif);
  height: 10px;
  width: 170px;
}
.box_grey_content_170 {
  width: 160px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_170.gif);
  padding-left: 5px;
  padding-right: 5px;
}

.box_top_red_170 {
  background-image: url(/graphx/geiloimages/box/box_top_red_170.gif);
  height: 10px;
  width: 170px;
}
.box_bottom_red_170 {
  background-image: url(/graphx/geiloimages/box/box_bottom_red_170.gif);
  height: 10px;
  width: 170px;
}
.box_red_content_170 {
  width: 160px;
  color: #FFFFFF;
  background-color: #E2001A;
  background-image: url(/graphx/geiloimages/box/box_red_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  padding-left: 5px;
  padding-right: 5px;
}
.box_red_content_170 INPUT{
  height: 20px;
  width: 160px;
  border: 0px;
  margin-top: 5px;
}

.box_top_white_170 {
  background-image: url(/graphx/geiloimages/box/box_top_white_170.gif);
  height: 7px;
  width: 170px;
}

.box_bottom_white_170 {
  background-image: url(/graphx/geiloimages/box/box_bottom_white_170.gif);
  height: 10px;
  width: 170px;
  *background-position: top;
  *Background-repeat: no-repeat;
}
.box_white_content_170 {
  width: 158px;
  *width: 170px;
  border-right: 1px #DCDCDC solid;
  border-left: 1px #DCDCDC solid;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
}
.box_white_content_170 INPUT {
  margin-top: 10px;
  width: 140px;
  border: 1px solid #DCDCDC;
  margin-left: 10px;
}
.box_white_content_170 FORM {
	margin-bottom: 0px;
}

.box_white_content_170 .button_blue_left {
  margin-top: 10px;
  margin-left: 10px;
}
.box_white_content_170 .button_blue_middle {
  margin-top: 10px;
}
.box_white_content_170 .button_blue_right {
  margin-top: 10px;
}

.box_white_content_170 A:LINK {color:#CC1E26; text-decoration: none;}
.box_white_content_170 A:VISITED {color:#CC1E26; text-decoration: none;}
.box_white_content_170 A:HOVER {color:#CC1E26; text-decoration: underline;}



.box_top_grey_420 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_420.gif);
  height: 10px;
  width: 420px;
}
.box_bottom_grey_420 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_420.gif);
  height: 10px;
  width: 420px;
}
.box_grey_content_420 {
  width: 410px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_420.gif);
  padding-left: 5px;
  padding-right: 5px;
  line-height: 18px;
}

.box_top_grey_600 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_600.gif);
  height: 10px;
  width: 600px;
}
.box_bottom_grey_600 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_600.gif);
  height: 10px;
  width: 600px;
}
.box_grey_content_600 {
  width: 590px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_600.gif);
}

.box_top_grey_690 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_690.gif);
  height: 8px;
  width: 690px;
}
.box_bottom_grey_690 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_690.gif);
  height: 8px;
  width: 690px;
}
.box_grey_content_690 {
  width: 680px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_690.gif);
}

.box_top_grey_335 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_335.gif);
  height: 10px;
  width: 335px;
}
.box_bottom_grey_335 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_335.gif);
  height: 10px;
  width: 335px;
}
.box_grey_content_335 {
  width: 325px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_335.gif);
}

.box_top_grey_260 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_260.gif);
  height: 10px;
  width: 260px;
}
.box_bottom_grey_260 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_260.gif);
  height: 10px;
  width: 260px;
}
.box_grey_content_260 {
  width: 250px;
  background-color: #F0F0F0;
  background-image: url(/graphx/geiloimages/box/box_content_grey_260.gif);
  padding-left: 5px;
  padding-right: 5px;
}

.box_top_grey_290 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_290.gif);
  height: 10px;
  width: 290px;
}
.box_bottom_grey_290 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_290.gif);
  height: 10px;
  width: 290px;
}
.box_grey_content_290 {
  width: 268px;
  background-color: #F4F4F6;
  border-right: 1px #E7EAEC solid;
  border-left: 1px #E7EAEC solid;
  padding-left: 10px;
  padding-right: 10px;
}

.box_top_grey_200 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_200.gif);
  height: 10px;
  width: 200px;
}
.box_bottom_grey_200 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_200.gif);
  height: 10px;
  width: 200px;
}
.box_grey_content_200 {
  width: 190px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_200.gif);
}

.box_top_grey_208 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_208.gif);
  height: 10px;
  width: 208px;
}
.box_bottom_grey_208 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_208.gif);
  height: 10px;
  width: 208px;
}
.box_grey_content_208 {
  width: 188px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_208.gif);
}

/*box content 420: die width wurde verringert*/
.box_content_420 {
  /*width: 408px;*/
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #CDCDCD solid;
}

.plain_top_grey_269 {
  background-image: url(/graphx/geiloimages/box/plain_top_grey_269.gif);
  height: 10px;
  width: 269px;
}
.plain_bottom_grey_269 {
  background-image: url(/graphx/geiloimages/box/plain_bottom_grey_269.gif);
  height: 10px;
  width: 269px;
}
.plain_content_grey_269 {
  width: 259px;
  background-color: #CCCCCC;
  padding-left: 5px;
  padding-right: 5px;
}

.box_top_white_208 {
  background-image: url(/graphx/geiloimages/box/box_top_white_208.gif);
  height: 10px;
  width: 208px;
}
.box_bottom_white_208 {
  background-image: url(/graphx/geiloimages/box/box_bottom_white_208.gif);
  height: 10px;
  width: 208px;
}
.box_white_content_208 {
  width: 206px;
  background-color: #FFFFFF;
  border-right: 1px #CECDCD solid;
  border-left: 1px #CECDCD solid;
}

.box_top_white_260 {
  background-image: url(/graphx/geiloimages/box/box_top_white_260.gif);
  height: 10px;
  width: 260px;
}
.box_bottom_white_260 {
  background-image: url(/graphx/geiloimages/box/box_bottom_white_260.gif);
  height: 10px;
  width: 260px;
}
.box_content_white_260 {
  width: 248px;
  background-color: #FFFFFF;
  border-right: 1px #E1E1E1 solid;
  border-left: 1px #E1E1E1 solid;
  padding-left: 5px;
  padding-right: 5px;
}

.box_top_white_655 {
  background-image: url(/graphx/geiloimages/box/box_top_white_655.gif);
  height: 10px;
  width: 655px;
}
.box_bottom_white_655 {
  background-image: url(/graphx/geiloimages/box/box_bottom_white_655.gif);
  height: 10px;
  width: 655px;
}
.box_white_content_655 {
  width: 653px;
  background-color: #FFFFFF;
  border-right: 1px #CECDCD solid;
  border-left: 1px #CECDCD solid;
}

.box_top_white_880 {
  background-image: url(/graphx/geiloimages/box/box_top_white_880.gif);
  height: 10px;
  width: 880px;
}
.box_bottom_white_880 {
  background-image: url(/graphx/geiloimages/box/box_bottom_white_880.gif);
  height: 10px;
  width: 880px;
}
.box_white_content_880 {
  width: 878px;
  background-color: #FFFFFF;
  border-right: 1px #CECDCD solid;
  border-left: 1px #CECDCD solid;
}

.box_top_yellow_600 {
  background-image: url(/graphx/geiloimages/box/box_top_yellow_600.gif);
  height: 10px;
  width: 600px;
}
.box_bottom_yellow_600 {
  background-image: url(/graphx/geiloimages/box/box_bottom_yellow_600.gif);
  height: 10px;
  width: 600px;
}
.box_yellow_content_600 {
  width: 590px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(/graphx/geiloimages/box/box_content_yellow_600.gif);
}

.magazin_list {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px #CDCDCD solid;
  background-image: url(/graphx/geiloimages/box/magazin_list_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}
.magazin_list A:LINK {text-decoration:none;}
.magazin_list A:VISITED {text-decoration:none;}
.magazin_list A:HOVER {text-decoration:underline;}

.default_start .magazin_list {
	border-top: 1px #CDCDCD solid;
	border-bottom: 1px #CDCDCD solid;
	margin-bottom: 30px;
}

.list_thin {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px #CDCDCD solid;
  background-image: url(/graphx/geiloimages/box/magazin_list_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}

.main_content_head {
  background-color: #F0F0F0;
  border-top: 1px #DEDEDE solid;
  border-bottom: 1px #DEDEDE solid;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #CC1E26;  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.main_content_list {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #DEDEDE solid;
}

.spacer_70 {
  height: 70px;
}
.spacer_60 {
  height: 60px;
}
.spacer_50 {
  height: 50px;
}
.spacer_40 {
  height: 40px;
}
.spacer_30 {
  height: 30px;
}
.spacer_20 {
  height: 20px;
}
.spacer_10 {
  height: 10px;
}
.spacer_5 {
  height: 5px;
}

.border_top_bottom {
  border-top: 1px #DEDEDE solid;
  border-bottom: 1px #DEDEDE solid;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.navibox_content {
  background: url(/graphx/geiloimages/box/dotted_line.gif) repeat-x top;
}
.navibox_left {
  width: 120px;
  float: left;
  margin-top: 5px;
}
.navibox_element_left_no {
  color: #202020;
  width: 115px;
  font-weight: bold;
  height: 20px;
  background: url(/graphx/geiloimages/box/dotted_line.gif) repeat-x bottom;
}
.navibox_element_left_act {
  color: #CC1E26;
  width: 115px;
  font-weight: bold;
  height: 20px;
  background: url(/graphx/geiloimages/box/dotted_line.gif) repeat-x bottom;
}
.navibox_right {
  width: 120px;
  width: 120px;
  float: left;
  margin-top: 5px;
}
.navibox_element_right_no {
  color: #202020;
  width: 120px;
  font-weight: bold;
  height: 20px;
  background: url(/graphx/geiloimages/box/dotted_line.gif) repeat-x bottom;
}
.navibox_element_right_act {
  color: #CC1E26;
  width: 120px;
  font-weight: bold;
  height: 20px;
  background: url(/graphx/geiloimages/box/dotted_line.gif) repeat-x bottom;
}

.boxed_headline {
  border-top: 1px #DEDEDE solid;
  border-bottom: 1px #DEDEDE solid;
  background-color: #F0F0F0;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}

.box_fuer_anwaelte_menu_top {
  background-image: url(/graphx/geiloimages/box/box_fuer_anwaelte_menu_top.gif);
  height: 5px;
  margin-left: 4px;
  width: 198px;
}
.box_fuer_anwaelte_menu_bottom {
  background-image: url(/graphx/geiloimages/box/box_fuer_anwaelte_menu_bottom.gif);
  height: 5px;
  width: 198px;
  border-bottom: 1px #FFFFFF solid;
  margin-left: 4px;
}
.box_fuer_anwaelte_menu_content {
  width: 193px;
  background-color: #F0F0F0;
  padding-left: 5px;
  margin-left: 4px;
}


/* generic content */

.box_links_oben {
  background: url(/graphx/geiloimages/box/grey_top_left.gif) top left no-repeat;
}

.box_rechts_oben {
  background: url(/graphx/geiloimages/box/grey_top_right.gif) top right no-repeat;
  *padding-bottom: 10px;
}

.box_links_unten {
  background: url(/graphx/geiloimages/box/grey_bottom_left.gif) bottom left no-repeat;
}

.box_rechts_unten {
  background: url(/graphx/geiloimages/box/grey_bottom_right.gif) bottom right no-repeat;
}


.ybox_links_oben {
  background: url(/graphx/geiloimages/box/yellow_top_left.gif) top left no-repeat;
}

.ybox_rechts_oben {
  background: url(/graphx/geiloimages/box/yellow_top_right.gif) top right no-repeat;
}

.ybox_links_unten {
  background: url(/graphx/geiloimages/box/yellow_bottom_left.gif) bottom left no-repeat;
}

.ybox_rechts_unten {
  background: url(/graphx/geiloimages/box/yellow_bottom_right.gif) bottom right no-repeat;
}



.dgbox_links_oben {
  background: url(/graphx/geiloimages/box/darkgrey_top_left.gif) top left no-repeat;
}

.dgbox_rechts_oben {
  background: url(/graphx/geiloimages/box/darkgrey_top_right.gif) top right no-repeat;
}

.dgbox_links_unten {
  background: url(/graphx/geiloimages/box/darkgrey_bottom_left.gif) bottom left no-repeat;
}

.dgbox_rechts_unten {
  background: url(/graphx/geiloimages/box/darkgrey_bottom_right.gif) bottom right no-repeat;
}

.inhalt {
  padding: 10px;
}

.boxNotice, .boxError {
	background-image: url(/graphx/geiloimages/hinweis.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 48px;
}
.boxError {
	background-image: url(/graphx/geiloimages/fehler.gif);
}


.width_420 {
	width: 420px;
}
.width_500 {
	width: 500px;
}
.width_600 {
	width: 600px;
}
.width_790 {
	width: 790px;
}

/* NEUE BOX 288 begin */
.box_top_grey_288 {
  background-image: url(/graphx/geiloimages/box/box_top_grey_288.gif);
  height: 10px;
  width: 288px;
}
.box_bottom_grey_288 {
  background-image: url(/graphx/geiloimages/box/box_bottom_grey_288.gif);
  height: 10px;
  width: 288px;
}
.box_grey_content_288 {
  width: 278px;
  background-image: url(/graphx/geiloimages/box/box_content_grey_288.gif);
  padding-left: 5px;
  padding-right: 5px;
}
/* NEUE BOX 288 end */


#rechte_spalte .boxWidth260 {
	clear: both;
	float: none;
}

#rechte_spalte .disp_geiloBeratung {
	padding-bottom: 8px;
	clear: both;
	float: none;
}