/* PP WEBSITE TEMPLATE CMS */
/* (c) 2008 ph.schellworth www.schellworth.de  */



html {
	height:100%;
}

body {
	margin:0pt;
	padding:0pt;
}

#page_bg {
	background: white none repeat scroll 0;
	height:100%;
}


/* Position Stuff */

#logo{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0;
	width: 227px;
	height: 88px;
	position: absolute; top: 25px; left: 11px;
	z-index: 40;
}

#flash{
	z-index: 50;
}

#top{
	border: 0px solid black;
	background: #70b7df url(Bilder/flash_back.png)  no-repeat;
	margin:0;
	padding:0;
	min-width:900px;
	height:120px;
	position: absolute; top: 0px; left: 0px; right: 0px;
}

#border{
	border: 0px solid black;
	background: #cccccc;
	margin:0;
	padding:0;
	min-width:900px;
	height:10px;
	position: absolute; top: 123px; left: 0px; right: 0px;
}

#nav{
	border: 0px solid black;
	background: transparent;
	margin:0;
	padding:0;
	width: 215px;
	height: 500px;
	position: absolute; top: 175px; left: 45px;
}

#content{
	border: 0px solid black;
	background: white;
	margin:0;
	padding:0;
	position: absolute; top: 175px; left: 260px; right: 0px;
}

#load{
	background: white;
}

#home{
	background: white url(Bilder/home_back.png)  no-repeat;
}