

body {	
	max-height:800px;
	background-image: url("rexback.gif");
	background-repeat: repeat;
}


h1 {
	text-align:center;
	color:#FF9966;
	font-size:50px;
	letter-spacing:5px;
	
}


.titelcontainer {
	width: 760px;
	height: 100px;
	margin:0px auto;
	
	padding:1px;
	position: auto;
	border-style: dotted;
	border-width:1px;
	border-color:white;

}

.bildcontainer1 {

	width: 320px;
	height: 240px;
	margin:10px auto 0px 2px;
	float:left;
	padding:10px;
	position: auto;
	border-style: dotted;
	border-width:1px;
	border-color:white;

}

.bildcontainer2 {

	width: 320px;
	height: 240px;
	margin:10px auto 0px 2px;
	float:right;
	padding:10px;
	position: auto;
	border-style: dotted;
	border-width:1px;
	border-color:white;

}


.inhaltcontainer {

	width: 800px;
	height:760px;
	margin:0px 200px 0px 220px;
	float:left;
	padding:10px;
	position: auto;
	border-style: dotted;
	border-width:1px;
	border-color:white;

}

p {

	text-align:justify;
	color:navy;
	font-size:20px;
	letter-spacing:1px

}

h2 {

	text-align:center;
	color:lime;
	font-size:30px;
	letter-spacing:3px

}