body {
	background: #275b8f;
	font-family: Comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;	
}

#navigation {
	border:2px solid #0738fc;
	width:950px;
	background:#cccccc;
	margin:70px auto;
	padding:30px;	
}

#wrapper { 
	height:500px;
	width:500px;
	text-align:center;
	margin:15px auto;
	padding:20px auto;
}

#footer {
	width:auto;
	font-family:Times New Roman;
	text-align:right;
	margin:30px auto;
	padding:30px;
}



#beispiel{
	border:2px solid #6cfe47;
	width:950px;
	background:#808080;
	margin:30px auto;
	padding:20px;
}

#ibox {
	height:1000px;
	width:750px;
	background:#ffffff;
	margin:20px auto;
	padding:30px auto;
}

#form {
	height:600px;
	border:6px groove #999933;
}

#form table{
	height:600px;
	width:950px;
	background-color:#bd7e20;
}

#menu ul{
	list-style:none;
	float:reight;
}

#menu li .active{
	display: none;
}

#menu a,
#menu li.active li a{
	display:block;
	float:left;
}

#menu a:hover,
#menu li.active li a:hover,
#menu li.active a,
#menu li.active li.active a{
	text-decoration:underline;
	display:block;
}


a {
	text-decoration:none;
	color:black;
}

a:visit {
	text-decoration:none;
	color:black;
}

a:hover {
	text-decoration:none;
	background-color:red;
}
a:active {
	text-decoration:none;
	color:black;
}

h2 {
	color:#990033;
}

input {
	border:1px solid #000000;
}

.start {
	font-family:Times New Roman;
}



