body {
	height:100%; 
	margin: 0px; 
	padding: 20px 0px 20px 0px; 
	background-color: #FFFFFF;
}

#frame {
	width: 931px;
	margin: auto;
	background-image:url(../i/bg_main.jpg);
}

#header {
	width: 931px; 
	height: 69px; 
	background-image:url(../i/header.jpg);
}

#menu-top {
	width: 931px;
	height:24px;
	background-image:url(../i/bg_menutop.gif);
}

#space {
	width: 931px;
	height:25px;
	background-image:url(../i/space.jpg);
}

#main {
	width: 931px;
}

#menusearch {
	width: 190px; 
	float: left;
}

#menu {
	width: 190px; 
}

#search {
	margin-left: 20px;
	margin-bottom: 20px;
}

#search .searchfield {
	border: 1px solid #1e3e95;
	width: 90px;
	font-size: 10px;
}

#search .submit {
	border: 1px solid #1e3e95;
	font-size: 10px;
}

#content_frame {
	width: 634px; 
	float: left;
}

#content {
	padding: 0px 20px 0px 15px;
}

#right {
	width: 106px;
	float: right;
	border-right: 1px solid #004494;
	overflow: hidden;
	background-color: #fdf9b2;
}

#clear {
	clear: both;
}

#impress {
	width: 931px;
	height: 36px;
	margin-top: 30px;
	background-image:url(../i/bottom.jpg);
}

#impress-text {
	padding-top: 12px;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #006a45;
	font-size: 16px;
}

#adresse {
	display: none;
}

#logo {
	display: none;
}





@media print {

	body {
		height:100%; 
		margin: 0px; 
		padding: 20px 0px 20px 0px; 
		background-color: #FFFFFF;
	}

	#frame {
		width: 100%;
		margin: auto;
		background-image:url();
	}

	#header {
		width: 0px; 
		height: 0px;
		display: none;
	}

	#menu-top {
		width: 0px;
		height:0px;
		display: none;
	}

	#space {
		width: 0px;
		height:0px;
		display: none;
	}

	#main {
		width: 100%;
	}

	#menu {
		width: 0px;
		height: 0px;
		display: none;
	}

	#content_frame {
		width: 100%; 
		float: left;
	}

	#content {
		padding: 0px 20px 0px 15px;
	}

	#right {
		width: 0px;
		height: 0px;
		display: none;
	}

	#clear {
		clear: both;
	}

	#impress {
		width: 0px;
		height: 0px;
		display: none;
	}

	#impress-text {
	}
	
	#adresse {
		display: block;
		text-align: center;
	}
	
	#adresse > img {
		margin-top: 20px;
	}

	#logo {
		display: block;
		text-align: center;
	}
	
	#logo > img {
		margin-top: -20px;
		margin-bottom: 10px;
	}
	
	#menusearch {
		display: none;
	}

}