/**
* (C) by Andreas Zeman 2009
* 
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
body {
	text-align:center;
	background:url(../img/design/bg-rep.gif) #cfcfcf;
	background-repeat: repeat-x;
	}

#container {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:995px;
	text-align:left;
	background:none;
	background-color:#fff;
}

	
#top {
	display:none;
	width:995px;
	height:225px;
	margin:0px auto 0px auto;
	background:none;
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	position:relative;
	}

#top #logo {
	display:none;
	top:28px;
	left:30px;
	position:absolute;
}
	
#top #header-image {
	display:none;
	position:absolute;
	top:105px;
	width:995px;
	border:1px solid #000;
	height:118px;
	border-width:1px 0px 1px 0px;
	overflow:hidden;
}

#top #header-flash {
	display:none;
	position:absolute;
	top:106px;
	left:0px;
	width:995px;
	background:transparent;
	overflow:hidden;
}


#container #wrapper {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:995px;
	overflow:hidden;
	background-image:url(../img/design/bg-rep-menu.gif);
	background-repeat:repeat-y;
	position:relative;
}	

#wrapper #layer {
	display:none;
	float:left;
	width:235px;
	min-height:10px;
	height:auto !important;
	height:10px;
	padding:0px 0px 0px 0px;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html #wrapper #layer {
	display:none;
	width:235px;
	w\idth:235px;
	}	
	
#wrapper #content {
	float:left;
	width:995px;
	padding:50px 0px 10px 56px;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html #wrapper #content {
	width:656px;
	w\idth:600px;
	}
	
#wrapper #top-menu {
	display:none;
	position:absolute;
	top:0px;
	left:235px;
	padding-left:56px;
	width:616px;
	height:23px;
	overflow:hidden;
	background-color:#e5e5e5;
	}
	
#wrapper #greyright {
	display:none;
	background-color:#e5e5e5;
	width:87px;
	height:23px;
	top:0px;
	left:908px;
	position:absolute;
}

#wrapper #greyleft {
	display:none;
	background-color:#e5e5e5;
	width:30px;
	height:23px;
	top:0px;
	left:0px;
	position:absolute;
}
	
#footer {
	clear:both;
	width:995px;
	height:40px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	position:relative;
}

#footer #copyright {
	position:absolute;
	left:5px;
	top:10px;
	height:30px;
	width:185px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	padding:10px 0px 0px 20px;
}

#footer #certificates {
	position:absolute;
	background-color:#fff;
	height:35px;
	top:5px;
	right:20px;
	text-align:right;
	vertical-align:top;
}

#print {
	display:none;
	position:absolute;
	right:11px;
	top:50px;
}

#back {
	text-align:right;
	padding:10px 0px;
}

#footer #certificates img {
	vertical-align:top;
}
	
br.clear {
	clear:both;
}

