/* 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: fixed;
	top: 95px;
	left: 0px;
	width: 260px;
	margin: 0;
	padding: 0;
	z-index: 40;
}
#pageheader {
	position: fixed;
	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: 220px 0 30px 340px;
	z-index: 10;
}
#pagefooter {
	position: fixed;
	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;
}

/* Seitenaufteilung für IExplorer */
* html, * html body {
    overflow: hidden;
    height: 100%;
}
* html #pageheader, * html #pagefooter {
    position: absolute;
}
* html #menu {
    position: absolute;
}
* html #footer {
    position: static;
}
* html #content_container {
	height: 100%; 
	width: 100%; 
	overflow: auto;
}
* html #content {
    position: static;
}

/* KLassen */
.screen {
	display: block;
}
.print {
	display: none;
}