@media screen, projection {
body {
	background-image: url("bilder/hg_body.gif");
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #0068B5;
}
*html body{
	 font-size: x-small;  /* fuer IE5 */
	 f/ont-size: small; /* fuer andere IE versionen */
	 }
#navi { background-image: url(bilder/hg_navi.jpg);  width: 233px; left: 0; top: 142px; position: absolute; visibility: visible; }
#oben { height: 142px; width: 1020px; left: 0; top: 0; position: absolute; visibility: visible; }
#text {
	background-image: url(bilder/hg_text.jpg);
	width: 447px;
	left: 233px;
	top: 142px;
	position: absolute;
	visibility: visible;
	}
#bilder{ top: 142px; left: 680px; position: absolute; visibility: visible; }
#foto {
	background-image: url(bilder/hg_text.jpg);
	width: 700px;
	left: 233px;
	top: 142px;
	position: absolute;
	visibility: visible;
	
}
code, p {
	color: #0068B5;
	margin-left : 10px;
	font-size : 1em;
}
H1 {
	font-size : 14pt;
	margin-left: 10px;
	font-weight : bold;
}

H2 {
	font-size : 11pt;
	margin-left: 10px;
}
H2 {
	font-size : 10pt;
	margin-left: 10px;
}
td {
	font-size: xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link { color: #0068B5;}

a:visited {
	color: #FF6600;
	text-decoration : none;
}

a:hover {
	color: #FF6600;
}

a:active {color: #0068B5; }
.input {
	border : 1px dotted #F3930C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : #F3930C;
}
.mainCenter {
	height:100%;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

/* title frame */

.titleContent { padding: 6px 0 6px 6px; color:#FF9900;}

.banner
{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}
.banner .info a { color: #FF6600; }
.banner .email{
	font-weight:bold;
}

/* file info */

#imageInfo{
	width: 225px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
	height : 350px;
}

.content {
	font-size:11px;
	color: #FF9900;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #FF9900;
}

.contentLast {
	font-size:11px;
	color: #FF9900;
	padding-top:6px;
}
}
@media print { 
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#navi, #oben { display: none; }
 }

