/* Print Style Sheet */
@media print {
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: white;
	background-image: url(image/bg-home.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #535d63;
}
#container {
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
}
#header {
	width: 100%;
	height: 133px;
	padding-top: 38px;
	padding-bottom: 14px;
	background-color: transparent;
}
#logo {
	float: left;
}
#kop {
	display: none;
}
#menu{
	display: none;
}
#menu li {
	display: none;
} 
#leftcolumn {
	display: none;
}
#content {
	float: left;
	width: 90%;
	display: inline;
	padding: 15px 16px 0 16px;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #535d63;
}
#content h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ba1220;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #97be0d;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
}
#content a {
	text-decoration: none;
	color: #93117e;
}
#content a:hover {
	color: #e2007a;
}
#content p {
	padding-bottom: 10px;
}
#content ul {
	list-style: inside;
	padding-left: 16px;
}
#rightcolumn {
	display: none;
}
#footer {
	width: 90%;
	height: 34px;
	clear: both;
	padding-top: 10px;
	background-color: #ffffff;
	background-image: url(image/bg-footer.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #535d63;
}
#footer a:hover {
	color: #535d63;
}
}