html,body {
	height:100%;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: rgb(204,204,204);
	color: rgb(120,110,106);
	text-align: center;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	font-family: Georgia, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

div.annualReport {
	width: 100%;
	height: 100%;
	margin: auto;
	
}

#annualReportFlash {
	text-align: center;
}

.noOutline {
	outline: 0px;
}

object, embed {
  outline: 0;
}

a {
    color: #00ABAA;
}


div.titleImage {
	text-align: center;
}
    
div.titleImage img {
    margin: 30px auto 20px auto;
    display: block;
    padding: 10px;
    background-color: white;
}


a.impressum {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: rgb(180,180,180);
    padding-top: 20px;
    display: block;
    text-align: right;
    margin: 100px 20px 20px 20px;
    font-size: 12px;
    color: white;
    text-decoration: none;
}