 /* css Basis */

html {

}

body {
    background: #FFFFFF;
    max-width: 900px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    padding: 0 10px 0 10px;
}

h1 {
	font-family: Roboto, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: center;
}

h2 {
	font-family: "Roboto condensed", san-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
}

h3 a {
	color: blue;
	
}

h4  {
	font-size: 0.8em;
}

header {
	position: sticky;
	top: 0;
	background: white;
	padding: .3em 0 0.5em 0;
	box-shadow: 0px 0px 50px rgb(0,0,0,0.5);
	}	

ul#nav li {
	display: inline;
	padding: 0 .2em 0 0;
}

ul#nav a {
	color: #666;
	text-decoration: none;
	font-size: .9em;
}

ul#nav a:hover {
    color: #900;
}

main {
    background: #f1f3f4;      
}

#zeitleiste {
  position: ;
  margin-left: 4em;
  padding-right: 1em;
  list-style-type: none;
  text-align: left;
}       

li h3 {
  margin: -1.4em 0 0.3em;
}

li img {
	padding: 1em 0 1em;
	
}

time {
    display: block;
        font-weight: bold;
        margin-left: -7em;
        width: 6em;
        text-align: right;
}
/*
div#lebensdaten {
	border: 1px black;
	text-align: center;
}
*/
footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #666;
	padding: .5em;
}

footer p  {
	font-size: .85em;
}

footer p a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #900;
}





