

html {
  height: 100%; width: 100%;
}

body {  
	color:#592c17; 
	font-weight: normal;
  font-family: arial;
	letter-spacing: 0;
	font-size: 11px;
	margin: 100px 0px 0px 0px;
	padding: 0px;
  background-color: #ffffff;
}

img {
  behavior: url(../INC/pnghack.htc);
  border: none;
}

table {
  border: none;
  margin: 0px;
	font-size: 11px;
  font-family:arial;
  color: #592c17;  
}

input {
  border: #000000 1px solid;
  background-color: #ffffff;
  color:#000000; 
	font-weight: normal;
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
}

textarea {
  border: #000000 1px solid;
  background-color: #ffffff;
  color:#000000; 
	font-weight: normal;
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
}



#container {
  margin: 0 auto;
  width: 799px;
  height: 400px;
  border: #000000 0px solid;
  background-color: #ffffff;
}

#bg_show {
  top: 100px;
  margin: 0px;
  width: 799px;
  height: 400px;
  border: #000000 0px solid;
  background: url(../IMG/bg_abgedunkelt.png);
  position: absolute;
}

#pic_show {
  margin: 0 auto;
  border: #000000 0px solid;
  position: relative;
}

.news {
  margin: 0px;
  width: 225px;
  height: 308px;
  border: #000000 0px solid;
  display: none;
}





#test {
  margin: 0px 10%;
	background-color: #ffffff;
}