/* CSS Document */

#center {
	position: relative;
	width: 800px;
	top: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #CC0000;*/
}

#header {
	width: 800px;
	height: 123px;
	/*background-color: #99CC00;*/
}
	#headerpic {
		position: absolute;
		width: 531px;
		height: 88px;
		background-image: url(/pictures/basic/pt_balken_oben.jpg);
	}
	#logo {
		position: absolute;
		width: 269px;
		height: 150px;
		top: 0px;
		left: 531px;
		background-image: url(/pictures/basic/pt_blind_logo.jpg);
		background-repeat: no-repeat;
		z-index: 101;
	}
	#navbckgrd {
		position: absolute;
		width: 800px;
		height: 30px;
		top: 88px;
		left: 0px;
		border-top: 5px solid #FFFFFF;
		background-color: #00519E;
		z-index: 100;
	}
	#nav {
		position: absolute;
		width: 800px;
		height: 15px;
		top: 93px;
		left: 0px;
		z-index: 102;
	}
#main {
	position: relative;
	width: 800px;
	border-top: 5px solid #FFFFFF;
	background-image: url(/pictures/basic/pt_content_hg_2.jpg);
	background-repeat: no-repeat;
	/*background-color: #FFFF99;*/
}
	#content1 {
		position: relative;
		width: 493px;
		top: 40px;
		left: 40px;
		float: left;
		padding: 0px 0px 0px 0px;
		/*background-color: #FF3333;*/
	}
	#content2 {
		position: relative;
		width: 270px;
		top: 40px;
		float: right;
		/*background-color: #FFCC00;*/
	}
		#content2top {
			clear: both;
			position: relative;
			width: 225px;
			left: 30px;
			/*background-color: #669966;*/
		}
		#content2bottom {
			position: relative;
			width: 225px;
			left: 30px;
			padding: 0px 0px 0px 0px;
			/*background-color: #CC0000;*/
		}
#footer {
	clear: both;
	width: 800px;
	height: 30px;
	border-top: 5px solid #FFFFFF;
	background-color: #00519E;
}
	#footerleft {
		position: relative;
		width: 200px;
		float: left;
		top: 8px;
		left: 42px;
		/*background-color: #FF3333;*/
	}
	#footercenter {
		position: relative;
		width: 200px;
		float: left;
		top: 8px;
		left: 110px;
		text-align: center;
		/*background-color: #99CCCC;*/
	}
	#footerright {
		position: relative;
		width: 200px;
		float: right;
		top: 8px;
		right: 42px;
		text-align: right;
		/*background-color: #996633;*/
	}