
/*	----------------------------------------
	Body
	----------------------------------------*/

body {
	font:	11px/1.1 Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
}

/*	----------------------------------------
	Frame
	----------------------------------------*/

#frame {
	width: auto;
	height: auto;
	margin: 3% 0 3% 3%;
	padding: 0;	
	border: 0;
	overflow: visible;

	float: none !important;
	text-align: left;
	/*color: #000;*/
	background: transparent;
	
}

/*	----------------------------------------
	Header
	----------------------------------------*/

#header {
  display: none;
}

#headerprint {
  display: block;
  text-align: right;
  margin-bottom: 50px;
}

/*	----------------------------------------
	Footer
	----------------------------------------*/

#footerprint {
  display: block;
  clear: both;
  margin-top: 50px;
  padding-top: 5px;
  border-top: 1px solid #cdcdcd;
  color: #cdcdcd;
}

/*	----------------------------------------
	Searchbox
	----------------------------------------*/

#searchbox {
  display: none;
}


/*	----------------------------------------
	Menu Top
	----------------------------------------*/

#menutopDiv {
  display: none;
}

/*	----------------------------------------
	Content Left
	----------------------------------------*/

#contentleft {
  display: none;
}

/*	----------------------------------------
	Content Center
	----------------------------------------*/

#contentcenter {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	height: auto;
	width: auto;
	float: none !important;
}

#contentcentertypo {
  margin: 0;
  padding: 0;
	overflow: visible;
	height: auto;
	width: auto;  
}

/*	----------------------------------------
	Content Center Functions (Print, ...)
	----------------------------------------*/

#contentcenterfooter {
  display: none;
}


/*	----------------------------------------
	Content Right
	----------------------------------------*/

#contentright {
  display: none;
}


/*	----------------------------------------
	Footer
	----------------------------------------*/

#contentfooter {
	/*background:#9c0001;*/
	text-align:center;
  color: #000;
	padding-top:10px;
	font:	8pt Verdana, Arial, Helvetica, sans-serif;
}

#contentfooter a {
	text-decoration:underline;
	/*font-weight:bold;*/
	color:#000;
}



/*	----------------------------------------
	Language Selector
	----------------------------------------*/

#languageselectorDiv {
  display: none;
}

#languageselector {
  display: none;
}

/* style links red and bold */
/*a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}*/

/* CSS2 show link href after link */
/*#contentcentertypo a:link:after,
#contentcentertypo a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%
}*/

/* CSS3 convert to full urls */
/*#contentcentertypo a[href^="/"]:after {
  content: " (http://www.ubitronix.com" attr(href) ") ";
}*/
