body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin: 20px;
	}

img {
	border: none;
	}



h1, h2 {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-weight: normal;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0;
	}

h2 {
	font-size: 15px;
	line-height: 17px;
	padding: 1em 0 0.7em 0;
	font-weight: bold;
	letter-spacing: 1px;
	}

p {
	margin: 0;
	padding: 0 0 0.7em 0;
	}

.button, .buttonSmall {
	display: none;
	}



/*  layout  --------------------------------------- */

div#navigation {
	display: none;
	}


div#language {
	display: none;
	}

div#headerContainer {
	width: 100%;
	}

div#logo {
	background: #646464;
	width: 100%;
	height: 60px;
	text-align: center;
	}

div#additionalContent {
	display: none;
	}




/*  others  --------------------------------------- */

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.clearFloat {
	clear: both;
	}
