/* ************************************************************* */
/* ************************* CONTAINER ************************* */
/* table with no border no margin no padding used for positioning panelGrids... */
.formsContainerTable	{	width:100%; border-spacing:0;	padding:0 } 	/* panelGrid styleclass */
.formsTable 			{ 	background-color: #f5f5f5; background-image: url(../Bilder/line_rechts.gif); background-repeat: repeat-x; background-position: 0 100%; width: 100%; margin-top: 1em; margin-bottom: 2em; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; display: block; }
.formsLeftColumn		{	vertical-align: top; width:200px }	/* panelGrid columnclass */
.formsMiddleColumn		{	vertical-align: top	}	/* panelGrid columnclass */
.formsRightColumn		{	vertical-align: top	}	/* panelGrid columnclass */
.formsHeader			{	text-align: left; vertical-align: top	}	/* panelGrid columnclass */
.formsFooter			{	text-align: right	}	/* panelGrid columnclass */


.userTableLeftColumn  	{	text-align:right; vertical-align: top; width:150px }	/* panelGrid columnclass */
.userTableRightColumn	{	vertical-align: top	}	/* panelGrid columnclass */

.formDescription { font-size: 0.95em; }

.formsSelectList		{ width:250px }
.formsSelectListSmall	{ width:100px }

.formsErrorMessage 	{ text-align:left; color:red	}

.cartTable			{	width:100% }
.cartLeftColumn 	{	text-align:left; vertical-align: top; width:300px }	/* panelGrid columnclass */
.cartRightColumn 	{	text-align:left; vertical-align: top; }	/* panelGrid columnclass */
.cartContainer      { 	width:355px}
.cartDelete			{}

/* ************************************************************* */
/* ************************* Contact *************************** */
.form {
	/*background-color: #cfcfcf;*/
	background-color: #ffffff;
}

td {
	padding: 0;	
	margin: 0;
	border: none;
}
tr {
	padding: 0;
	margin: 0;	
	border: none;
}
.subtitle {
	display: block; 
	font-size: 24px; 
	font-weight: normal; 
	width: 510px; 
	height: 41px; 
	text-align:left;
	color: #1F5071;
}
.labelstring {
	display: block; 
	font-size: 12px; 
	width: 510px; 
	height: 16px; 
	text-align:left;	
	font-family: verdana;	
}
.checkboxpanel {
	display: block;
	font-size: 12px;
	width: 510px; 
	height: 46px;
	margin-top: 1px;
	margin-bottom: 5px;
	border: none;
	font-family: verdana;
}

.checkboxpanel td {
	border: 1px solid #58BEC6 ! important;
	width: 498px
}

span.checkboxpanel input {
	border: 1px solid #58BEC6 ! important;
	width: 12px;
	height: 12px;
	vertical-align: -1px;
	margin: 2px;
}
.textarea {
	display: block; 
	font-size: 11px; 
	width: 498px; 
	height: 154px; 
	text-align:left;
	border: 1px solid #58bec6;	
	font-family: verdana;	

}
.inputfield {
	display: block; 
	font-size: 12px;
	width: 390px; 
	text-align:left;
	border: 1px solid #58bec6;		
	padding: 3px;
	height: 14px;
	font-family: verdana;
	float: left;
	margin: 1px 0 2px 0;
}
.inputpane {
	display: block;
	width: 408px; 
}
.labelf {
	display: block; 
	font-size: 12px; 
	width: 102px; 
	height: 22px; 
	text-align:left;	
	font-family: verdana;	
	padding-top: 4px;
}
.labelpane {
	display: block;
	width: 102px; 
	height: 21px;
}
.labelstring2 {
	display: block; 
	font-size: 10px;
	font-weight: bold; 
	width: 510px; 
	height: 16px; 
	text-align:left;	
	font-family: verdana;	
}
.labelstring3 {
	display: block; 
	font-size: 10px;
	width: 510px; 
	height: 22px; 
	text-align:left;	
	font-family: verdana;	
}
.freetext {
	display: block; 
	font-size: 9px;
	width: 498px; 
	height: 38px; 
	text-align:left;
	font-family: verdana;		
}
.tbutton {
	display: block;
	width: 117px; 
	font-family: verdana;
	color: white;
	font-size: 11px;
	font-weight: bold;
	background: url( "/Global/Bilder/internet/ButtonPassiv.png" ) repeat-x;
	border: none;
	padding: 4px 0 6px 0;
}

.tbutton:hover {
	background: url( "/Global/Bilder/internet/ButtonAktiv.png" ) repeat-x;
}

.tbuttonpanel {
	display: block;
	width: 278px; 
	height: 25px;
}
.tcolumn {
	display: block;
	height: 1px;
	width: 102px;
}
.error {
	color: #FF0000;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.displaynone {
	display: none;
}