/* Allgemein: Webseite zum Fasching, insb. Faschingskostüme */

html {
  height : 101%; }

body {
  font-family : Verdana, Helvetica; 
  font-size : 14px; 
  background-color: #f8f8f8;
  margin:0;
  height: 100%;
  background: url('/images/hintergrund.jpg') top center no-repeat; } 

#mywrap {
	color: #000000;
	font-size: 10pt; 
	width: 1000px;
	height: 100%; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0; 
	position: relative; }

#clown {
	position: absolute;
	z-index: 101;
	left: -100px;
	top: 20px; }

#seite {
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 100px; 
	height: 100%;}

div#overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 800px;
  margin-left: 100px;
	border: 2px solid black;
  z-index: 20; 
	padding: 10px; 
	background-image: url(/images/bg.png); }

h1 {
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif; 
  font-size:2.1em }

div#scroller_vorschlaege {
position: absolute; 
top: 223px; 
right: 0px;
font-size: 0.7em; }