@charset "utf-8";

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;/*Tooltip-Configs mit anpassen! */
	font-size:12px;
	/*margin-right:2px;/*def=8*/
	margin:0px 0px 0px 0px;
}
a {
	text-decoration:none;	
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

.red {
	color:#e22523;
}
.otype0 {
	color:#00FF12; /* biete */
}
.otype1 {
	color: #0dbef1;/* suche */
}
.otype2 {
	color: #ff9600; /* tausche */
}

#pagecenter > * {
	width:990px;
	text-align:left;
}

div#jsmsg {
}

.hint {
	border:#e22523 solid;
	padding:0.2em;
	margin:2px;
}

.hint > p {
	font-weight:bold;
}



td { vertical-align:top; }

.tipdiv {
	display:none;
}

.linkgray {
	color:#777;	
	text-decoration:none;
}

.linkwhite {
	color:#fff;
	text-decoration:none;
}

.framedimg {
	background:#F0F0F0;
	border:#D0D0D0 1px solid;
	padding:2px;
}

input[type="text"].large,
input[type="password"].large {
	border:0px;
	/*border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;*/
	height:16px; /* +1px Padding oben +3px padding unten*/
	font-size:x-small;
	position:relative;
	padding-top:3px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:2px;
	background-image:url(/img/an_eingabefeld.png);
}

input[type="text"].small,
input[type="password"].small
 {
 	border:none;
	background:url(/img/eingabefeld125.png);
	width:121px;
	height:15px;
	margin-bottom:4px;
	font-size:x-small;
	padding-top:3px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:2px;
}

select.small {

 	border:none;
	background:url(/img/eingabefeld125.png);
	width:121px;
	height:18px;
	margin-bottom:4px;
	font-size:x-small;
	padding-top:3px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:2px;


}






