body {
	background: #cae9ff;
	margin: 0;
	padding-left: 1em;
	font-family: Calibri, Arial, sans-serif;
	color: #006666;
}

h1 {
	color: #669900;
}

h2 {
	color: purple;
}

h3 {
	font-weight: bold;
	margin-bottom: 0em;
}

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

a:hover {
	text-decoration: underline;
	}


a img {
	border: none;
}

#nav ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#nav li {display: inline; padding: 5px 20px 5px 20px}
#nav a {
	text-decoration:none;
	font-weight:bold;
	color:#006666;
	font-size:36px;
	border-bottom-color: #006666;
}
#nav a:hover {color: purple; }

.background {
	position: fixed;
	z-index: 1;
	float: right;
	height: 805px;
	width: 100%;
	bottom: 0;
	background: url('i/back.jpg') bottom right no-repeat;
}

.fotocoll {
	clear: both;
	border: 1px 0 1px 0 solid black;
	margin: 0.5em;
}

/* fotos */

.fotocoll p {
	margin-left: 1em;
}

.fotocoll .thumb {
	float: left;
}

/* cv */


	
.period {
	font-weight: bold;
	color: #069;
	font-size: 16px;
}

.cv-entry p {
	margin: 0 2em;
}

.cv-entry {
	margin: 1em 0;
}

.cv-entry ul {
	margin-top: 0.2em;
}

span.cv-head {
	font-size:24px;
	color:#ce1111;
	font-weight:bold;
}
span.period, span.title {
	color: #069;
	font-weight: bold;
}

.cv-other td.period {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.5em;
}

.cv-other tr.even {
	background-color: #99d5ff;
}

