/* BODY & CONTAINER */

body {
	background-color: #747679;
}

* {
    margin: 0;
    padding: 0;
/*    border: 1px solid #00678A;*/
}

.wrapper {
	width: 100%;
	margin: 0 0 10px 0;
}

/* HEADER */

.header {
	width: 100%;
	height: 74px;
	background-color: #338197;
	position: relative;
}

a.back-button {
	position: absolute;
	top: 14px;
	left: 10px;

	font-family: Calibri, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	text-decoration: none;
	color: #FFFFFF;
}

a.back-button div {
	padding: 12px 7px;
	background-color: #338197;
	border: 1px solid white;
	border-radius: 7px;
}

a.back-button:hover {
	color: #338197;
}

a.back-button:hover div {
	background-color: #FFFFFF;
}

.info {
	position: absolute;
	top: 13px;
	left: 100px;
	font-family: Calibri, sans-serif;
}

.info h1 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.info p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 0 5px 0;
}

.info a {
	text-decoration: none;
	color: #FFFFFF;
}

.info a:hover {
	text-decoration: underline;
}

/* IFRAME */

#iframe-layout {
	width: 100%;
	height: 900px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* FOOTER */

.footer {
	margin-top: 5px;
	text-align: center;
	padding: 5px;
}

.footer p {
	font-style: bold;
	color: #E7E7E7;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.footer a {
	text-decoration: none;
	color: #E7E7E7;
}

.footer a:hover {
	text-decoration: underline;
}