

.right {
width: 400px;
margin-right:5px;
}

.left {
width:400px;
margin-left: 5px;
}


body {
    background-color: #caf0f8;
}



#heading {
    
    width: 900px;
    height: 80px;
    background-color: #ade8f4;
	border: 1px solid #fff201;
}

#nav {
    padding-left: 15px;
	position: absolute;
	top: 100px;
	background-color: #90e0ef;
    width: 25%;
    height: 900px;
	border: 1px solid #fff201;
}

#article {
    padding-left: 30px;
	top: 100px;
    left: 30%;
	position: absolute;
    background-color: #48cae4;
    width: 60%;
    height: 1600px;
	border: 1px solid #fff201;
}

#footer {
    position: absolute;
	top: 620px;
    position: absolute;
    background-color: #00b4d8;
    width: 900px;
    height: 40px;
	border: 1px solid #fff201;
}


p {
	color: #03045e; /* Schriftfarbe */
	
}


a {
	color:black;
	font-size: 25px;
}