body 	{
	background-image: -webkit-linear-gradient(left, azure, lightblue, lightgreen, yellow, orange, lightcyan);
	background-image: -moz-linear-gradient(left, azure, lightblue, lightgreen, yellow, orange, lightcyan); 
	background-image: -o-linear-gradient(left, azure, lightblue, lightgreen, yellow, orange, lightcyan);
	background-image: linear-gradient(left, azure, lightblue, lightgreen, yellow, orange, lightcyan);
	}

div	{
	background-image: url(weiss.png);
	width:800px;
	height: 800px;	border:1px solid red;
	padding:20px;
	opacity:0.85;
	}

div	{
	margin:auto;
	text-align:left;
	}

p	{
	color: black bold;
	padding:10px;
	}

h1,h2,h3   {
	text-align:center;
	padding: 5px;
	}

nav	{
	float: left;
	width: 200px;
	height: 600px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: khaki;
	opacity: 0.3;
	}

#articles   {
	width: 70%;
	height: 130px;
	float: right;
	margin-right: 5%;
	}

#articles-1  {
	width: 70%;
	height: 500px;
	padding-top: 100px;
	float: right;
	margin-right: 5%;
	}


#articles-2  {
	width: 70%;
	height: 500px;
	padding-top: 100px;
	float: right;
	margin-right: 5%;
	}

#articles-3  {
	width: 70%;
	height: 500px;
	padding-top: 1200px;
	float: right;
	margin-right: 5%;
	}


article        {
	background-color: white;
	opacity: 0.5;
	padding: 10px;
	margin-bottom: 3em;
	margin-left: 3em;
	margin-right: 3em;
	border-top-left-radius: 6em 3em;
	border-bottom-right-radius: 6em 3em;
	border-top-right-radius: 3em;
	border-bottom-left-radius: 3em;
	-moz-border-top-left-radius: 6em 3em;
	-moz-border-bottom-right-radius: 6em 3em;
	-moz-border-top-right-radius: 3em;
	-moz-border-bottom-left-radius: 3em;
	-webkit-border-top-left-radius: 6em 3em;
	-webkit-border-bottom-right-radius: 6em 3em;
	-webkit-border-top-right-radius: 3em;
	-webkit-border-bottom-left-radius: 3em;
	}

ul	{
	list-style-type: disc;
	} 

 