/*----------------------------------------------------------------------------
  printer-styles for html-elements
----------------------------------------------------------------------------*/

body {
	font-family: Times New Roman, serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background : #fff;
}

/* Links are black in Print */
a:link {
  color: black;
}
a:visited {
  color: black;
}
a.extern {
	padding-left: 0px;
	background-image: none;
}

/* things that should only appear in printed version */
div.onlyprint {
	display: block;
}
span.onlyprint {
	display: inline;
}

/*-------- the default page format -------------------*/

div.wrapper {
	margin: auto auto;
	padding: auto auto;
	width: 100%;
	border: 0px solid white;
}

/*----hide everything that should not be printed -----*/

.noprint {
	display: none;
}
div.header {
	display: none;
}
div.mainmenu {
	display: none;
}
div.path {
	display: none;
}
div.submenu {
	display: none;
}
div.inpagemenu {
	display: none;
}
div.rightcolumn {
	display: none;
}
div.related {
	display: none;
}
div.sponsors {
	display: none;
}

/*-------- the content area -----------------------------------*/

div.fullpagecontent {
	min-height: 0px;
	padding:0px;
	margin:0px;
}
/* mac hide \*/
* html div.content{height:0px;}
/* end hide */

div.content {
	float: top;
	width: 100%;
	min-height: 0px;
	clear: none;
	padding:0px;
	margin:0px;
}
/* mac hide \*/
* html div.content{height:0px;}
/* end hide */


/*-------- content block -----------------------------------*/

div.block {
	overflow: visible;
}
div.textblock {
	width: 100%;
}



