#blackbg {
	visibility:hidden; 
	position:fixed; 
	left:0px; 
	right:0px; 
	top:0px; 
	bottom:0px; 
	background-color:#222222; 
	filter:alpha(opacity=40); 
	opacity:0.4; 
	z-index:1000;
}

/* DIVE TAB TO edit/send data (user input interface) */

#diveIn {
	visibility:hidden; 
	position:fixed; 
	margin-left:-300px; 
	left:50%; 
	height:450px; 
	width:600px; 
	top:15%;
	z-index:1001;
}

#diveTab {
	width:199px;
	margin-left:-4px;
	background:url('../images/divtab.png');
	color:#ffffff;
	height:35px;
}

#diveTabText {
	padding-top:10px;
	padding-left:20px;
}

#diveBorder {
	background-color:#ffffff; 
	box-shadow: 5px 5px 5px #555555;   
	-moz-box-shadow: 5px 5px 5px #555555; 
	-webkit-box-shadow: 5px 5px 5px #555555;
	height:415px; 
	width:600px;
}

#diveClose {
	z-index:1002;
	cursor:pointer;
	color:#f8a501;
	float:right;
	padding-right:6px;
}

#diveContent {
	z-index:1001;
	color:#888888;
	padding:10px;
	padding-left:20px;
}

#diveClose:hover {
	color:#555555;

}

table.bsms td {
	height:25px;
}

input.bsms {
	margin-top:3px;
	font-family:sans-serif;
	font-size:1em;
	color:#666;
}

select.bsms {
	margin-top:3px;
	font-family:verdana;
	font-size:1em;
	color:#666;
	width:60px;
}

div.saveText {
	font-family:verdana;
	padding-left:12px;
	padding-top:4px;
	z-index:1003;
	color:#ffffff;
}


div.save {
	background:url("../images/icons/speichern.jpg");
	width:85px;
	height:30px;
	cursor:pointer;
}

div.save_hov {
	background:url("../images/icons/speichern.jpg");
	width:85px;
	height:30px;
	cursor:pointer;
	filter:alpha(opacity=85); 
	opacity:0.85;
}

div.saveBig {
	background:url("../images/icons/speichern1.jpg");
	width:110px;
	height:30px;
	cursor:pointer;
}

div.saveBig_hov {
	background:url("../images/icons/speichern1.jpg");
	width:110px;
	height:30px;
	cursor:pointer;
	filter:alpha(opacity=85); 
	opacity:0.85;
}

/* BUTTON FÜR NEUEN CONTENT EINFÜGEN */

div.but_newContent {
	background:url("../images/icons/hinzufuegen.jpg");
	width:155px;
	height:30px;
	cursor:pointer;
}

div.but_newContent_hov {
	background:url("../images/icons/hinzufuegen.jpg");
	width:155px;
	height:30px;
	cursor:pointer;
	filter:alpha(opacity=85); 
	opacity:0.85;
}

div.but_newContentText {
	padding-left:15px;
	padding-top:4px;
	color:#ffffff;
}

input.bcheck {
	height: 14px;
	width: 14px;
	display: block;
	clear: left;
	float: left;
}


/* Table Einstellung für infoBox rechts*/

table.infobox tr td {
	font-family:arial;
	margin:0px;
	padding:0px;
	font-size:10pt;
	text-align:left;
}

/* Login Button */
input.loginBSMS {
	margin-top:3px;
	border:none;
	height:30px;
	width:85px;
	background:url("../images/icons/speichern.jpg");
	color:#FFFFFF;
	cursor:pointer;
	padding-bottom:3px;
	font-family:arial;
	font-size:10pt;
}

input.loginBSMS_hov {
	margin-top:3px;
	border:none;
	height:30px;
	width:85px;
	background:url("../images/icons/speichern.jpg");
	color:#FFFFFF;
	cursor:pointer;
	padding-bottom:3px;
	filter:alpha(opacity=85); 
	opacity:0.85;
	font-family:arial;
	font-size:10pt;
}

.themen_hov {
	filter:alpha(opacity=70); 
	opacity:0.70;
	cursor:pointer;
}

.themen {
	filter:alpha(opacity=100); 
	opacity:1;
}

#groupSMS_output {
	display:none;
	border-style:none;
	overflow:auto;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:20px;
	width: 340px;
	max-height:75px;
	min-height:20px;
}

table.bsmsDive th {
	text-align:left;
	font-weight:normal;
}

table.bsmsDive td {
	padding-left:5px;
}
