/* Dialog definitions */

body {
   margin-top:10;
   margin-bottom:10;
   margin-right:10;
   margin-left:10;
   background-color:#FFF9E2 }

p,div,td,th,i {
   font-size:8pt;
   font-family:Tahoma,Verdana,sans-serif,Arial,Helvetica }

a:link {
   color:#04438A;
   font-weight:bold;
   text-decoration:none }

a:visited {
   color:#04438A;
   font-weight:bold;
   text-decoration:none }

a:active {
   color:#EEB900;
   font-weight:bold;
   text-decoration:underline }

a:hover {
   color:#EEB900;
   font-weight:bold;
   text-decoration:underline }

/* Wichtige Angaben */
.darkbold {
   font-size:8pt;
   font-weight:bold;
   color:#04438A }

/* Normale Angaben */
.darknorm {
   font-size:8pt;
   font-weight:normal;
   color:#04438A }

/* Unwichtige Angaben */
.litebold {
   font-size:8pt;
   font-weight:bold;
   color:#89A0B5 }

/* Willkommen */
.yellbold {
   font-size:8pt;
   font-weight:normal;
   color:#EEB900 }

/* Suchfunktion */
.textblue {
   font-size:8pt;
   font-weight:bold;
   color:#89A0B5 }

.searchinput {
	font-family: Verdana, Geneva, Arial, Helvetica, Helv;
  font-size: 10px;
	border-bottom: 1px #EEB900 solid;
  border-top: 1px #EEB900 solid;
  border-left: 1px #EEB900 solid;
  border-right: 1px #EEB900 solid;
	padding-top: 2px;
	height:18px;
	width:98px;
	background-color: #ffffff;
}

   
/* Alle Angebote Benennung */
.listhead {
	font-size:8pt;
	font-weight:bold;
	color:#04438A;
	background:#EEB900
}
	a:link.listhead {
		color: #04438A; 
		text-decoration: none;
	}
	a:visited.listhead { 
		color: #04438A;
		text-decoration: none;
	}
	a:hover.listhead {
		color: #04438A; 
		text-decoration: underline;
	}
	a:active.listhead {
	 color: #04438A;
	 text-decoration: none;
	}
   

/* Alle Angebote erste Spalte */
.listnumb {
   font-size:8pt;
   font-weight:bold;
   color:#04438A;
   background:#FFFFFF }

/* Alle Angebote normale Angaben */
.listnorm {
   font-size:8pt;
   font-weight:normal;
   color:#04438A;
   background:#E2E2E2 }

