@charset "utf-8";
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
	background-color: #bcb59a;
	background-image: url(../img/pl-bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1b1813;
}
h1,h3,h4,h5,h6 {
	margin: 0;
	padding: 20px 0;
}
p { margin-top: 0; margin-bottom: 20px; 
}
h1 {
	font-size: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	color: #c6a559;
	padding-bottom: 4px;
}
h3 {
	font-size: 1.0em;
	line-height: 1.1em;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #1b1813;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#main {
	padding: 0px 0;
	margin-bottom: 1px;
}
#header {
	width: 879px;
	height: 113px;
	margin: 0px auto;
}
#logo {
	width: 199px;
	float: right;
	margin-top: 54px;
	margin-right: 31px;
}
#navi {
	width: 856px;
	height: 34px;
	margin: 0px auto;
	padding-left: 23px;
}
#menu {
	border-bottom:1px solid white;
	padding:4px 0;
	width:833px;
	height: 34px;
	line-height: 26px;
}
#menu a {
	color:#EFE8CD;
	font-weight:normal;
	padding: 9px 14px 9px 14px;
	text-decoration: none;
}
#menu a.hover {
	/* background:#F4F9FF none repeat scroll 0 0; */
	background: url(../img/navi-highlight.png) repeat-x;
	color: #1b1813;
}

#contentheader {
	width: 821px;
	height: 68px;
	background:url(../img/pl-cont-header.png) no-repeat;
	padding: 74px 0 0 58px;
	color: #efe8cd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px auto;
}
#contentbg {
	width: 833px;
	background: url(../img/pl-contbox-bg.png) repeat-y 5px;
	padding: 0 23px 0 23px;
	margin: 0px auto;
}
#contentbox {
	width: 833x;
	min-height: 455px;
	border-top: #c6a559 4px solid;
	border-bottom: #c6a559 4px solid;
}
#content {
	width: 455px;
	background: #fff url(../img/pl-cont-bg.png) bottom repeat-x;
	padding: 10px 30px 40px 31px;
	margin: 0 0 0 4px;
	min-height:430px;
	height:auto !important;  /* für moderne Browser */
	height:430px;  /*für den IE */
}
#contimage {
	width: 305px;
	height: 412px;
	float: right;
	background: #1a1812;
	border-left: #c6a559 4px solid;
	border-right: #c6a559 4px solid;
	padding-bottom: 50px;
}
#footer {
	width: 879px;
	text-align: center;
	padding-bottom: 20px;
	margin: 0px auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

