/*
Main template stylesheet file (AMÖ)
 - includes stylesheets for tt_content

 Global Color Palette
 -------------------------
Color orange light: 	#fefad4; 		// head menu active
Color orange: 		#fccb78; 		// head menu
Color yellow: 		#fff48c;  		// for bottom border
Color blue light: 		#eceff1; 		// banner background
Color grey:		#222				// font color

Link Colors
a: grey
hover: orange
visited: grey

*/

#site {
	width: 73em;
}

#headerImg {
	height: 10em;
	width: 73em;
}

#headerImg .headerTitlePrint {
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 4.7em;
}

#headerImg .headerImagePrint {
	float: right;
}

#content {
	margin-left: 0;
}
#breadcrumb {
	margin-left: 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 5px 0;
	display: block;
	width: 73em;
}

#breadcrumb span {
	font-size: 1.2em;
}
#footerMenu {
	padding-left: 0;
	width: 73em;
}
#footerMenu .footerMenu {
	display: none;
}
#footerMenu .footerMenu a {
	text-decoration: none;
	font-size: 1.1em;
}
#footerMenu .footerMenu a:hover {
	text-decoration: underline;
}
#footerMenu .copyright {
	float: right;
	width: 32em;
	text-align: right;
}
#footerMenu .copyright span {
	font-size: 1.1em;
}

#fce2colRBLeft
{
	float: left;
	width: 49em;
	margin-right: 1.5em;
}

a.internal-link-new-window, a.internal-link, a.external-link-new-window, a.external-link, a.download, a.mail  {
	white-space: nowrap;
	text-decoration: none;
}

a.internal-link-new-window, a.internal-link, a.external-link-new-window, a.external-link, a.download, a.mail  {
	white-space: nowrap;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img {
	border: 0;
}

