@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: white}

.box1{
	position: relative;
	margin: auto;
	height: 360px;
	width: 400px;
	border-style: outset outset inset inset;
	border-color: #0099FF;
	border-width: 5px}
	
.schrift{color:#FFFFFF;
		margin:auto;
		margin-bottom: 90px;
		height:20px;
		width: 100px}
		
div#nifty{ 
			background: repeat-x url(../bilder/bgrd7.jpg);
			margin: 3% 3%;
			padding: 10%}
