body {
	 background-color:#5CBAE9;
	 font-family:arial;
}

div#header{
	 background-image: url("../Bilder/anderes/mariobackground2.jpg");
	 height:163px;
	 width:600px;
	 margin-left:auto;
	 margin-right:auto;
}

div#body{
	 border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
	 border-bottom-right-radius: 4px;
     border-top-right-radius: 4px;
     border: 2px solid #317190;
     overflow: hidden;
	 margin-top: 20px;
	 margin-bottom: 20px;
	 margin-left:10px;
	 margin-right:10px;
}

div#text{
	margin: 10px 10px 10px 0px;
	float:right;
	width:440px;
}

div#wrapper {
     background-color:#66CCFF;
	 width:600px;
	 margin-left:auto;
	 margin-right:auto;
	 
}
div#header h1{
	 color: white;
	 text-shadow: 0 -1px #111, 1px 0 #111, 0 1px #111, -1px 0 #111;
	 font-size: 25pt;
	 font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	 text-align:center;
	 
}

div#body h2{
	 color: black;
	 font-family: Arial;
	 text-decoration: underline;
}

img{
	float:left;
}

img.pic{
	float:left;
	text-align: auto;
	transition: transform 1s;
}

img.pic:hover{
	transform: scale(1.75, 1.75);
}

div#nav{
	border-bottom-right-radius: 4px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#317190;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#317190;
	width: 100px;
	float:left;
	height:300px;;
	margin:10px 10px 10px 10px;
}

table {
    border: 1px solid black;
	border-collapse: collapse;
}

table, th, td {
	background-color:#C5DDE9;
    border: 1px solid black;
	height: 50px;
	width: 445px;
}

td{
	padding: 10px;
    text-align: left;
}

ul{
	 list-style-type:numbers;
}

div.a{
	clear:both;
}

div.b{
	float:left;
}

figcaption{
     text-align: center;
	 padding: 10px;
	 font-size:15pt;
}