html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #000000;
}

img {
	border: none;
}

#container_courses {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #676767;
}

#container_didactics {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #898989;
}

#container_about {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #a9a9a9;
}

#container_coursemap {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #c6c6c6;
}

#container_registration {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #eeeeee;
}

#top {
	width: 800px;
	height: 95px;
	background: url("images/pcp_header.gif") no-repeat top left;
}

#menu {
	height: 20px;
	padding-top: 5px;
	width: 800px;
	background: #2c5700;
}

#courses {
	width: 130px;
	height: 20px;
	margin: 0;
}

#didactics {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 130px;
}

#about {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 260px;
}

#coursemap {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 390px;
}

#registration {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 520px;
}

#home {
	width: 130px;
	height: 20px;
	margin: -20px 0 0 680px;
}

#content {
	margin: 30px;
	padding: 20px;
	background: #fff;
}

#content_course {
	width: 800px;
	background: #676767;
	margin: 0;
}

#content_didactics {
	width: 800px;
	background: #898989;
	margin: 0;
}

#content_about {
	width: 800px;
	background: #a9a9a9;
	margin: 0;
}

#content_coursemap {
	width: 800px;
	background: #c6c6c6;
	margin: 0;
}

#content_registration {
	width: 800px;
	background: #eeeeee;
	margin: 0;
}

h2 {
	color: #499000;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
}

a, a:visited {
	color: #499000;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, li {
	font-size: 12px;
}
