/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
    overflow: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #674E58;
}
body {
	margin: 0px;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}
h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #35282F;
}
h3, .titel {
	font-size: 11px;
	color: #D3D701;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	color: #CAB1BB;
}
ul {
	padding-left: 15px;
	color: #D3D701;
}
.date {
	font-size: 10px;
	color: #35282F;
	font-weight: lighter;
}

a:link, a:visited { 
		color: #D3D701; 
		text-decoration: underline;
}
a:hover, a:active { 
		color: #D3D701;
		text-decoration: none;
}

