body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url("background.png") repeat-x;
	background-color: #cccccc;
	font-family: verdana;
	font-size: 10px;
}



.schwamm{
	margin: auto;
	width: 311px;
	height: 184px;
	margin-top: 200px;
	border: 1px solid #aaa;
  background: url("background.png") repeat-x;
}

h2 {
  font-size: 12px;
  margin-bottom: 2px;
}

#search {
  border: 1px solid #ddd;
  font-size: 14px;
  width: 250px;
}


.main {
  width: 100%;
  height: 150px;
}

#footer {
  width: 100%;
  font-size: 10px;
  color: #aaa;
  float: left;
}

.toggle {
  background: #000;
  width:75px;
  height:65px;

  position: relative;
  background: url("schwamm.png") no-repeat;
  top: -20px;
  left: -20px;
  z-index: 1;
  cursor: pointer;
}

.info {
  font-size:12px;
  width: 250px;
  text-align: left;
  margin: auto;
  margin-bottom: 10px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: underline;
}
