div#math_kopf {
	position : relative;
/*	width : 900px;*/
	height : 150px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
/*	border : solid 1px rgb(0,0,0);*/
}

div#math_kopf div.left {
	position : absolute;
	left : 0px;
	top : 10px;
	width : 450px;
	height : 300px;
/*	border : solid 1px rgb(200,0,0);*/
}

div#math_kopf div.right {
	position : absolute;
	right : 0px;
	top : 10px;
	width : 400px;
	height : 300px;
/*	border : solid 1px rgb(200,0,0);*/
}

div#math_kopf h1 {
	margin-top : 0px;
	margin-bottom : 0px;
}

div#math_kopf h1 a {
	text-decoration : none;
}

div#math_kopf table {
/*	border : solid 1px rgb(100,100,100);*/
	border : none;
	margin : 25px 10px 0px;
	border-collapse : collapse;
}

div#math_kopf td {
/*	border : solid 1px rgb(0,200,0);*/
	border : none;
	text-align : right;
	vertical-align : top;
	padding : 6px 10px 6px;
	width : 70px;
}

div#math_kopf td + td {
	text-align : left;
	width : 330px;
}

div#math_kopf p {
	margin : 25px 0px 0px;
}

div#math_menu {
	position : relative;
	width : 900px;
	height : 30px;
	margin-top : 20px;
	margin-bottom : 15px;
/*	margin-left : auto;
	margin-right : auto;*/
	padding : 0px;
/*	border : solid 1px rgb(0,180,0);*/
}

div#math_menu a {
	display : block;
	float : left;
	margin-right : 10px;
	width : 150px;
/*	height : 30px;*/
	border : solid 1px rgb(100,100,100);
/*	border : none;*/
	text-align : center;
/*	vertical-align : center;*/
	padding : 5px 10px 5px;
	background-color : rgb(200,200,200);
	text-decoration : none;
	font-variant : small-caps;
/*	font-weight : bold;*/
}

div#math_menu a:hover {
	background-color : rgb(235,235,235);
/*	cursor : wait;*/
}

div#math_menu a.active {
	background-color : rgb(235,235,235);
	border : solid 1px rgb(0,0,0);
	font-weight : bold;
/*	cursor : wait;*/
}

div#hauptteil h2 {
	font-variant : small-caps;
}

div.central_img_600_450 {
	margin-top : 30px;
	margin-bottom : 30px;
	margin-left : auto;
	margin-right : auto;
	width : 600px;
/*	height : 450px;*/
}

