html {
	padding:0;
	height: 100%;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	min-width: 40em;
	background: #cccccc url(img/jfhg2.gif) no-repeat fixed;
}

body, p, h1, h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height:16px;
	font-weight:normal;
}

ul ul {
	margin-top:6px;
	margin-bottom: 6px;
}

ul {
	list-style-type:disc;
	font-weight: bold;
}

ul ul {
	list-style-type:circle;
	font-weight:normal;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.pic, .mcol {
	display:block;
	float:right;
	margin:0 0 12px 24px;
	/* border: 1px solid #666; */
}

.mcol {
	width:160px;
}

.mcol, .mocol p {
	font-size: 10px;
	line-height: 12px;
}

a {
	color: #036;
	text-decoration: none;
}

a:hover  {
	color: #000;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

h2 {
	font-weight: bold;
	margin-top: 32px;
	padding-top: 12px;
	margin-bottom:4px;
	border-top: 1px solid #666;
}


#header {
	position:absolute;
	top:0px;
	right:30px;
	width:580px;
	height:120px;
	background-color:#ccc;
	z-index: 999;
}

html>body #header {  /* nur fuer moderne Browser! */
	position: fixed;
}

.logo {
	padding-top:28px;
	float:right;
}

.navi1 {
	margin-top:32px;
	float:left;

	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;

}

.navi2 {
	border-top: 1px solid #036;
	padding-top: 4px;
	clear:both;
}

#wrapper {
	position:absolute;
	width: 580px;
	right:30px;
	background-color: #ccc;	
	/* min-height hack */
	min-height:100%;
	height:auto !important;
	height:100%;
}

#cbgrnd {
	position:relative;
}


#content {
}

#content p {
	margin-bottom:6px;
}

#footer {
	position:absolute;
	width: 580px;
	height:50px;
	bottom:0px;
}

.row {
	margin: 0 10px 0 16px;
}

#footer .row {
	text-align:right;
}

#footer .row div {
	border-top: 1px solid #036;
	padding-top: 4px;
	font-size:10px;
}
