@charset "utf-8";
/* CSS Document */

/* GRAU -------------------*/
.box_grau
{
	float:left;
	margin-bottom:20px;
}

.grid_8 .box_grau
{
	width:620px;
}

.grid_6 .box_grau
{
	width:460px;
}
.grid_5 .box_grau
{
	width:380px;
}

.grid_4 .box_grau
{
	width:300px;
}

.box_grau .top,
.box_grau .csc-header
{
	background:none;
	background-repeat:no-repeat;
	float:left;
	margin:0px;
    padding:5px 20px 0px 20px;
	height:40px;
}

.grid_8 .box_grau .top,
.grid_8 .box_grau .csc-header
{
	background-image:url(../html/img/box_grau_top_grid_8.gif);
	width:600px;
}

.grid_6 .box_grau .top,
.grid_6 .box_grau .csc-header
{
	background-image:url(../html/img/box_grau_top_grid_6.gif);
	width:440px;
}
.grid_5 .box_grau .top,
.grid_5 .box_grau .csc-header
{
	background-image:url(../html/img/box_grau_top_grid_5.gif);
	width:340px;
}

.grid_4 .box_grau .top,
.grid_4 .box_grau .csc-header
{
	background-image:url(../html/img/box_grau_top_grid_4.gif);
	width:280px;
}

.box_grau h1
{
	background-image:none;
	background:none;
	margin-bottom:0px;
	padding:0px;
}

.box_grau .box
{
	background-color:#262827;
	float:left;
	color:#ffffff;
	padding:10px 20px 0px 20px;
	margin-bottom:0px;
}

.grid_8 .box_grau .box
{
	width:580px;
}

.grid_6 .box_grau .box
{
	width:420px;
}
.grid_5 .box_grau .box
{
	width:340px;
}
.grid_4 .box_grau .box
{
	width:260px;
}

.box_grau .box_image
{
	padding:0px;
	background-color:#262827;
	margin-bottom:0px;	
	float:left;
	color:#ffffff;	
}

.box_grau .bottom
{
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	float:left;	
	height:18px;
	margin-top:0px;
}

.grid_8 .box_grau .bottom 
{
	background-image:url(../html/img/box_grau_bottom_grid_8.gif);
}

.grid_6 .box_grau .bottom 
{
	background-image:url(../html/img/box_grau_bottom_grid_6.gif);
}

.grid_5 .box_grau .bottom 
{
	background-image:url(../html/img/box_grau_bottom_grid_5.gif);
}

.grid_4 .box_grau .bottom 
{
	background-image:url(../html/img/box_grau_bottom_grid_4.gif);
}

/* INNERBOX -------------------*/
.grid_8 .innerbox
{
	margin:10px 0px 10px 0px;
	width:100%;
	background-color:#E5E5E5;
	padding:10px 0px 0px 0px;
}

.grid_8 .innerbox h1,
.grid_8 .innerbox h2
{
	font-size:11px;
}

