body{
	background: #e2e6ed;
}
#container{
	width:1000px;
}
#header{
	width:1000px;
}
#header h1{
	color:#4b648a;
	font-size: 22px;
}
#header h2{
	color:#4b648a;
	font-size: 14px;
}
#modul{
	background:#cdd2d9;
	width:600px;
	margin: 10px auto 10px auto;
	border:2px solid  #4b648a;
}
#modul ul{
	text-align: left;
	display: block;
	width: 400px;
	background: #4b648a;
	border: 1px solid #4b648a;
	color: white;
}
#modul h2{
	color:black;
}