
/******************************************/
/*  style for eth-like frontpage          */
/******************************************/

body.frontpage #content div.headerImage {
	width: calc(100% - 10px - 189px);
	height: 390px;
	float: left;
}

body.frontpage #content div.headerImage img {
	width: 100%;
	height: 100%;
}

body.frontpage #content div.greenBox {
	width: 189px;
	height: 390px;
	float: right;
	background-color: #82BE1E;
	overflow: hidden;
}

body.frontpage #content div.greenBox div.sublogo img {
	width: 109px;
	margin: 6px 40px 2px 40px;
}

body.frontpage #content div.greenBox p {
	word-wrap: break-word;
	padding: 15px 10px 0 10px;
}

body.frontpage #content div.greenBox p.title {
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
}

body.frontpage #content div.greenBox p.lead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #003C69;
}

body.frontpage #content div.greenBox a.button {
	margin: 10px 10px 0 10px;
}

body.frontpage #content div.greenBox a.button:hover {
	color: #FFFFFF;
	background: #0069B4 url('../images/arrow-submit.png');
	background-repeat: no-repeat;
	background-position: right center;
}

body.frontpage #content > div.left {
	margin: 10px 0 0 0;
	padding: 0;
	width: calc(100% - 10px - 189px);
}

body.frontpage #content > div.right {
	margin: 10px 0 0 0;
	padding: 0;
	width: 189px;
}

body.frontpage #content div.contentBox {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;
	font-size: 14px;
}

body.frontpage #content div.contentBox h1 {
	padding: 0 0 12px 0;
}

body.frontpage #content div.contentBox.box {
	padding: 10px;
}

@media print {
	body.frontpage #content div.greenBox,
	body.frontpage #content div.contentBox {
		border: 1px solid #C9CFD2;
	}

	body.frontpage #content div.greenBox {
		width: 187px;
		height: 388px;
	}
}
