html{width: 100%;max-height: 100%}
body  {
width: 100%;
max-height: 100%;
color: #824b00; font-family: sans-serif; background-color: white; margin: 0; padding: 0;
line-height: 120%;
background-color: #ffffff;
background-image: url("../elemente/back.jpg");
background-position: left center;
background-repeat: repeat-x;
 }


a:link, a:visited, a:active {
	color: #eb7300;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}


hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}


h1 {
	font-size: 16px;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;padding:0;
}


.cell_button{
	background: url('../elemente/button.png') top center no-repeat;
	width: 300px;
	height: 80px;
	text-align: center;
	}

.cell_button a{
	text-decoration: none;
	color: #ddd;
	font-size: 18px;
	display:block;
	}
.cell_button a:link{color: #ddd;}
.cell_button a:visited{color: #ddd;}
.cell_button a:hover{color: #444444;}

.font_button_small{
	font-size: 12px;
	}