*{
	margin:0;
	padding:0;
	border:0;
	font-family:arial;
	font-size:11px;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}


#center{
	width:928px;
	margin:0 auto;
}
#center #header{
	height:67px;
	overflow:hidden;
}
#center #header .logo{
	float:left;
}
#center #header .navi{
	float:right;
}
	#center #header .navi a{
		display:block;
		float:left;
		color:white;
		font-size:12px;
		padding:30px 12px 22px 12px;
		text-decoration:none;
	}
	#center #header .navi a:hover,
	#center #header .navi a.current{
		background:url('/themes/peternew/images/navarrow.gif') bottom center no-repeat;
	}
	#center #header .navi div{
		width:2px;
		background:url('/themes/peternew/images/navSpacer.jpg') top left no-repeat;
		height:29px;
		margin:25px 0 10px 0;
		float:left;
	}
	
ul{
	list-style-image:url('/themes/peternew/images/bullet.gif');
	margin:0;
}

.blasen{
	height:46px;
}
.blasen .left{
	float:left;
	width:9px;
	height:34px;
	background:url('/themes/peternew/images/blaseL.png') top left no-repeat;
}
.blasen .middle{
	float:left;
	height:27px;
	background:url('/themes/peternew/images/blaseM.png') top left repeat-x;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-top:7px;
}
.blasen .right{
	float:left;
	width:22px;
	height:46px;
	background:url('/themes/peternew/images/blaseR.png') top left no-repeat;
}

 h1{
	font-size:18px;
	color:#4e8d02;
	color: #769702;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content{
	padding:11px 0 11px 0;
}
	#content a{
		color:#769702;
		text-decoration:none;
		font-weight:bold;
	}
	#content .box .title{
		background:url('/themes/peternew/images/boxHeadingRepeat.jpg') top left repeat-x white;
	}
	#content .box .title .left{
		background:url('/themes/peternew/images/boxLongHeadingLeft.jpg') top left no-repeat;
		
	}
	#content .box .title .right{
		background:url('/themes/peternew/images/boxLongHeadingRight.jpg') top right no-repeat;
		text-align:center;
		padding:7px 0 7px 0;
	}
	#content .box .content{
		background:url('/themes/peternew/images/boxBg.jpg') top left repeat-x white;
		padding:17px 10px 17px 9px;
	}
	#content .box .boxFooter{
		background:url('/themes/peternew/images/contentFooter.jpg') top left no-repeat;
		height:13px;
	}
	#content .box .titleSpacer{
		height:1px;
		overflow:hidden;
		background:url('/themes/peternew/images/titleSpacer.jpg') top center no-repeat #FFFFFF;
	}
	
	#content .box  .subBox{
		float:left;
		width:292px;
		margin:0 5px 0 6px;
	}
		#content .box  .subBox .subTitle{
			height:48px;
			overflow:hidden;
			background:url('/themes/peternew/images/subBoxTitle.png') top left no-repeat;
			font-size:16px;
			color:white;
			font-weight:bold;
			padding:8px 0 0 15px;
		}
			#content .box  .subBox .subTitle .titleLogo{
				position:absolute;
				margin:-4px 0 0 215px;
			}
		#content .box  .subContent{
			border-left:1px solid #666;
			border-right:1px solid #666;
			padding:8px 5px 0 15px;
		}
			#content .box  .subContent ul{
				margin:0 0 0 16px;
			}
		#content .box  .footerLink{
			background:url('/themes/peternew/images/subBoxFooter.png') top left no-repeat;
			padding:8px 5px 0 15px;
			height:39px;
		}


		
#footerNavi{
	text-align:center;
	font-weight:bold;
	color:black;
	font-size:16px;
	padding:12px 0 10px 0;
}
	#footerNavi a{
		font-weight:bold;
		color:black;
		font-size:14px;
		text-decoration:none;
	}
#lastFooter{
	padding:20px 2px 0 2px;
}
	#lastFooter a{
		color:#999999;
		text-decoration:none;
	}
		#lastFooter .left{
			float:left;
		}
		#lastFooter .right{
			float:right;
		}
    img.right{
       float:right;
       margin-left: 20px;
       margin-right: 20px;
       margin-bottom:10px;
    }	