*{
	font-family: arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	box-sizing: border-box;
}

*,*:before,*:after{
	box-sizing: inherit;
}

body {
 background-color: #F0E9E6;
 display: flex;
 justify-content: center;
}

#wrapper {
	width: 100%;
	margin-top: 10px;
	max-width: 900px;
	min-width: 320px;
}

.flex {
	display: flex;
}

header {
 padding-bottom: 10px;
 padding-top:10px ;
 text-align: center;
 background-color: #F0E9D2 ;
 border-width: 2px 2px 1px 2px ;
 border-style: solid;
 border-color: #000000;
 border-radius: 15px 15px 0px 0px;
}

header img {
	max-width: 100%;
	height: auto;
}

#obenlinks {
    text-align: center;
    background-color: #Ffffff ;
    border-width: 1px 2px 2px 2px ;
    border-style: solid;
    border-color: #000000;
    border-radius: 0px 0px 15px 15px;
}

#obenlinks li {
	list-style-type: none;
	font-size: 20px;
	display: inline;
	margin-right: 4%;
}

#section {
    width: 70%;
	background-color: #ffffff;
	margin-top: 10px;
	border-width: 2px 1px 2px 2px;
	border-color: #000000;
	border-style: solid;
	border-radius: 5px 0px 0px 5px;
	padding: 5px;

}

#section img {
	border: 1px solid #000000;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

#section a {
	font-size: 19px;
}

#aside {
	width: 30%;
	background-color: #eeeeee;
	margin-top: 10px;
	border-width: 2px 2px 2px 1px;
	border-color: #000000;
	border-style: solid;
	border-radius: 0px 5px 5px 0px;
	padding: 5px;
}

#aside img {
	border: 1px solid #000000;
	border-radius: 10px;
	height: auto;
}

#untenlinks {
	margin-top: 10px;
    background-color: #Ffffff ;
    border-width: 2px 2px 2px 2px ;
    border-style: solid;
    border-color: #000000;
    border-radius: 15px 15px 15px 15px;
}

#untenlinks li {
	text-align: left;
	list-style-type: none;
	font-size: 20px;
	display: inline;
	margin-right: 4%;
}

#untenlinks p {
    text-align: right;
}