/* Seitenformatierung für Fullscreen Flash */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%
	}

#bliss {
	height: 100%;
	width: 100%;
	min-width: 980px;
	min-height: 400px;
	overflow: hidden;
	}

a:link, a:hover {
	color: #FF9900;
	}

a:active, a:visited {
	color: #0066CC;
	}


/* Formatierung für die angezeigten Inhalte ohne installierten Flashplayer */

.noflash {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background-image: url(bilder/noflash/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #34312f;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

.bild {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.unterschrift {
	position: absolute;
	bottom: 25px;
	left: 0px;
}

.webdesign {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 5px;
	left: 5px;
	color: #554d4c;
	font-size: 10px;
}

a.weblink:link, a.weblink:visited {
	color: #554d4c;
	text-decoration: underline;
	font-size: 10px;
}

a.weblink:hover, a.weblink:active {
	color: #d4021d;
	font-size: 10px;
}