/*#############################################################*/
/*#                                                           #*/
/*#                  External Stylesheet                      #*/
/*#                 © KOZIOL GlŸcksfabrik                     #*/
/*#                                                           #*/
/*#                                                           #*/
/*#   WHO                      WHEN             WHAT          #*/
/*#   thaaf@active-web.de      25.02.09         created       #*/
/*#                                                           #*/
/*#                                                           #*/
/*#############################################################*/

/*
Classes for all Boxes:

GREEN
ORANGE
BLUE
RED
PURPLE
CLEAR
WHITE OPAQUE
BLACK OPAQUE
ANTHRAZIT
WOOD
WHITE_FLAT (without 3D effect)

NEW:

MAGENTA
*/

.box {
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
	background-color:#FFF;
}

/* Spezialfall: auf startseite sind wegen matrix alle boxen absolut positioniert un benoetigen eine top/left angabe. */
#startpagecontentarea .box{
	position:absolute;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
	background-color:#FFF;
}

.content{
	position:relative;
	z-index:20;
	padding:0px;
	overflow:hidden;
	padding:7px 7px 5px 7px;
	margin:0px 0px 0px 0px;
}



/* IE6 Hack */

* html .box {
	position:relative;
	display:block;
	float:left;
	height:100%;
	margin:auto 10px 10px auto;
	padding:0px;
	background-color:#FFF;
}

* html .content {
	position:relative;
	width:100%;
	height:100%;
	z-index:20;
	padding:0px;
	padding:60px 7px 5px 7px;
	margin:50px 0px 0px 0px;
}

.boxfirst{
	clear:left;
	float: left;
}

.boxlast {
	margin:0px 0px 10px 0px!important;
	float:right!important;
	clear:right;
}

.onecolumn {
	width:215px;
}

.twocolumn {
	width:440px;
}

.threecolumn{
	width:665px;	
}

.fourcolumn{
  width:890px;	
 
}

/* ----- ----- ----- GREEN ----- ----- ----- */
.frame_green {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_green div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_green div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_green div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_green div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_green div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_green div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_green div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_green {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_green{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/green/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}


/* ----- ----- ----- ORANGE ----- ----- ----- */
.frame_orange {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_orange div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_orange div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_orange div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_orange div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_orange div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_orange div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_orange div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_orange {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_orange{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/orange/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- BLUE ----- ----- ----- */
.frame_blue {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_blue div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_blue div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_blue div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_blue div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_blue div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_blue div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_blue div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_blue {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_blue{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/blue/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- ANTHRAZIT ----- ----- ----- */
.frame_anthrazit {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_anthrazit div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_anthrazit div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_anthrazit div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_anthrazit div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_anthrazit div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_anthrazit div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_anthrazit div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_anthrazit {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_anthrazit{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/anthrazit/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- WHITE ----- ----- ----- */
.frame_white {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_white div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_white div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_white {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_white{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- BLACK ----- ----- ----- */
.frame_black {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_black div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_black div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_black div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_black div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_black div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_black div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_black div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_black {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_black{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/black/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}



/* ----- ----- ----- CLEAR ----- ----- ----- */
.frame_clear {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_clear div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_clear div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_clear div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_clear div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_clear div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_clear div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_clear div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_clear {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_clear{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/clear/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}


/* ----- ----- ----- RED ----- ----- ----- */
.frame_red {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_red div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_red div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_red div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_red div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_red div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_red div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_red div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_red {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_red{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/red/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- PURPLE ----- ----- ----- */
.frame_purple {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_purple div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_purple div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_purple div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_purple div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_purple div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_purple div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_purple div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_purple {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_purple{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/purple/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}


/* ----- ----- ----- WOOD ----- ----- ----- */
.frame_wood{
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
	z-index:9;
}

.frame_wood div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_wood div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_wood div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_wood div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_wood div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_wood div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_wood div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_wood{
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_wood{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/wood/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}


/* ----- ----- ----- WHITE_FLAT ----- ----- ----- */
.frame_white_flat {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_white_flat div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_white_flat div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white_flat div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white_flat div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white_flat div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white_flat div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_white_flat div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_white_flat {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_white_flat{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/white_flat/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

.ie6pngfix{
behavior: url("/custom/koziol_gf/css/iepngfix.htc");	
}


/* ----- ----- ----- MAGENTA ----- ----- ----- */
.frame_magenta {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_magenta div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_magenta div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_magenta div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_magenta div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_magenta div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_magenta div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_magenta div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_magenta {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_magenta{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/magenta/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- coolgray ----- ----- ----- */
.frame_coolgray {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_coolgray div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_coolgray div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_coolgray div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_coolgray div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_coolgray div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_coolgray div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_coolgray div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_coolgray {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_coolgray{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/coolgray/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- lightblue ----- ----- ----- */
.frame_lightblue {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_lightblue div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_lightblue div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_lightblue div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_lightblue div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_lightblue div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_lightblue div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_lightblue div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_lightblue {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_lightblue{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/lightblue/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- jeansblue ----- ----- ----- */
.frame_jeansblue {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_jeansblue div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_jeansblue div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_jeansblue div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_jeansblue div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_jeansblue div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_jeansblue div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_jeansblue div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_jeansblue {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_jeansblue{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/jeansblue/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- pantoneorange ----- ----- ----- */
.frame_pantoneorange {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_pantoneorange div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_pantoneorange div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_pantoneorange {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_pantoneorange{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/pantoneorange/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- violett ----- ----- ----- */
.frame_violett {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_violett div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_violett div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_violett div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_violett div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_violett div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_violett div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_violett div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_violett {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_violett{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/violett/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- raspberry ----- ----- ----- */
.frame_raspberry {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_raspberry div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_raspberry div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_raspberry div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_raspberry div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_raspberry div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_raspberry div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_raspberry div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_raspberry {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_raspberry{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/raspberry/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- olive ----- ----- ----- */
.frame_olive {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_olive div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_olive div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_olive div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_olive div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_olive div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_olive div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_olive div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_olive {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_olive{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/olive/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- mustard ----- ----- ----- */
.frame_mustard {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_mustard div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_mustard div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_mustard div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_mustard div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_mustard div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_mustard div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_mustard div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_mustard {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_mustard{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/mustard/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}

/* ----- ----- ----- sulfur ----- ----- ----- */
.frame_sulfur {
	position:absolute;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/left.png");
	background-repeat:repeat-y;
	background-position:top left;
	width:100%;
	height:100%;
}

.frame_sulfur div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/top.png");
	background-repeat:repeat-x;
	background-position:top left;
	z-index:8;
	width:100%;
	height:100%;
}
.frame_sulfur div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/tl.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_sulfur div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/right.png");
	background-repeat:repeat-y;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_sulfur div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/tr.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_sulfur div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/bottom.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_sulfur div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/br.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
	width:100%;
	height:100%;
}
.frame_sulfur div div div div div div div {
	display:block;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/bl.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:10;
	width:100%;
	height:100%;
}

.headline_sulfur {
	position:absolute;
	width:100%;
	height:38px;
	z-index:20;
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:12px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/bubbles1.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.bubblesright_sulfur{
	position:absolute;
	width:100%;
	float:right;
	height:38px;
	background-image:url("/custom/koziol_gf/_gfx/boxes/sulfur/bubblesright.png");
	background-repeat:no-repeat;
	background-position:top right;
	z-index:21;
	margin:12px 0px 0px 0px;
}






