html    {
	font-size: 1em;
}

body {
    background-color: #4E5869;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
	
}

.page-wrapper {
	background-color: #CCCCCC;
	max-width: 1200px;
	width: 100%;	
}

header {
	background-color: #FFFFFF;
}

.main {
	background-color: #FFFFFF;
	width: 100%;
}

.mainContent {
	background-color: #FFFFFF;
	max-width: 100%;
}

.aside {
	color: #000000;
	background-color: #FFFFFF;
	max-width: 100%;
}

footer {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	max-width: 100%;
}

h1, h2, h3  {
    font-family: serif;
    font-style: italic;
    font-weight: bold;
}

h1  {
	font-size: 2em;
	line-height: 1.5em;
	color: #000000;
}

h2  {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #000000; 
}

h3  {
	font-size: 1.375em;
	line-height: 1.5em;
	color: #000000;
	background-color: #CCCCCC;
	text-align: right;
}

img  {
	max-width: 100%;
}

p.teasertext    {
    color: #000000; 
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em; 
    line-height: 1.368em; 
	
}

a:link, a:visited {
    color: #005580;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #005580;
    text-decoration: underline;
}

nav {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

nav ul li {
	list-style: none;
	background-color: #CCCCCC;
	
}

nav a:link, nav a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

nav a:hover {
    background-color: #C2D2E5;
}

iframe {
	background-color: #C2D2E5;
	width: 100%;
	border: 0;
}

figure {
	background-color: #CCCCCC;
	
}
