@charset "utf-8";
/* CSS Document */
@import url(default.css);
body{
	background-image:url('../images/bg3a.gif');
	background-repeat :repeat;
	background-attachment : fixed;
}
h1{
	font-size:1.5em;
	margin:5px;
	padding:5px;
	}
.text1{
width:250px;
font-family : "Courier New", Courier, monospace;
}
.text2{
width:250px;
font-family : "Courier New", Courier, monospace;
}
.bild{
width:220px;
font-family : "Courier New", Courier, monospace;
}
li{
	list-style:circle;
	text-align:justify;
	margin:2px 0;
}
.liohne{
	list-style:none;
}
legend{
	text-transform : uppercase;
	letter-spacing:0.5px;
	font-weight:bold;
	border:1px #333 solid;
	color:#202020;
	padding:4px;
	background:#EEE;
}
fieldset{
	border:1px #333 solid;
	padding:10px;
	width:100%;
	margin:0px auto;
	text-align:center;
}