.disabled {
 	opacity: 0.4;
 }


p {
  /*font-size:0.875em;*/
  margin:0 0 0.625em 0;
  padding:0;
}

a {
  color:#000000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
  cursor: pointer;
}

a img {
  border:0px;
}

.clearer {
  clear:both;
}

.clearer30 {
  clear:both;
  height:30px;
}

.Uppercase {
  text-transform:uppercase;
}

a.link_arrow_b {
  padding:0 0px 0 15px;
  background: url('/assets/pics/icons/link_arrow_b.gif') 0 center no-repeat;
  font:bold italic 11px/13px Times, Times new Roman;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
}

.block_letters {
  padding:0 0px 0 15px;
  font:bold italic 11px/13px Times, Times new Roman;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
}

.right {
  position:absolute;
  right:0px;
}

.left {
  float:left;
}

h4.sifr a, h5.sifr a, h6.sifr a  {
  color:#ffffff;
}

h2 {
  font:normal 14px/16px Times, Times new Roman;
  text-transform:uppercase;
  letter-spacing:1px;
}

h3 {
  font: italic 13px/16px Times, Times new Roman;
  text-transform:uppercase;
}

h4 {
  font: italic 13px/16px Times, Times new Roman;
}

h5 {
  font: normal 11px/13px Times, Times new Roman;
  text-transform:uppercase;
  display:inline;
}

h6 {
  font: italic 13px/16px Times, Times new Roman;
  display:inline;
}



/*** modal message box */
.userMessageBox {
	display: block;
	background-color: green;
	color: white;
	right: 0px;
	padding: 1em;
	position: absolute;
	margin-right: 1em;
	opacity: .1;
}

.loading {
	background-color: red;
	color: white;
	top: 20px;
	right: 20px;
	position: absolute;
	padding: 0.2em;
	opacity: 0;
}



/*
* login
*/
.inputLoginButton {
	width:0px;
	height:0px;
	border:none;
}

.loginForm div {
	height: 30px;
	width: 250px;
	position: relative;
}

.loginForm div label {
	position: absolute;
	left: 0;
	font-style: italic;
	line-height: 24px;
	margin-left: 16px;
}

.loginForm div input {
	position: absolute;
	right: 0;
}





.loginLabel {
	margin:5px 3px 0px 5px;
    width:55px;
    height:18px;
    line-height:18px;
    display:block;
    float:left;
    font-family: Times, Times New Roman, serif;
    font-style: italic; 
    font-size: 16px;
}


#loginFormContent input {
 font-family: Times, Times New Roman;
 font-size: 14px;
}

/*
div centerV (width,height)
  div centerH
    <block element is centered>
*/

/* für dieses element muss width und height her*/
.centerV {
 display: table-cell;
 vertical-align: middle;
}


.centerH * {
 display: block;
 margin-left: auto;
 margin-right: auto;
}



#registrationFormComponent h1, div#loginFormContent h1,  h1.registration {
	font-family: inherit;
	font-size: 25pt;
	margin-top: 10px;
	margin-left: 2px;
	font-weight: inherit;
}


