@font-face {
	font-family: 'Inconsolata';
	src: url('Inconsolata.otf') format("opentype");
}

body {
	font-family: 'Inconsolata';
	padding-right: 10%;
}

h1, h2, h3, h4, h5 {
	font-weight:lighter;
	color: #F63;
	text-decoration: none;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	display: inline;
}
h5 {
	font-size: 1em;
}
/* Link section */

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

a:visited {
	color: #000;
}

a:hover {
	color: #F63;
}

a:active {
	color: #000;
}

span.active {
	color: #f63;
}

/* This declaration ensures that the headline stays orange when used as anchor. */
a.headline {
	color: #f63;
}

/* Link description */
span.link_description {
	visibility: hidden;
	color: #f63;
}

/* Navigation */

div.navigation {
	position: static;
	padding-left: 10px;
	padding-top: 0px;
}

.nav {
	list-style-type: none;
	border-left: 1px solid #000;
	padding-left: 5px;
	display: inline;
	
	position: relative;
	left: -39px;
}

/* Content */
div.content {
	position: static;
	padding-left: 10px;
	padding-top: 0px;
}

h3, h4 {
	font-weight:lighter;
	color: #F63;
	text-decoration: none;
}

.cv {
	display: block;
	list-style-type: none;
	padding-left: 0;
}

.cv a {
	text-decoration: underline;
}

.strengths {
	list-style-type: disc;
}

.customers {
	list-style-type: disc;
}


p {
	text-align: justify;
}

.statusquo {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -0.5em;
}

.recent {
	color: #79B61D
}

.module_description {
	font-size: 0.75em;
}

.module_description {
	padding-top: 1em;
	padding-bottom: 1em;
}

table, td, tr {
	border-color: #f63;
	border-style: solid;
	border-width: 2px;
	border-collapse: collapse;
	padding: .5em;
}

thead, .bolder {
	font-weight: bolder;
}
