ul {
	list-style-position: inside;
}

div.right div h1:first-child{
	margin-top: 0px;
}

h1 {
	padding: 0;
	margin-top: 24px;
	margin-bottom: 6px;
}

h2 {
	padding: 0;
	margin-top: 24px;
	margin-bottom: 6px;
}

h3 {
	padding: 0;
	margin-top: 12px;
	margin-bottom: 3px;
}

.left {
	text-align: right;
}

.project {
	margin-bottom: 20px;
}

.projectTitle {
	font-size: 115%;
	font-weight: bold;
}

.projectTimeAndPlace {
	color: Gray;
	font-style: italic;
	margin-left: 20px;
}

.projectDescription {
	margin-left: 20px;
}

.projectSkills {
	color: Gray;
	margin-left: 20px;
}

.cvTime {
	font-weight: bold;
}

.cvDescription {
	margin-left: 20px;
}

.sideLane img {
	float: none;
}

.sideLane div:first-child {
	text-align: center;
}

ul#panelSwitcher {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

ul#panelSwitcher li {
	background: url(../Images/01.gif) no-repeat left 3px;
	font-weight: bold;
	font-size: 130%;
	padding-top: 1px;
	padding-left: 25px;
	padding-bottom: 10px;
}

ul#panelSwitcher li:hover,
ul#panelSwitcher li.panel {
	background: url(../Images/01arrow.gif) no-repeat left 3px;
	color: #fdd99b;
	cursor: pointer;
}

