
/*
 * Formular Design
 */


/* 1 Spalten Design */
div.formrow	{
	width:100%;
	padding-bottom: 2em;
}

.formrow > table > tbody > tr > td {
	padding: 0;
}

/* 2 Spalten Design */
div.formgroup	{
	width:100%;
	padding-bottom: 2em;
}

div.columnleft, div.columnLeft	{
	width: 49%;
	margin-bottom: 1.5em;
}

div.columnright, div.columnRight	{
	width: 49%;
	float: right;
	margin-bottom: 1.5em;
}


/* 3 Spalten Design */
div.formgroup3	{
	width:100%;
	padding-bottom: 2em;
}

div.columnright3, div.columnleft3, div.columnmiddle3	{
	width: 31%;
	float: left;
	margin-bottom: 1.5em;
}

div.columnleft3, div.columnmiddle3	{
	margin-right: 3.5%;
}

div.clear	{
	clear: both;
}

.tableform	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.tableform {
	width: 100%;
	border-collapse: collapse;
}

.loginform td.label {
	padding: 0.6ex;
}

td.tableform {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*
 * highlight mouse position
 *
.columnleft tr:hover td,
.columnright tr:hover td,
.columnleft3 tr:hover td,
.columnright3 tr:hover td,
.columnmiddle3 tr:hover td {
	background-color: #BBB;
}
*/

textarea.tableform, input.tableform {
/* 	background-color: #DDDDDD; */
	border: 0 none;
	font-size: 17px;
	margin: 0;
	padding: 2px 2px 2px 8px;
	font-family:Arial,Helvetica,Verdana;
}


input.tableform {
	/* width: 90%; */
	width: 100%;
	
	background-color: #ddd;
}

textarea.tableform {
	width: 100%;
	/* height: 10em; */
	height: 100%;
	/* margin-bottom: 5px; */
	
	background-color: #ddd;
	resize: none;
}

input.tableform:focus, textarea.tableform:focus {
	-moz-box-shadow: 0px 4px 5px #555555;
	-webkit-box-shadow: 0px 4px 5px #555555;
	box-shadow: 0px 4px 5px #555555;
}

.formrow input.tableform, .formrow textarea.tableform {
	/* width: 96%; */
	width: 100%;
}

textarea.textarea {
	/* width: 96% */
	width: 100%;
}

textarea.info {
	width: 100%;
	color: #333333;
    font-family: Arial,Helvetica,Verdana;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
}

div.textarea {
	height: 100%;
	overflow: auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

img.tableform {
	margin: 0;
	padding: 0;
	padding-left: 6px;
	position: relative;
	top: 1px;
}

.label {
	vertical-align: top;
	padding: 0.6ex 0;
}

.inputerror {
	border: 1px solid red !important;
}

.table50 .checksRegex {
    display: block;
    float: left;
    margin-right: 2em;
    width: 170px;
}

.table50 {
	/*width: 75%;*/
	/* left: 0; */
	/* right: 0; */
	/* vertical-align: top; */
	padding: 3px 5px;
	height: 35px;
}

.formrow .table50 div.tableformdropdown, .formrow .table25 div.tableformdropdown {
	/*background-color: #B0B0B0;*/
	/*padding: 2px;*/
	margin: 0;
	/*width: 96%;*/
	
	position: relative;
	
	height: 20px;
	margin-bottom: 10px;
}


.table50 div.tableformdropdown, .table25 div.tableformdropdown {
	/*background-color: #B0B0B0;*/
	/*padding: 2px;*/
	margin: 0;
	width: 100%;
	
	position: relative;
}

.formrow .table50 div.tableform, .formrow .singleColumn div.tableform {
	width: 100%;
}

.table50 div.tableform, .table25 div.tableform, .singleColumn div.tableform, .twoColumn div.tableform {
	background-color: #B0B0B0;
	padding: 2px 2px 2px 8px;
	margin: 0;
	width: 100%;
}

.table50 div.textarea, .table25 div.textarea, .singleColumn div.textarea, .twoColumn div.textarea {
	background-color: #B0B0B0;
	padding: 2px 2px 2px 8px;
	margin: 0;
	width: 100%;
}

.table50label, div.formrow tr.singleColumn td.label, div.formgroup tr.twoColumn td.label {
	/*width: 25%;*/
	width: 200px;
	padding: 5px;
	height: 25px;
	/* vertical-align: top; */
}

table.table tr th.button	{
	width: 22px;
}

table.table tr th.checkbox	{
	width: 10px;
}

.table25 {
	width: 30%;
}

.table25label {
	width: 200px;
	padding: 0.6ex 0;
}

.contentwidth {
	position: relative;
	height: 25px;
	margin: 5px 0;
}

.textareaheight	{
	height: 200px;
	margin-bottom: 10px;
}

.contentwidth > .textareaheight	{
	height: 100%;
}

.contentfield	{
	 position: absolute; 
	 right: 43px;
	 left: 0px;
	 	 
	 border-radius: 5px;
}
.imagefield {
	padding-right: 43px;
	text-align: center;
}

.tableform > .AjaxEditableImage img {
	max-height: 300px;
	max-width: 100%;
}

.readonly	{
	background-color: #B0B0B0;
}

.write	{
	background-color: #DDDDDD;
}

/* Header */
div.containerHead {
	width: 100%;
	margin-bottom: 0.5em;
}

.containerHead div.headLine {
	color: #222222;
	background-color:#fff;
	display:inline-block;
	margin-left:2em;
	padding:0 1em;
	position:relative;
	z-index:101;
	font-weight:bold;
}

.containerHead div.Line {
	border-bottom:2px solid #666666;
	display:block;
	height:0;
	position:relative;
	top:-10px;
	width:100%;
	z-index:100;
}

div.print {
	display: none;
}

@media print {
	input.tableform, div.tableform, span.dropdowntext, div.selected {
		border-bottom: 1px solid #000000;
	}

	div.tableformdropdown div.tableform {
		border: none;
	}

	textarea.tableform, div.textarea {
		height: auto;
	}
	
	textarea.tableform, input.tableform {
		font-size: 12px;
	}
	
	textarea.tableform, div.textarea {
		border: 1px solid #000000;
		overflow: visible;
	}
	
	textarea.tableform, select.styled {
		display: none;
	}
	
	div.print {
		display: block;
	}
	
	.table25label {
		width: 150px;
	}
	
	.table50label {
		width: 150px;
	}
	
	.containerHead div.Line {
		top: 0px;
	}
	
/*	.textareaheight	{
		height: auto;
	}
	
	.contentwidth	{
		height: auto;
	}*/
	
/* 	.contentfield	{
		position: relative;
	} */
	
	.contentwidth > .textareaheight	{
		position: relative;
	}
	
	.contentwidth.textareaheight {
		height: auto;
		margin-right: 43px;
	}
	
	.select	{
		position: relative;
	}
}