/* reset browser styles */
/* * {
	margin: 0;
	padding: 0;
}
*/
html,body,p,ol,ul,li,pre,code,address,variable,form,fieldset,blockquote
	{
	font-size: 100%;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	background-color: #ffffff;
	cursor: default;
	/*overflow-y: scroll;*/
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 { /* color: #142E56; */
	font-size: 18px;
	font-weight: bold;
}
/* wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	min-width: 1280px;
	min-height: 100%;
	height: auto !important; /*Mozilla IE*/
	height: 100%;
}

.separator {
	height: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	padding-top: 1px; /*prevent collapsing margins */
	padding-bottom: 1px; /*prevent collapsing margins */
}

#header-body {
	margin: 12px 30px 10px 20px;
}

#header-right-pic {
	float: right;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	padding-right: 25px;
}

#menu .menuItems {
	font-size: smaller;
	margin: 0;
	padding: 4px 0 0;
}

#regular-menu {
	height: 20px;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 10px 25px 30px 25px;
}

#content-error {
	padding-top: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer { /* background-color: #7091B3; */
	/* background: #7091B3; */
	min-width: 1280px;
	margin: -22px auto 0;
	height: 20px;
}

#footer p {
	font-size: smaller;
	margin: 0;
	padding: 4px 0 0;
	text-align: center;
}

#regular-footer {
	padding: 0 25px;
}

#login-footer {
	
}

/* Login 
-----------------------------------------------------------------------------*/
#login-panel {
	width: 350px;
}

#login-sys-mess-area {
	padding-top: 50px;	
}

/* Areas
-----------------------------------------------------------------------------*/
#login-area {
	padding-top: 80px;
}

#pwrecovery-area {
	padding-top: 80px;
}

.formArea {	
}

/* Panels
-----------------------------------------------------------------------------*/
.panel { /*border: medium none;*/
	overflow: hidden;
}

.linkPanel {
	width: 800px;
	margin-left: 100px;
}

.panelBody {
	
}

/* Places
-----------------------------------------------------------------------------*/
.linePlace {
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 5px; /*prevent right overflow for input*/
}

.linePlaceNoMargin {
	padding-right: 5px; /*prevent right overflow for input*/
}

.elementPlace {
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 5px; /*prevent right overflow for input*/
}

.buttonPlace {
	width: 90px;
	margin-left: 1px;
	margin-right: 1px;
}

.inputPlace {
	margin-right: 10px;
}

.outputPlace {
	width: 90px;
	margin-left: 1px;
	margin-right: 1px;
}

/* Structures
-----------------------------------------------------------------------------*/
.controlStruct { /*min-width: 100px;*/
	height: 45px;
}

.inputControlStruct { /*min-width: 1000px;*/
	height: 50px;
}

.controlStruct .buttonPlace {
	float: left;
}

.inputControlStruct .inputPlace {
	float: left;
}

.inputControlStruct .buttonPlace {
	float: left;
}
/**/
.outputInputStruct {
	min-width: 100px;
	height: 25px;
	overflow: hidden; /*to prevent -_during zoom -in -out */
}

/* .outputInputStruct .outputPlace {
	text-align: right;
	float: left;
	line-height: 25px;
	vertical-align: bottom;
}
 */
.outputInputStruct .inputPlace {
	float: left;
	width: 150px;
}

/* Spaces
-----------------------------------------------------------------------------*/
.controlSpaceOnRight {
	float: right;
}

.fakeSpace {
	width: 50px;
}

/* Buttons
-----------------------------------------------------------------------------*/
button {
	width: 100%;
}

/* Links
-----------------------------------------------------------------------------*/
#pwrecovery-link { /* 	display: inline-block;
	*/
	white-space: nowrap;
}

#menu .menuItems .normalLink {
	margin-left: 10px;
}

.normalLink {
	color: #2233FF;
	text-decoration: underline;
}

.boldLink {
	font-weight: bold;
	text-decoration: none;
}

.boldLink:hover {
	text-decoration: underline;
}

/* Text areas
-----------------------------------------------------------------------------*/
.notizArea {
	height: 100px;
}

textarea.textArea {
	background-color: #FFFFE6;
	overflow-y: auto;
	background-color: #FFFFE6;
	background-color: #FFFFE6;
	border: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

textarea.sysMessages {
	height: 150px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

select { /* width: 100%; */
	border: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

/* Labels
-----------------------------------------------------------------------------*/
/* .labelText {
	color: #000080;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
} */
.label {
	font-weight: bold;
}

/* Errors
-----------------------------------------------------------------------------*/
.error {
	border-width: 1px;
	border-style: solid;
	border-color: #FF3333;
	padding: 1em;
	text-align: justify;
	background-color: #FFECEC;
}

.meldung {
	color: green;
	height: 40px;
}

/* Others
-----------------------------------------------------------------------------*/
#content .mandatory {
	background-color: #ffffc0;
}

.fileUpload {
	height: 29px;
}

.money {
	text-align: right;
}

.percent {
	text-align: right;
}

.nkv {
	text-align: right;
}

.laenge {
	text-align: right;
}

.number {
	text-align: right;
}

.shortField {
	text-align: center;
}

.date {
	
}

/* CSS2 selector */
#wrapper input[disabled],#wrapper select[disabled] { /*color: #999999;*/
	background-color: #f0f0f0;
}

.hint .ui-messages ul {
    list-style-type: none;
    margin: 0 ;
    padding: 0;
}


/* .hint {
	background-color: #FFFFE0;
	border: 1px solid green;
	padding: 1em;
	text-align: justify;
} */

/* input,textarea {
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	border: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	background-color: #ffffff;
} */