/* Stylesheet für Project Pan */

/* Allgemeine Tags */
body {
	background-color: #032742;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
html, body { 
    top:0; 
	left:0; 
	height: 100%;
    margin:0;
    padding:0;
}
img {
	border: none;
}
/* Seitenaufteilung für neuere Browser */
#menu {
	display: block;
	position: relative;
	top: -125px;
	left: 0px;
	width: 260px;
	margin: 0;
	padding: 0;
	z-index: 40;
	float:left;
}
#pageheader {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 220px;
	background-image: url(ppan_main_FILES/logo_pp.jpg);
	background-repeat: no-repeat;
	background-position: 56px top;
	background-color: #032742;
	z-index: 20;
}
#pagetitle {
	position: absolute;
	left: 340px;
	top: 115px;
	z-index: 25;
}
#pagebanner {
	position: absolute;
	left: 340px;
	top: 134px;
	z-index: 21;
}
#content_outer {
	width: 800px;
}
#content {
	margin: 0;
	padding: 0px 0 10px 340px;
	z-index: 10;
}
#pagefooter {
	position: relative;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 800px;
	background-color: #032742;
	z-index: 20;
}
#footer {
	padding: 5px;
	color: #3F7298;
	font-size: 10px;
	text-align: right;
}


/* KLassen */
.screen {
	display: block;
}
.print {
	display: none;
}
