div.fce_box {
	margin-bottom:20px;
}

div.box_top {
	height:7px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
	display:none;
}

div.box_bottom {
	height:7px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
	display:none;
}

div.box_body {
	min-height:100px;
}

/*
"Hack" for IE6
*/

/* Hides from IE5-mac \*/
* html div.box_body {height: 100px;}
/* End hide from IE5-mac */

/*
End "Hack" for IE6
*/

div.box_header {
	font-weight:bold;
	margin:0 auto auto 0;
	padding:5px;
	color:#FFFFFF;
}

div.box_content {
	margin:0 auto auto 0;
	padding:5px;
	border:none;
}

/*************
* Box 01
**************/

div.tuerkis_schmall {
	width:230px;
}

div.tuerkis_auto {
	width:auto;
}

div.tuerkis div.box_outer {
	border:solid 1px #C9E9E8;
}

div.tuerkis div.box_header {
	background:#0193AA;
	text-transform:uppercase;
}

div.tuerkis div.box_body {
	background-color:#CBEAED;
}

/*************
* Box 02
**************/

div.grau_schmall {
	width:230px;
}

div.grau_auto {
	width:auto;
}

div.grau div.box_outer {
	border:solid 1px #D8D8D8;
}

div.grau div.box_header {
	background:#CBCBCB;
	text-transform:uppercase;
}

div.grau div.box_body {
	background-color:#ECECEC;
}


/*************
* Box 03
**************/

div.weiss_schmall {
	width:230px;
}

div.weiss_auto {
	width:auto;
}


div.weiss div.box_header {
	background-color:transparent;
	color:#0098A5;
	text-transform:uppercase;
	border:solid #999999;
	border-width:0 0 1px 0;
	font-size:13px;
}

div.weiss div.box_body {
	background-color:transparent;
}


/*************
* Box 04
**************/

div.hinweis_schmall {
	width:230px;
}

div.hinweis_auto {
	width:auto;
}


div.hinweis div.box_header {
	background-color:#E6F4F5;
	background:url(../img/box_04_top_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:30px;
	color:#0096AE;
	font-weight:bold;
}

div.hinweis div.box_body {
	background-color:#E6F4F5;
}

/*************
* Box 05
**************/

div.rechner_schmall {
	width:230px;
}

div.rechner_auto {
	width:auto;
}


div.rechner div.box_header {
	background-color:#E6F4F5;
	background:url(../img/box_05_top_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:30px;
	color:#0096AE;
	font-weight:bold;
}

div.rechner div.box_body {
	background-color:#E6F4F5;
}
