/* Grundlegende Seitenaufteilung */
* {
    box-sizing: border-box;
}

body {
	color: #000;
	background-color: RGB(235,235,235);
	margin: 25 px 0;
	padding: 0;
	}

button {
	background-color:RGB(235,235,235);
	color:  #DF3459;
	text-align: center;
	}

li {
	display:inline-flex;
	float: left;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: RGB(235,235,235);
}
li a {
	display: block;
	color: #DF3459;
	padding: 14px 16px;
	background-color: white;
	text-decoration: none;
}

li a:link {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: indigo;
	background: transparent;
	}

li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
	}
li a:hover {
	font-weight: bold;
	border-style: solid;
	border-color: #DF3459;
	text-decoration: underline;
	color: #f60;
	background: whitesmoke;
	}

.hide {
	text-indent: -12000px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
    }
    
h1 {
	font-size: 1.1em;
	color:RGB(51,153,102);
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	}

p.header {
	font-size: 1.0em;
	color:RGB(200,200,200);
	font-weight: bold;
	font-family:"Comic Sans M", sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;	
}
h2 {
	font-size: 1em;
	color:RGB(60,60,60);
	font-family:"Comic Sans M", sans-serif;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.8em;
	text-align: center;
	}
h3 {
	font-size: 0.5em;
	color:RGB(51,153,102);
	font-family:"Comic Sans M", sans-serif;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.8em;
	text-align: left;
	}

h4 {
	font-size: 1em;
	color:#c30;
	font-family:"Comic Sans M", sans-serif;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.8em;
	text-align: center;	
}

#laureates {
	border-collapse:collapse;
	}

	#laureates td, #laureates th {
		font-family:georgia;
		font-size:0.7em;
		border:1px solid #DF3459;
		padding:2px 2px 2px 2px;
		}

	#laureates th {
		font-family:verdana;
		font-size:0.8em;
		text-align:center;
		padding-top:5px;
		padding-bottom:4px;
		background-color:#DD2355;
		color:#ffffff;
		}


.center {
	text-align: center;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:RGB(235,235,235);
}
