/* CSS - Tooltipp Captcha */
.tipsy { padding: 5px; font-size: 13px; font-weight: bold; opacity: 0.8; filter: alpha(opacity=60); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); margin-top: 20px; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #900; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

/* CSS - Erfolgsmeldung nach Versand */  
.ok {
	padding:4px 8px;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	background-color: #b5cf1f;
	margin:8px 0 8px 0;
	color:#fff;
}

/* CSS Fehlermeldung */ 
.error {
	padding:4px 8px;
	font-size:11px;
	font-weight:bold;
	background-color:#C00;
	padding:5px;
	margin:8px 0 8px 0;
	color:#fff;
}
.required {
	/* Sternchen hinter Label als Marker für Pflichtfeld */
	font-weight:bold;
	font-size: 18px;
	color:#84B726;
}



textarea
{
	width: 110px;
	border: 1px solid #cdc9c1;
	color: #6C6257;
	margin-bottom: 5px;
}


label
{
	float: left;	
	width: 80px;
	
}
	
input
{
	width: 200px;	
		font-style: normal;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #c7c0b3;
	background-color: #FFFFFF;
	width: 180px;
	height: 18px;
}









/*----------------- Styles vom alten Formular ----------------------------*/
.tabForm
{

	border-collapse: collapse;
	margin-left: 0px;
	border-bottom: none;
	border-top: none;
}
.tabForm td
{
	border-bottom: none;
	border-top: none;
	padding: 4px 0px;
}
.tabForm tbody tr:hover td
{
	background: transparent;
}

.lable
{
	width: 64px;
	height: 23px;
}

.space
{
	width: 8px;
}

.combo{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	border: 1px solid #c7c0b3;
	background-color: #FFFFFF;
	width: 180px;
	height: 23px;
}
.message{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	border: 1px solid #c7c0b3;
	background-color: #FFFFFF;
	width: 440px;
	height: 90px;
	height: 73px !important;
	margin-top: 3px;
}
.marginalien {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0057A3;
}
.button {
	width: 140px;
	height: 23px;
	background-color: #fcfbfb;
	cursor: pointer;
	border: 1px solid #c7c0b3;
	background-repeat: no-repeat; 
	background-position: 8px 6px; 
	padding-left: 13px;
	color:#0057a3; 
	background-image: url(../images/layout/link.gif);
}
.spanRadio {
	position: relative;
	top:4px; /* or bottom:1px; */ 
	margin-right: 6px;
}

.radio {

	width: 15px !important;
}
