* {
	box-sizing: border-box;	
	font-family: Raleway, Arial;
	-webkit-text-size-adjust: none;
}	
body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 16px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b {
    font-weight: 600;
}
h1, h2, h3, h4, h5, .h5 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	margin: 10px 0 0 0;
}
h1 {
	font-size: 48px;
	margin: 0;
}
h2 {
	font-size: 36px;
	margin-top: 20px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5, .h5 {
	font-size: 20px;
}
p {
	margin-top: 0
}
hr {
	height: 1px;
	color: #a1ca82;
	background-color: #a1ca82;
	border: 0;
	margin: 15px 0;
}
ul {
	margin: 0;
	padding: 0 0 5px 20px;
}

li {
	margin-bottom: 10px;
}	
tr {
	vertical-align: middle;
}
#cv {
	display: table;
	height: 100%; 
	width: 100%; 
	border: 0; 
	padding: 0; 
	border-spacing: 0;
}
#cv > div {
	display: table-row;
	vertical-align: top;
	height: 100%;
}
#cv > div > div {
	display: table-cell;
	vertical-align: top;
}
#cv > div > div:first-of-type {
	background-color: #d5efc2;
	width: 355px;
}
#cv > div > div > div {
	padding: 15px 20px 20px 20px;
}
#cv #left 
#cv #left #profilbild {
	text-align: center;
}
#cv #left #profilbild img {
	max-width: 90%;
	border-radius: 50%;
	border: 10px solid #9fce8d;
	margin: auto;
	display: block;
}
#cv #left table img {
	border-radius: 50%;
	width: 25px;			
}
#cv #left #lang_list li {
	margin-bottom: 5px;
}
#cv #left #course_list li {
	margin-bottom: 8px;
}
#cv #right div {
	padding: 20px 25px 30px 30px;
}
#cv #right b {
	color: #3f7120;
}

#contact tr {
	height: 35px;
}
#contact tr td:first-of-type {
	padding-right: 15px;
	font-size: 0px;
}