/* Allgemeine Angaben */

.label, contentLabel, .contentText,  .contentTextarea  {
	font-family: verdana, helvetica, arial;
	font-size: 12px;
}

.contentButton {
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	font-weight:bold;
}



.contentText {
	padding-left: 5px;
	background: #FFFFFF;  /*#D62130;   #F7EDE4; #F1D7C8;*/
  color:#000000;
}
.contentText a:link, .contentText a:visited {
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
}


/*neu definiert*/

.label {  /*z.B bei span... in gb_view_default.ihtml*/
 font-weight:bold;
 color: #9A1B1F; /*#991B1F; */
}


.contentLabel {
	font-weight:		bold;
	color:				#000000;  
}

.contentTextarea {
	width:				350px;
	border:				  1px solid #000000;
	background:			/*#991B1F;*/#D62130;
	color:				  #FFFFFF;
  height: 150px;
}

.contentInput {
	width:				350px;
	/*border:				1px solid #8AB37E;*/
	/*background:			white;*/
	
	border:				  1px solid #000000;
	background:			/*#991B1F;*/#D62130;
	color:				  #FFFFFF;
}

.contentButton {
	border:				  1px solid #000000;
	background:			/*#991B1F;*/#D62130;
	color:				  #FFFFFF;
	width:        90px;
	padding:0;
}


.gbAddLink:link {color: #9A1B1F; font-size: 12px; font-weight:normal; text-decoration: underline; }
.gbAddLink:visited {color: #9A1B1F; font-size: 12px; font-weight:normal;  text-decoration: underline; }
.gbAddLink:hover {color: #9A1B1F; font-size: 12px; font-weight:normal;  text-decoration: none; }

/*
#9A1B1F;  // braun
#D62130; // mittelrot

*/
