/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of Stylesheet: Print Modified On 2006-07-25 21:22:32 */
/* HTML TAGS */

/*h3
{
	margin-bottom: 0.5em;
	font-size: 100%;
}*/




/* IDs */

.contactform fieldset
{
	display: block;
	width: 500px;;
	margin: 0 0 3em 0;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;
}

.contactform fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

.contactform fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

.contactform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.contactform fieldset.radio label
{
	font-weight: normal;
}

.contactform input
{
	display: block;
	width: 15em;
}

.contactform label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

.contactform select
{
	display: block;
}





/* CLASSES */
/* End of Stylesheet: Fieldset_forms Modified On 2010-12-03 13:47:36 */
