.box
{
	height:210px;
	width:220px;
        margin-bottom:15px;
}


.box_titel
{
	background:#333399;
	color:#fff;
        font-weight:bold;
	line-height:18px;
	margin-left:3px;
	padding:2px;
}

.box_cont_titel
{
	background:#333399;
	color:#fff;
}

.box_titel_inaktiv
{
	background:#666666;
	color:#fff;
        font-weight:bold;
	line-height:18px;
	height:18px;
	margin-left:3px;
	padding:2px;
}


.box_titeltext
{
	position:static; 
	margin-right:80px;
	font-size:13px;
}

.box_titelicons
{
	float:right;
	color:#fff;
}

.box_titelicons a
{
        color:#fff;
	text-decoration:none;
}

.box_inhalt
{
	border-left:1px dotted #000066;
	border-bottom:1px dotted #000066;
	border-right:1px dotted #000066;
	font-size:75%;
	height:180px;
        background:#fafaff;
}

.box_inhalt td
{
	font-size:75%;
}

.box_konfig
{
	display:none;
	border-left:1px dotted #000066;
	border-bottom:1px dotted #000066;
	border-right:1px dotted #000066;
	font-size:75%;
        height:174px;
	padding:3px;
	background:#fbfbff;
	overflow:auto;
	overflow-x:hidden;
}

.box_tabs
{
        text-align:center;
	font-size:12px;
}

.box_tabs a
{
	display:block;
	text-decoration:none;
	background:#d0d0ff;
	font-weight:none;
}

.box_tabs a:hover
{
	text-decoration:underline;
        background:#b0b0ff;
}

.box_tab_active a
{
	background:#fafaff;
	font-weight:bold;
	font-size:12px;
}

.box_tab_active a:hover
{
	text-decoration:none;
	background:#fafaff;
	cursor:default;
}

.box_inhalt2
{
	padding:3px;
	overflow:auto;
	overflow-x:hidden;
	height:172px;
}
