@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #f2f2f2 /*url(images/pcertbg.gif) repeat-x*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pagearea {
	width:500px;
	height:500px;
	border: solid 1px #e0e0e0;
	position: absolute;
	background: #fff url(images/okbg.jpg) right bottom no-repeat;
	left:50%;
	margin-left:-250px;
	margin-top:10px;
/*	letter-spacing: 1px;*/
}

.pagelogo {
	background:url(images/pcertlogo.png) no-repeat;
	width:271px;
	height:60px;
	margin: 50px 0 0 50px;
}

.pcerterkl {
	margin: 50px 50px 0 50px;
}

.pcurl {
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color: #222;
}

.pcurl:hover {
	color:#006837;
}

.kriteria {
	margin: 20px 0 0 50px;
}

.kriteriacol {
	width: 240px;
	height:40px;
}

.kriteriacollast {
	width: 200px;
	height:40px;
}

.kriteriacol img, .kriteriacollast img {
	border:0;
	vertical-align:text-top;
}

.pcertbut {
	margin: 30px 0 0 120px;
}

.pcertmail {
	margin:40px auto 0 auto;
	text-align:center;
	color:#222;
}

.morebutton {
	background:url(images/long_button.png) no-repeat;
	width:260px;
	height:24px;
	line-height:12px;
	padding-top: 9px;
	text-align:center;
	cursor:pointer;
}

.morebuttontxt {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

.pclast {
	position:absolute;
	bottom: 6px;
	left: 8px;
	color: #999;
	font-size:10px;
}

.footerleft {
	position: absolute;
	margin-top:515px;
	margin-left:-250px;
	left: 50%;
	width:250px;
}

.footerright {
	position: absolute;
	margin-top:515px;
	margin-left:0px;
	width:250px;
	left: 50%;
	text-align:right;
}

.ftr, .ftr a {
	font-size:10px;
	color: #9a9a9a;
	text-decoration:none;
}

.ftr a:hover {
	text-decoration: underline;
}

