* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera", "DejaVu Sans", sans-serif;
	font-size: 12pt;
	padding-left: 20%;
	padding-right: 20%;
	width: 60%;
}

strong {
	font-weight: bold;
}

#head {
	background-color: #99cc33;
	color: #fff;
}

#head .author {
	float: right;
}

#menu {
	border-style: solid;
	border-width: 1px;
	border-color: #80aa2b;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	background-color: #99cc33;
	color: #fff;
}

#menu ul {
	background: #99cc33;
	list-style: none;
	font-size: 10pt;
}

#menu ul li {
	padding-left: 1em;
	padding-bottom: 3px;
	float: left;
}

#menu ul li a {
	color: #80aa2b;
	text-decoration: none;
	font-weight: bold;
	/*background: #99cc33;*/
}

#menu ul li.active a {
	color: #fff;
	text-decoration: none;
	/*background: #99cc33;*/
}

#menu ul li a:hover {
	color: #fff;
}

#menu .spacer {
	clear: both;
}

.author {
	padding-top: 60px;
	padding-right: 2.5em;
	color: #fff;
	font-size: 18pt;
}

#content {
	background-color: #f3ffda;
}

#title {
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	font-size: x-large;
}

#content-bottom {
	border-top: 1px;
	width: 100%;
}

.literature {
	font-size: 10pt;
	padding-top: 25px;
	padding-left: 2em;
	padding-right: 2em;
}

.contact {
	font-size: 10pt;
	padding-top: 10ex;
	padding-bottom: 10ex;
	padding-left: 2em;
}

.contact .name {
	font-size: 11pt;
	padding-bottom: 1ex;
	font-weight: bold;
}

.contact a {
	color: #000;
	text-decoration: none;
}

#footer {
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #deefbb;
	text-align: right;
	background-color: #f3ffda;
}