/* --- Formatierung fuer Immofux-Portal --- */

body	{
	background: #FFFFFF;
	}

body,td,input,textarea {
       font-family: Verdana, tahoma, Arial, sans-serif;
       font-size: 11px;
       color: #606060;
	}

#overlay {
	/*width: 100%;*/
	}

/* --- Login --- */
#loginover {
	width: 1000px;
       height: 574px;
       border: 2px solid #E0E0E0;
	}

#loginoben {
	width: 1000px;
       height: 147px;
       background-image: url(../images/login/login01.jpg);
	}

#loginmitte {
	width: 1000px;
       height: 294px;
       background-image: url(../images/login/login02.jpg);
	}

#loginunten {
	width: 1000px;
       height: 133px;
       background-image: url(../images/login/login03.jpg);
	}

#loginleft {
       width: 775px;
       background: transparent;
       float: left;
	}

#loginrite {
       width: 220px;
       background: transparent;
       font-size: 11px;
       color: #333;
       float: right;
       text-align: left;
	}

input.loginp {
	font-size: 11px;
       color: #333;
       width: 120px;
       height: 16px;
       background: #F2F2F2;
       border: 1px solid #A0A0A0;
	}
/* --- Login Ende --- */



/* allgemein */
input.but {
       font-size: 11px;
       color: #333;
       width: 75px;
       height: 20px;
       background-image: url(../images/button.gif);
       border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-right: 2px solid #A0A0A0;
	border-bottom: 2px solid #A0A0A0;
	cursor: pointer;
	}

input.inple, input.inpce {
       border: 1px solid #A0A0A0;
	color: #000;
	font-size: 11px;
	height: 18px;
	}

input.inple { text-align: left; }
input.inpce { text-align: center; }

.le	{ text-align: left; }
.ri	{ text-align: right; }
.ce	{ text-align: center; }
.ju	{ text-align: justify; }

.trbg0 { background: #FFFFFF; }
.trbg1 { background: #FFFFA0; }

table.cpnew {
	background: #FFFFA0;
	}

table.cpnew td {
	color: #303030;
	}

.info  {
	text-align: left;
	color: #002080;
	}

/* --- mini windows --- */
#tempover .mini 	{
	position: relative;
	z-index: 0;
	}

#tempover .mini:hover {
	z-index: 99;
	}

#tempover .mini span{
	position: absolute;
       left: 0px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #E0E0E0;
	visibility: hidden;
	}

#tempover .mini:hover span{
	visibility: visible;
	top: 0;
	left: 10px;
	}

#tempover a.mini:link, #tempover a.mini:visited {
	color: #808080;
	text-decoration: underline;
	}

#tempover a.mini:hover, #tempover a.mini:active {
	color: #303030;
	}

.tipp	{
	color: #802000;
	}

.nodom {
	background-image:url(../images/nodom.gif);
	background-repeat: no-repeat;
	}

sup	{
	font-size: 8px;
	}

.ruler	{
	border: 1px dashed #CCC;
	}