html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	background-color: #ffffff;
	font-family: "Lucida Grande", Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 125%;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}

#noflash {
	margin: 0 auto 0 auto;
	background: #ffffff;
	width: 725px;
}

#header {
	background: url(../img/debolon_logo.gif) no-repeat 0 center;
	height: 105px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#header a {
	color: #ccc;
	position: absolute;
	right: 2px;
	bottom: 15px;
	line-height: 100%;
	text-decoration: none;
	font-size: 12px;
}
#footer {
	height: 125px;
	margin: 3em 0 1em 0;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: .85em;
}

p {
	margin: .25em 0 .75em 0;
}
blockquote.warning {
	background: #F9F3BF url(../img/exclamation.gif) no-repeat 5px 5px;
	padding: 5px 10px 5px 26px;
	border: 1px solid #CDCFD0;
	margin: .25em 0 .75em 0;
}

h1 {
	font-size: 1.75em;
	color: #A7A9AC;
	line-height: 115%;
	margin: .5em 0 .15em 0;
}
h1 strong {
	color: #B2523A;
}
h1 span {
	font-size: 2.5em;
	font-weight: normal;
	line-height: 100%;
}
h1.main {
	background: url(../img/titel.jpg) no-repeat 0 0;
	height: 390px;
	padding-left: 800px;
	overflow: hidden;
}
h2 {
	margin: 1em 0 .5em 0;
	color: #B2523A;
	font-size: 1.75em;
}