html, body {
	width:100%;
    margin: 0px;
    margin-top: 0px;
	padding:0px;
	overflow-y: scroll;
    font-family: Verdana,"Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #000000;
	background: url(../bilder/bg_streck.gif) repeat;
	
}
form {
display:inline;
}
img {
	border:0px;
}

table,tr,td,span,div {
	font-family:Arial, Verdana, "Trebuchet MS";
	font-weight:normal;
	font-size: 12px;
	color: #000;
	line-height:16px;
	empty-cells: show;
	color:#5b5b5b;
}
.allcontent {
	width: 850px;
	margin: 0px auto;
	background-color:#FFFFFF;

}
.allcontent_middle {
	width: 760px;
	margin: 0px auto;
}
a:link, a:visited {
    color: #898989;
    text-decoration: none;
}
a:hover {
    color: #bd9d19;
    text-decoration: none;
}
.main_float{
	float:left;
}
h1 { font:30px Georgia; line-height:32px; color:#933323; }
h2 { font:24px Georgia; line-height:24px; color:#FE8B20; }

.clear {
clear: both;
width: 100%;
height: 0;
line-height: 0;
font-size: 0;
padding: 0;
margin:0;
border: 0;
}