body {
	
	background-image:url("../img/appwebit-notebook-web-design-entwicklung.jpg");
}


p { margin: 0;}

ul {
	
	color: #B4B4B4;
}

ul ul {
	list-style-type:square;
}


li:hover { color: #222222;}

h1, p, li {
	font-family: Arial;
	text-shadow: 2px 2px;
	color: white;

}

h1 {
		color: red;
}
	

h2, .ueberschrift { 
	font-family: Courier;
	color: blue;
	font-size: 32px;
	}

h3 { color: red;}

#ueberschrift_1 {

	color: blue;

}


#demo {
	margin-left: 10px;
	color: white;
}

#ueberschrift_2 {

	color: c99b9b;

}

h2, .ueberschrift { 
	font-family: Courier;
	color: orange;
	font-size: 32px;
	text-align: right;
	}
	
a:visited {
  color: green;
}

a {
	color: white;
}
	
.align_center {

	text-align: center;
}

.halb {
	
width: 50%;
float: left;

}


div {
	width: initial;

}

@media screen and (max-width: 400px) {
  .halb {
    width: 100%;
  }
}

















