/*
CSS von Matthias Ribeaucourt 
[ eritropel : marketing & design ]
Fischmarkt 19 / 22767 Hamburg - Altona
zuletzt geaendert am 16. Juni 2005
*/

body {
	background-color: #ffffff;
	font-family: georgia,times,serif;
	font-size: small;
	color: #0F2C5E;
	margin: 180px 0 0 0;
	padding: 0;
}
h2 {
	margin: 1em 50px 0.5em 270px;
	font-size: 110%;
}
p {
	max-width: 35em;
	color: #333333;
	margin: 0.8em 50px 0 270px;
	width: auto !important;
 /* folgende Zeile nur fuer IE 6 */
	width: 34em;
}
li {
	max-width: 30em;
	color: #333333;
	margin: 0.4em 50px 0 260px;
	width: auto !important;
 /* folgende Zeile nur fuer IE 6 */
	width: 30em;
}
a {
	color: #FF6633;
}
a:hover {
	color: #CA0200;
}
/*
----------seitenkopf ------------------*/
#kopf {
	z-index: 4;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	line-height: 150%;
	padding: 20px 0 14px 0;
	margin: 0px 50px 0px 50px;
	letter-spacing: 1px;
	border-bottom: 1px solid #345678;
	background-color: #EFF4F8;
 	position: fixed !important;
	width: auto !important;
/* folgende Zeilen nur fuer IE 6 */
	width: 90%;
	position: absolute;
}
#kopf span {
	color: #666666;
}
#kopf span a {
	color: #FF6633;
	text-decoration: none;
}
#first {
	z-index: 3;
	top: 128px;
	left: 0px;
	right: 0px;
	font-size: 180%;
	margin: 0 50px 20px 50px;
	padding: 0 50px 5px 220px;
	text-align: left;
	position: fixed !important;
 	width: auto !important;
/* folgende Zeilen nur fuer IE 6 */
	width: 90%;
	position: absolute;
}
#weiss {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 155px;
	color: #ffffff;
	margin: 0 50px;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	text-align: center;
	position: fixed !important;
 	width: auto !important;
/* folgende Zeilen nur fuer IE 6 */
	width: 90%;
	position: absolute;
}
/*
--------- navigation -----------------*/
#navi {
	z-index: 6;
	top: 160px;
	left: 50px;
	margin: 0;
	padding: 0;
	width: 15em;
	position: fixed !important;
 /* folgende Zeile nur fuer IE 6 */
	position: absolute;
}
#navi a {
	display: block;
	background-color: #EFF4F8;
	border-top: 1px #ffffff solid;
	line-height: 100%;
	text-decoration: none;
	color: #CA0200;
	padding: 6px 8px 6px 8px;
}
#navi a:hover {
	background-color: #FFECAD;
}
#index a#jh_index, #profil a#jh_profil, #datenbanken a#jh_datenbanken, #programmierung a#jh_programmierung, #projektkoordination a#jh_projektkoordination, #ref a#jh_ref, #imp a#jh_imp, #kontakt a#jh_kontakt {
	cursor: default;
	color: #000000!important;
	background-color: #E4EBF0 !important;
	text-decoration: none !important;	
}
/*
------------- Fusszeile ------------*/
#fuss {
	border-top: 1px #cccccc solid;
	margin: 50px 60px 30px 270px;
	padding-top: 6px
}
#fuss a {
	line-height: 100%;
	text-decoration: none;
	color: #CA0200;
	padding-right: 20px;
}
/*
-------------- Formular --------------*/
#formular {
	margin: 0.5em 50px 0 270px;
	width: 365px;
}
#pflicht, #optional {
	border: 1px #cccccc solid;
	padding: 10px;
	margin: 0 0 8px 0;
	width: 365px;
}
#pflicht textarea, #pflicht input {
	width: 350px;
	padding: 0;
	margin: 0 0 1em 0;
	background-color: #EFF4F8;
}
#optional {
	text-align: right;
}
#optional input {
	width: 250px;
	margin: 0 30px 0.5em 0;
	vertical-align: middle;
}
/*
----------- Bilder ------------*/
img {
	margin: 4px 14px 4px 0;
	border-width: 0;
}
