html, body {
	width: 750px;
	height: 450px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	overflow:hidden;
}

body {
  background-image: url(/_gfx/background/background_verlauf.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat; 
}

a {
color: black;
}


h1 {

font-family: Arial;
font-size: 14px;
font-weight: bold;

} 

h2 {

font-family: Arial;
font-size: 13px;
font-weight: bold;

}

#contentAll {
  margin-left: 5px;
  position:absolute;
  width: 600px;
  padding:10px;

}

#contentLeft {
  margin-left: 5px;
  position:absolute;
  width: 200px;
  padding:10px;

}

#contentRight {
  left: 220px;
  position:absolute;
  width: 530px;
  padding:10px;
  height: 430px;
  overflow:auto;

}

.button280 {
  padding-left: 10px;
  padding-top: 8px;
  background-image: url(/_gfx/button/button_y260.png);
  width: 250px;
  height: 24px;
}



.button280 a:hoover {
background-image: url(/_gfx/button/button_o280.png);

}


.code {

  width: 700px;
  background-color: white;
  font-family: Courier; 
  color: gray;
  font-size: 8px;
  padding: 5px;
  
}