
/*  Stylesheet fuer www.udi-consulting.ch  */
/*  21.4.2005                              */

body {
	background-image:  url(../bibliothek/bilder/hg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	}

/* ---------------------------------------------------------------- */
/* Layers, bzw. Boxen */

#laybild {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 400px;
	width: 677px;
	z-index:1; 
	}

#layrubrik {
	position: absolute;
	left: 110px;
	top: 10px;
	height: 36px;
	width: 600px;
	z-index:99; 
	}
	
#layinhalt {
	position: absolute;
	left: 110px;
	top: 62px;
	width: 400px;
	z-index:99;
	}
	
#laynavi {
	position: absolute;
	left: 540px;
	top: 62px;
	width: 150px;
	z-index:99;
	}
	
#layudi {
	position: absolute;
	left: 690px;
	top: 390px;
	width: 200px;
	z-index:99;
	}
	
#layvalid {
	position: absolute;
	left: 110px;
	bottom: 20px;
	width: 140px;
	z-index:90;
	}
		
/* ---------------------------------------------------------------- */
/* Navigation */

.navi {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
	}
	
a.navi {
	color: #FFCC99;
	padding: 0;
	}
	
a.navi:hover {
	color: #FFFFFF; 
	padding: 0;
	}

/* ---------------------------------------------------------------- */
/* Textformatierung (Rubriktitel, Grundtext ...) */

.gttab {
	color: #333333; 
	font-size: 11px;
	line-height: 18px;
	}

a.mail {
	color: #333333; 
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
	}
	
a.mail:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.anfang {
	color: #FF0000;
	text-decoration: underline;
}
	
.titel {
	text-decoration: none;
	font-weight: bold;
}

.rubrik {
	color: #000000; 
	}

.udi, a.udi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999; 
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	}

a.udi:hover {
	color: #FF0000; 
	}


/* ---------------------------------------------------------------- */
/* Formular */

input, textarea {
	border-width:1px;
	border-style:solid;
	border-color:#DAE2E5;
	padding: 2px;
	}
.feld {
	width: 250px;
	background-color: #C2B7DD;
	}
.submit, .reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	width: 75px;
	border-width:1px;
	border-style:solid;
	border-color:#DAE2E5;
	background-color: #FFFFFF;
	}
.submit:hover, .reset:hover {
	background-color: #DAE2E5;
}	
